mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
4 Commits
d1ce8dd1f2
...
cb7331bcd5
Author | SHA1 | Date | |
---|---|---|---|
cb7331bcd5 | |||
608f7271cd | |||
155f7e1d72 | |||
8306a9a6c3 |
@ -99,12 +99,8 @@
|
|||||||
"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",
|
"ublock-cookies-adguard",
|
||||||
"adguard-mobile-app-banners",
|
"ublock-cookies-easylist",
|
||||||
"adguard-other-annoyances",
|
|
||||||
"adguard-popup-overlays",
|
|
||||||
"adguard-widgets",
|
|
||||||
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
|
"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"
|
||||||
]
|
]
|
||||||
@ -120,7 +116,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"collapseBlocked",
|
"collapseBlocked",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ignoreGenericCosmeticFilters",
|
"ignoreGenericCosmeticFilters",
|
||||||
@ -225,7 +221,7 @@
|
|||||||
"comment": "Requested by LibreAwoo for those who don't have RFP/FPP, neither of which I can specify through this policy. Additionally its own description says compatible with the Firefox integrated one.",
|
"comment": "Requested by LibreAwoo for those who don't have RFP/FPP, neither of which I can specify through this policy. Additionally its own description says compatible with the Firefox integrated one.",
|
||||||
"default_area": "menupanel",
|
"default_area": "menupanel",
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/canvasblocker/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/canvasblocker/latest.xpi",
|
||||||
"installation_mode": "force_installed",
|
"installation_mode": "normal_installed",
|
||||||
"private_browsing": true,
|
"private_browsing": true,
|
||||||
"restricted_domains": []
|
"restricted_domains": []
|
||||||
},
|
},
|
||||||
@ -289,7 +285,7 @@
|
|||||||
"uBlock0@raymondhill.net": {
|
"uBlock0@raymondhill.net": {
|
||||||
"default_area": "navbar",
|
"default_area": "navbar",
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||||
"installation_mode": "force_installed",
|
"installation_mode": "normal_installed",
|
||||||
"private_browsing": true,
|
"private_browsing": true,
|
||||||
"restricted_domains": []
|
"restricted_domains": []
|
||||||
},
|
},
|
||||||
@ -332,7 +328,7 @@
|
|||||||
"{6a65273e-2b26-40f5-b66e-8eed317307da}": {
|
"{6a65273e-2b26-40f5-b66e-8eed317307da}": {
|
||||||
"default_area": "navbar",
|
"default_area": "navbar",
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||||
"installation_mode": "force_installed",
|
"installation_mode": "normal_installed",
|
||||||
"private_browsing": true,
|
"private_browsing": true,
|
||||||
"restricted_domains": []
|
"restricted_domains": []
|
||||||
},
|
},
|
||||||
|
@ -58,12 +58,8 @@
|
|||||||
"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",
|
"ublock-cookies-adguard",
|
||||||
"adguard-mobile-app-banners",
|
"ublock-cookies-easylist",
|
||||||
"adguard-other-annoyances",
|
|
||||||
"adguard-popup-overlays",
|
|
||||||
"adguard-widgets",
|
|
||||||
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
|
"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"
|
||||||
]
|
]
|
||||||
@ -79,7 +75,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"collapseBlocked",
|
"collapseBlocked",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"ignoreGenericCosmeticFilters",
|
"ignoreGenericCosmeticFilters",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user