use to remove ContextMenu Restrict
لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/401860/898076/removeContextMenuRestrict.js
!function(){
setTimeout(() => {
document.body.oncontextmenu=()=>1;
}, 3000);
}();