Kelseydehaan / Right Click Enable

// ==UserScript==
// @name     Right Click Enable
// @include     http*
// @grant       none
// ==/UserScript==

document.body.removeAttribute ("oncontextmenu");