Raw Source
Harsh223 / Right Click Activator | Harsh

// ==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;