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,
"protectDOMRect": {
"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": {
"paypal.com": false,

View File

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