You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce the output length in obfuscated mode, false should be encoded as !1 and true as !0.
This is a common practice for JS minifiers, such as terser.