mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
!--------------------------------------!
|
||||
!------- JS rules ---------------------!
|
||||
!--------------------------------------!
|
||||
! https://forum.adguard.com/index.php?threads/23792/
|
||||
link-protect.me#%#AG_onLoad(function() { var el=document.querySelector('input.btn[type="submit"][value="Continuer"]'); if(el) el.click(); });
|
||||
! https://forum.adguard.com/index.php?threads/22023/
|
||||
canalplus.fr#%#(function() { var w_open = window.open, regex = /smartadserver.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
|
||||
! http://forum.adguard.com/showthread.php?6907
|
||||
|
||||
Reference in New Issue
Block a user