mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
yandex.ru - removed dangerous rule
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
! fake browser update
|
||||
~junodownload.com#%#document.onmouseout = null; window.onbeforeunload = null; window.blur = null;
|
||||
!
|
||||
! Yandex Weather - test rule(not for maps)
|
||||
!+ NOT_PLATFORM(windows, mac, android)
|
||||
! *do not enable* yandex.ru#%#AG_onLoad(function() { if (window.location.href.indexOf("pogoda") != -1 && window.location.href.indexOf("nowcast") == -1) { Object.defineProperty(HTMLScriptElement.prototype, 'src', {writable:false}) } });
|
||||
!
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/4983
|
||||
mobiflip.de##div[data-widget="plista_widget_belowArticle"] ~ h4.post-header
|
||||
! https://forum.adguard.com/index.php?threads/20885/
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
!-----------------------
|
||||
!------- JS ------------
|
||||
!-----------------------
|
||||
! Yandex Weather - test rule(not for maps)
|
||||
!+ NOT_PLATFORM(windows, mac, android)
|
||||
yandex.ru#%#AG_onLoad(function() { if (window.location.href.indexOf("pogoda") != -1 && window.location.href.indexOf("nowcast") == -1) { Object.defineProperty(HTMLScriptElement.prototype, 'src', {writable:false}) } });
|
||||
!
|
||||
!### TEMPORARY ###
|
||||
! Отключаем MutationObserver для предотвращения удаления стилей (не актуально)
|
||||
|
||||
Reference in New Issue
Block a user