diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/assets/icons/128.png b/assets/icons/128.png index d86677d..4a76139 100644 Binary files a/assets/icons/128.png and b/assets/icons/128.png differ diff --git a/content.js b/content.js index 526436c..d694927 100644 --- a/content.js +++ b/content.js @@ -81,9 +81,9 @@ const tweaks = { blockAUSImages: () => { if (document.getElementsByName('mainFrame')[0] !== undefined) { let frame = $(document.getElementsByName('mainFrame')[0].contentWindow.document); - $(frame).find('img').remove(); + $(frame).attr('src', 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='); } else { - $('img').remove(); + $('img').attr('src', 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='); } } } diff --git a/manifest.json b/manifest.json index e6439a2..521fd23 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "browser_action": { "default_icon": "assets/icons/128.png", "default_popup": "popup.html", - "default_title": "AutoCRN" + "default_title": "BannerPlus" }, "background": { "scripts": ["background.js"] diff --git a/version.json b/version.json index 8ee6e41..9fff5c1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.0", - "changelog": ["First official release!", "Added auto update functionality"] -} \ No newline at end of file + "version": "1.1", + "changelog": ["Added an actual logo", "Fixed incorrect titles", "Huge improvement on blocking images (still in beta though)"] +} \ No newline at end of file