NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Right Click Enable // @include http* // @grant none // ==/UserScript== document.body.removeAttribute ("oncontextmenu");