small extension fixes

This commit is contained in:
daniel-j 2024-03-01 20:06:56 +01:00
parent 57684e19dc
commit 38aeb3017c
2 changed files with 9 additions and 2 deletions

View file

@ -37,6 +37,13 @@
"https://www.googleapis.com/*",
"https://i.ytimg.com/*",
"https://twemoji.maxcdn.com/*",
"https://cdn.jsdelivr.net/gh/twitter/*",
"storage"
]
],
"browser_specific_settings": {
"gecko": {
"id": "fimfic2epub@mozilla.org"
}
}
}

View file

@ -378,7 +378,7 @@ function createEpub (model) {
function openStory (id) {
chrome.storage.sync.get(['ffcOptions', 'version'], function (result) {
const options = result.ffcOptions
const options = result ? result.ffcOptions : {}
// Reset options on new version
// if (result.version !== FIMFIC2EPUB_VERSION) {
// options = {}