mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-16 12:19:45 +00:00
misc style fixes - WIP
This commit is contained in:
parent
1d6905332b
commit
475ea4c158
2 changed files with 53 additions and 9 deletions
|
@ -149,7 +149,7 @@ function dispatch(action, justAddToBuffer) {
|
|||
chrome.tabs.executeScript(tab[0].id, {file: '/pure-parser.js'});
|
||||
chrome.tabs.executeScript(tab[0].id, {file: '/cssjson.js'});
|
||||
|
||||
chrome.tabs.insertCSS(tab[0].id, {code: currentStyle.style}); // TODO remove from here --- see if it still works
|
||||
// chrome.tabs.insertCSS(tab[0].id, {code: currentStyle.style}); // TODO remove from here --- see if it still works
|
||||
|
||||
chrome.tabs.executeScript(tab[0].id, {
|
||||
file: 'extractHtml.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue