This commit is contained in:
Alex-302
2025-05-21 19:34:32 +03:00
parent b9b379022a
commit 5f69bfe5e7
2 changed files with 10 additions and 2 deletions

View File

@@ -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
View File

@@ -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": {