ReActiveRightClick
// ==UserScript== // @name ActiveRightClick // @namespace http://tampermonkey.net/ // @version 0.1 // @description ReActiveRightClick // @author MegaBOuSsOl // @match YourSite // @grant God // ==/UserScript== (function() { void (document.oncontextmenu = null); })();