// ==UserScript== // @name Enable Right Click | Reek // @namespace O8MMlsFZ4aoOdcjB // @description Enable right click on websites having disabled // @version 1.0 // @license Creative Commons BY-NC-SA // @encoding utf-8 // @icon http://www.gravatar.com/avatar/afb8376a9f634cd3501af4387de6425f.png // @include http*://* // @downloadURL https://update.greasyfork.icu/scripts/3511/Enable%20Right%20Click%20%7C%20Reek.user.js // @updateURL https://update.greasyfork.icu/scripts/3511/Enable%20Right%20Click%20%7C%20Reek.meta.js // ==/UserScript== // Enable right click unsafeWindow.document.oncontextmenu = null;