1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-15 17:39:51 +02:00

Added eBay and facebook.com to the convenience preset

Fixes #563
This commit is contained in:
kkapsner 2023-05-29 14:48:56 +02:00
parent 27d8d61da6
commit 8dcfac442f
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@
"maxFakeSize": 1000000, "maxFakeSize": 1000000,
"protectDOMRect": { "protectDOMRect": {
"mail.google.com": false, "mail.google.com": false,
"onedrive.live.com": false "onedrive.live.com": false,
"^https://[^/]*ebay\\.([a-z]+|com\\.(au|hk|my|sg)|co\\.uk)(/|$)": false,
"facebook.com": false
}, },
"protectWindow": { "protectWindow": {
"paypal.com": false, "paypal.com": false,

View File

@ -1,6 +1,6 @@
Version 1.10: Version 1.10:
changes: changes:
- - added eBay and facebook.com to the convenience preset
new features: new features:
- added setting showPresetsOnInstallation to be able to not show the presets page upon installation - added setting showPresetsOnInstallation to be able to not show the presets page upon installation