[FIX] Right Click has been Disabled on this Website

Опубликовано: 12 Октябрь 2024
на канале: webhtg
3,660
32

[QUICK HACK] Right Click has been Disabled on this Website

Javascript Code :

javascript:void(document.ondragstart=document.body.ondragstart=null,document.oncontextmenu=document.body.oncontextmenu=null,document.onselectstart=document.body.onselectstart=null,document.onclick=null,document.body.onclick=null,document.onmousedown=document.body.onmousedown=null,document.onmouseup=document.body.onmouseup=null,document.onbeforecopy=document.body.onbeforecopy=null,document.onbeforecut=document.body.onbeforecut=null,document.oncopy=document.body.oncopy=null);(function() { document.addEventListener('contextmenu', function(event) { event.stopPropagation(); }, true); })();


ProgramoZ