NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name no-right-click fucker // @namespace mikosimo0@gmail.com // @include * // @version 1 // @grant none // @updateURL https://openuserjs.org/meta/miko99/no-right-click_fucker.meta.js // ==/UserScript== document.oncontextmenu=null;