Skip to content

Instantly share code, notes, and snippets.

@panzi
Created July 22, 2020 21:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panzi/ffd4ce405f5a1644e6f17c19506d7a72 to your computer and use it in GitHub Desktop.
Save panzi/ffd4ce405f5a1644e6f17c19506d7a72 to your computer and use it in GitHub Desktop.
Bookmarklet to re-enable context menus on sites that disable it.
javascript:(function(pd){Event.prototype.preventDefault=function(){if(this.type!=='contextmenu')return%20pd.apply(this,arguments);};})(Event.prototype.preventDefault);void(0)
@trimechee
Copy link

Awesome ! Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment