use to remove ContextMenu Restrict
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/401860/898076/removeContextMenuRestrict.js
!function(){
setTimeout(() => {
document.body.oncontextmenu=()=>1;
}, 3000);
}();