Skip to content

Commit 32d2b4f

Browse files
committed
removed unused Options page and Private/Incognito setting
1 parent d6a182d commit 32d2b4f

7 files changed

Lines changed: 2 additions & 129 deletions

File tree

_locales/en/options.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -86,26 +86,6 @@
8686
"message": "Set a custom color for the text of the placeholder shown in place of filtered deviations.",
8787
"description": ""
8888
},
89-
"OptionPrivateStorageName": {
90-
"message": "Use Filters in Private/Incognito Mode",
91-
"description": ""
92-
},
93-
"OptionPrivateStorageDescription": {
94-
"message": "This option determines if filters that are created in normal browsing mode are available while in Private/Incognito mode.",
95-
"description": ""
96-
},
97-
"OptionPrivateStorageValueWrite": {
98-
"message": "Yes, and save changes",
99-
"description": ""
100-
},
101-
"OptionPrivateStorageValueRead": {
102-
"message": "Yes, but do NOT save changes",
103-
"description": ""
104-
},
105-
"OptionPrivateStorageValueNone": {
106-
"message": "No",
107-
"description": ""
108-
},
10989
"OptionUpdateError": {
11090
"message": "An error occurred while updating the $OPTION$ option: $ERROR$",
11191
"description": "The error message displayed if an option fails to update correctly.",

manifests/manifest.chrome.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"minimum_chrome_version": "42.0",
3-
4-
"options_ui": {
5-
"page": "pages/options/options.html"
6-
}
2+
"minimum_chrome_version": "42.0"
73
}

manifests/manifest.firefox.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@
44
"id": "{a2ce7c11-e47d-42cf-b6db-ede36265cf6c}",
55
"strict_min_version": "55.0"
66
}
7-
},
8-
9-
"options_ui": {
10-
"browser_style": true,
11-
"page": "pages/options/options.html"
127
}
138
}

src/pages/options/options.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/pages/options/options.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/pages/options/options.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/scripts/background/options.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const Options = (() => {
1717
'placeholders': true,
1818
'placeholderBGColor': '#DDE6DA',
1919
'placeholderLogoColor': '#B4C0B0',
20-
'placeholderTextColor': '#B4C0B0',
21-
'privateStorage': 'read'
20+
'placeholderTextColor': '#B4C0B0'
2221
};
2322

2423
const data = await browser.storage.sync.get();

0 commit comments

Comments
 (0)