chrome & ff

This commit is contained in:
alexadam 2016-07-30 18:40:44 +03:00
parent 2c4e0d023d
commit a391509e5d
16 changed files with 404 additions and 8781 deletions

View file

@ -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);
});