mirror of
https://github.com/daniel-j/fimfic2epub.git
synced 2025-04-27 15:17:19 +12:00
small extension fixes
This commit is contained in:
parent
57684e19dc
commit
38aeb3017c
2 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue