Compare commits

...

3 Commits

Author SHA1 Message Date
1d0d2028a4
{chromium,firefox}#uBo: I am annoyed. 2025-03-10 21:38:12 +02:00
a95a662135
update pnpm & check-jsonschema 2025-03-10 19:44:34 +02:00
33265354aa
{chromium,firefox}#uBo: enable cosmetic filtering again
This reverts commit 3da771fa632719d2fac5d7858beb16d0e6fd181c.
2025-03-10 19:42:42 +02:00
4 changed files with 18 additions and 4 deletions

View File

@ -73,7 +73,7 @@ repos:
# GitHub Actions etc. configuration validity checking # GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.2 rev: 0.31.3
hooks: hooks:
#- id: check-jsonschema #- id: check-jsonschema
- id: check-dependabot - id: check-dependabot

View File

@ -97,6 +97,13 @@
"https://www.eff.org/files/effdntlist.txt", "https://www.eff.org/files/effdntlist.txt",
"block-lan", "block-lan",
"ublock-annoyances", "ublock-annoyances",
"adguard-cookies",
"ublock-cookies-adguard",
"adguard-mobile-app-banners",
"adguard-other-annoyances",
"adguard-popup-overlays",
"adguard-widgets",
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
] ]
}, },
@ -119,7 +126,7 @@
], ],
[ [
"parseAllABPHideFilters", "parseAllABPHideFilters",
"false" "true"
], ],
[ [
"suspendUntilListsAreLoaded", "suspendUntilListsAreLoaded",

View File

@ -56,6 +56,13 @@
"https://www.eff.org/files/effdntlist.txt", "https://www.eff.org/files/effdntlist.txt",
"block-lan", "block-lan",
"ublock-annoyances", "ublock-annoyances",
"adguard-cookies",
"ublock-cookies-adguard",
"adguard-mobile-app-banners",
"adguard-other-annoyances",
"adguard-popup-overlays",
"adguard-widgets",
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
"https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt"
] ]
}, },
@ -78,7 +85,7 @@
], ],
[ [
"parseAllABPHideFilters", "parseAllABPHideFilters",
"false" "true"
], ],
[ [
"suspendUntilListsAreLoaded", "suspendUntilListsAreLoaded",

2
package.json vendored
View File

@ -8,6 +8,6 @@
"prettier-plugin-sh": "0.15.0", "prettier-plugin-sh": "0.15.0",
"prettier-plugin-toml": "2.0.2" "prettier-plugin-toml": "2.0.2"
}, },
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b", "packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"prettier": "@aminda/global-prettier-config" "prettier": "@aminda/global-prettier-config"
} }