Skip to content

Instantly share code, notes, and snippets.

@j-
Last active September 17, 2020 01:40
Show Gist options
  • Save j-/f0997a6ca44649fe7674aba9fb521d76 to your computer and use it in GitHub Desktop.
Save j-/f0997a6ca44649fe7674aba9fb521d76 to your computer and use it in GitHub Desktop.
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