From 03cea9c895402a36e7e9c5993d24e3f347a8c771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Dec 2025 13:39:27 +0100 Subject: fix(extensions): bad name for ubo files --- extensions/ublock-origin/dynamic-filters.txt | 21 --------------------- extensions/ublock-origin/filters.txt | 6 ++++++ extensions/ublock-origin/rules.txt | 21 +++++++++++++++++++++ extensions/ublock-origin/static-filters.txt | 6 ------ 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 extensions/ublock-origin/dynamic-filters.txt create mode 100644 extensions/ublock-origin/filters.txt create mode 100644 extensions/ublock-origin/rules.txt delete mode 100644 extensions/ublock-origin/static-filters.txt (limited to 'extensions') diff --git a/extensions/ublock-origin/dynamic-filters.txt b/extensions/ublock-origin/dynamic-filters.txt deleted file mode 100644 index 917c1d9..0000000 --- a/extensions/ublock-origin/dynamic-filters.txt +++ /dev/null @@ -1,21 +0,0 @@ -no-csp-reports: * true -no-large-media: behind-the-scene false -no-scripting: * true -no-scripting: adventofcode.com false -no-scripting: anhgelus.world false -no-scripting: bsky.app false -no-scripting: codeberg.org false -no-scripting: duckduckgo.com false -no-scripting: github.com false -no-scripting: infomaniak.com false -no-scripting: modrinth.com false -no-scripting: proton.me false -no-scripting: sorbonne-universite.fr false -no-scripting: wikipedia.org false -behind-the-scene * * noop -behind-the-scene * 1p-script noop -behind-the-scene * 3p noop -behind-the-scene * 3p-frame block -behind-the-scene * 3p-script block -behind-the-scene * image noop -behind-the-scene * inline-script noop diff --git a/extensions/ublock-origin/filters.txt b/extensions/ublock-origin/filters.txt new file mode 100644 index 0000000..6fb54aa --- /dev/null +++ b/extensions/ublock-origin/filters.txt @@ -0,0 +1,6 @@ +! 11 nov. 2025 https://docs.vultr.com +docs.vultr.com##.undefined.dark\:bg-black\/20.dark\:border-dark-border.dark\:border.bg-vultr-navy.rounded-md.shadow-lg.xl\:px-6.px-4.xl\:py-8.py-6.flex-col.flex +docs.vultr.com##.mb-0.border.shadow-sm.flex-col.flex.rounded.overflow-hidden.w-full.dark\:text-slate-50.dark\:bg-slate-950.dark\:border-dark-border.text-slate-950.bg-white.border-slate-200 + +! 12 nov. 2025 https://modrinth.com +modrinth.com##.rounded-2xl.justify-center.w-full.flex.mb-3.relative.wrapper diff --git a/extensions/ublock-origin/rules.txt b/extensions/ublock-origin/rules.txt new file mode 100644 index 0000000..917c1d9 --- /dev/null +++ b/extensions/ublock-origin/rules.txt @@ -0,0 +1,21 @@ +no-csp-reports: * true +no-large-media: behind-the-scene false +no-scripting: * true +no-scripting: adventofcode.com false +no-scripting: anhgelus.world false +no-scripting: bsky.app false +no-scripting: codeberg.org false +no-scripting: duckduckgo.com false +no-scripting: github.com false +no-scripting: infomaniak.com false +no-scripting: modrinth.com false +no-scripting: proton.me false +no-scripting: sorbonne-universite.fr false +no-scripting: wikipedia.org false +behind-the-scene * * noop +behind-the-scene * 1p-script noop +behind-the-scene * 3p noop +behind-the-scene * 3p-frame block +behind-the-scene * 3p-script block +behind-the-scene * image noop +behind-the-scene * inline-script noop diff --git a/extensions/ublock-origin/static-filters.txt b/extensions/ublock-origin/static-filters.txt deleted file mode 100644 index 6fb54aa..0000000 --- a/extensions/ublock-origin/static-filters.txt +++ /dev/null @@ -1,6 +0,0 @@ -! 11 nov. 2025 https://docs.vultr.com -docs.vultr.com##.undefined.dark\:bg-black\/20.dark\:border-dark-border.dark\:border.bg-vultr-navy.rounded-md.shadow-lg.xl\:px-6.px-4.xl\:py-8.py-6.flex-col.flex -docs.vultr.com##.mb-0.border.shadow-sm.flex-col.flex.rounded.overflow-hidden.w-full.dark\:text-slate-50.dark\:bg-slate-950.dark\:border-dark-border.text-slate-950.bg-white.border-slate-200 - -! 12 nov. 2025 https://modrinth.com -modrinth.com##.rounded-2xl.justify-center.w-full.flex.mb-3.relative.wrapper -- cgit v1.2.3