mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Fix mail.yandex.com https://github.com/AdguardTeam/AdGuardForSafari/issues/1072
This commit is contained in:
@@ -45,11 +45,17 @@ music.yandex.*##.notify > div.deco-tooltip_notify.notify_shown
|
||||
[$path=/pogoda]dzen.ru#%#//scriptlet('abort-on-property-read', 'Object.prototype.renderData')
|
||||
[$path=/pogoda]dzen.ru##.adv-ecom
|
||||
[$path=/pogoda]yandex.*#%#//scriptlet('prevent-eval-if', 'Id":"R-I')
|
||||
[$path=/pogoda]yandex.*#%#//scriptlet('abort-on-property-read', 'Object.prototype.renderDirect')
|
||||
[$path=/pogoda]yandex.*#%#//scriptlet('json-prune', 'rtb')
|
||||
! TODO: remove after releasing new AdGuard 2.0 for Safari
|
||||
! Breaks Yandex Mail in Safari due to a bug
|
||||
!+ NOT_PLATFORM(ext_safari)
|
||||
[$path=/pogoda]yandex.*#%#//scriptlet('abort-on-property-read', 'Object.prototype.renderDirect')
|
||||
!
|
||||
! Yandex.Video
|
||||
[$path=/video]ya.ru,yandex.*#%#//scriptlet('json-prune', 'rtb seatbid')
|
||||
! TODO: remove after releasing new AdGuard 2.0 for Safari
|
||||
! Breaks Yandex Mail in Safari due to a bug
|
||||
!+ NOT_PLATFORM(ext_safari)
|
||||
[$path=/video]ya.ru,yandex.*#%#//scriptlet('set-constant', 'Object.prototype.renderDirect', 'throwFunc')
|
||||
!
|
||||
! Yandex.Afisha
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -6,7 +6,6 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@adguard/filters",
|
||||
"version": "1.0.0",
|
||||
"license": "GPL-3.0-only",
|
||||
"devDependencies": {
|
||||
"@adguard/aglint": "3.0.0",
|
||||
@@ -14,6 +13,9 @@
|
||||
"lint-staged": "^16.0.0",
|
||||
"markdownlint": "^0.38.0",
|
||||
"markdownlint-cli": "^0.45.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@adguard/aglint": {
|
||||
|
||||
Reference in New Issue
Block a user