diff --git a/options/presets.json b/options/presets.json index 5b79f1f..c7a3f19 100644 --- a/options/presets.json +++ b/options/presets.json @@ -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, diff --git a/releaseNotes.txt b/releaseNotes.txt index cc33348..8c25264 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -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