Enable disabled menu in browser
Execute this from the address line:javascript: (function(){document.oncontextmenu=function(){return true;}})()
orjavascript: (function(){function test(){return true;}; document.oncontextmenu=test;document.onselectstart=test;document.oncontextmenu=test;})()
0 комментария(ев):
Post a Comment