Skip to content

Commit

Permalink
V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadPackets committed Apr 28, 2018
1 parent 5073185 commit 892e303
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file modified assets/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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==');
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0",
"changelog": ["First official release!", "Added auto update functionality"]
}
"version": "1.1",
"changelog": ["Added an actual logo", "Fixed incorrect titles", "Huge improvement on blocking images (still in beta though)"]
}

0 comments on commit 892e303

Please sign in to comment.