Last active
September 17, 2020 01:40
-
-
Save j-/f0997a6ca44649fe7674aba9fb521d76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( | |
typeof window.safeview !== 'undefined' && | |
typeof window.safeview.feedback_bar !== 'undefined' && | |
typeof window.safeview.feedback_bar.onBypassClick === 'function' && | |
confirm('Safeview detected. Bypassing.') | |
) window.safeview.feedback_bar.onBypassClick(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment