mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-09 17:04:39 +00:00
chrome & ff
This commit is contained in:
parent
2c4e0d023d
commit
a391509e5d
16 changed files with 404 additions and 8781 deletions
|
@ -1,5 +1,4 @@
|
|||
var allImgSrc = {};
|
||||
|
||||
//////
|
||||
|
||||
function getCurrentUrl() {
|
||||
|
@ -253,6 +252,6 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
|
|||
content: tmpContent
|
||||
};
|
||||
|
||||
sendResponse(result);
|
||||
console.log('Html Extracted');
|
||||
sendResponse(result);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue