NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Right Click Activator | Harsh // @description Enable Right-Click on any website!!! -By www.computerwizardi.tk // @version 1.7 // @author Harsh Kumar // @homepage http://www.computerwizardi.tk // @updateURL https://gist.github.com/Harsh223/eba075a7a66165c72c1c/raw/dfbbd572e136a3da64e71cb0d967dc8a61be00ba/Enable%20Right%20Click.user.js // @downloadURL https://gist.github.com/Harsh223/eba075a7a66165c72c1c/raw/dfbbd572e136a3da64e71cb0d967dc8a61be00ba/Enable%20Right%20Click.user.js // @icon http://s25.postimg.org/mf2enu25n/leo_icon.png // @include http*://* // @exclude http*://*computerwizardi.* // ==/UserScript== /* RUN */ unsafeWindow.document.oncontextmenu = false;