mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-31 12:23:36 +00:00
This commit is contained in:
@@ -30,4 +30,5 @@ revclouds.com#%#AG_onLoad(function() {document.getElementById("tick-dwn").click(
|
||||
! Unblock context menu
|
||||
thegreatdaily.com#%#Object.defineProperty(window, 'clearSelection', { get: function() { return []; } });
|
||||
biyografi.info#%#AG_onLoad(function() { setTimeout(function() {document.getElementsByTagName("Body")[0].removeAttribute("oncontextmenu");}, 300); });
|
||||
pornhdx.tv#%#AG_onLoad(function() { setTimeout(function() {$(document).unbind('contextmenu');}, 300); });
|
||||
pornhdx.tv#%#AG_onLoad(function() { setTimeout(function() {$(document).unbind('contextmenu');}, 300); });
|
||||
cheater-top.ru#%#AG_onLoad(function() { document.onselectstart=function(){return true}; document.oncontextmenu=function(){return true}; });
|
||||
Reference in New Issue
Block a user