Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 27, 2017
1 parent 00a46ee commit 5011893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ if ( !abort ) {
}
}
document.open();
document.write(doc.documentElement.outerHTML);
document.write(doc.documentElement.outerHTML); // jshint ignore:line
document.close();
};
req.send(null);
Expand All @@ -275,8 +275,8 @@ if ( !abort ) {
'boston.com',
'capitalgazette.com',
'carrollcountytimes.com',
'celebuzz.com',
'celebslam.com',
'celebuzz.com',
'chicagotribune.com',
'citypaper.com',
'computershopper.com',
Expand Down Expand Up @@ -539,8 +539,8 @@ if ( !abort ) {
scriptlet: scriptlet,
exceptions: [
'hangouts.google.com',
'messenger.com',
'meet.google.com',
'messenger.com',
],
});
})();
Expand Down Expand Up @@ -590,7 +590,8 @@ if ( !abort ) {
'phonesreview.co.uk',
'thefreethoughtproject.com',
'veteranstoday.com',
'yad2.co.il'
'walla.co.il',
'yad2.co.il',
]
});
})();
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"minimum_chrome_version": "36.0",
"name": "uBlock Origin Extra",
"short_name": "uBO-Extra",
"version": "2.16"
"version": "2.17"
}

0 comments on commit 5011893

Please sign in to comment.