Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save felipepodesta/5eca4c7ddc0feb383c97494f98e27ea6 to your computer and use it in GitHub Desktop.
Save felipepodesta/5eca4c7ddc0feb383c97494f98e27ea6 to your computer and use it in GitHub Desktop.
Prevent websites from disabling developer console in Chrome
Object.defineProperty(window, 'console', {configurable: false, value: window.console})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment