Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into safari
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
el1t committed Jan 12, 2017
2 parents 945142c + 257dd27 commit 4d662bf
Show file tree
Hide file tree
Showing 25 changed files with 1,445 additions and 1,101 deletions.
16 changes: 14 additions & 2 deletions assets/ublock/filter-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
"supportURL": "http://noads.it/"
},
"https://adguard.com/en/filter-rules.html?id=1": {
"off": true,
"title": "RUS: Adguard Russian Filter (obsolete, will be removed)",
"group": "regions",
"supportURL": "https://forum.adguard.com/forumdisplay.php?69-%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D1%8B-Adguard"
},
"https://filters.adtidy.org/extension/chromium/filters/1.txt": {
"off": true,
"title": "RUS: Adguard Russian Filter",
"group": "regions",
"supportURL": "http://forum.adguard.com/forumdisplay.php?69-%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D1%8B-Adguard"
"supportURL": "https://forum.adguard.com/forumdisplay.php?69-%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D1%8B-Adguard"
},
"https://easylist-downloads.adblockplus.org/advblock.txt": {
"off": true,
Expand Down Expand Up @@ -328,11 +334,17 @@
"supportURL": "https://forums.lanik.us/"
},
"https://adguard.com/filter-rules.html?id=13": {
"off": true,
"title": "TUR: Adguard Turkish Filter (obsolete, will be removed)",
"group": "regions",
"supportURL": "http://forum.adguard.com/forumdisplay.php?51-Filter-Rules"
},
"https://filters.adtidy.org/extension/chromium/filters/13.txt": {
"off": true,
"title": "TUR: Adguard Turkish Filter",
"group": "regions",
"lang": "tr",
"supportURL": "http://forum.adguard.com/forumdisplay.php?51-Filter-Rules"
"supportURL": "https://forum.adguard.com/forumdisplay.php?51-Filter-Rules"
},
"https://www.fanboy.co.nz/fanboy-vietnam.txt": {
"off": true,
Expand Down
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "uBlock Origin",
"version": "1.10.2",
"version": "1.10.5.9",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand Down
6 changes: 1 addition & 5 deletions platform/chromium/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,7 @@ vAPI.tabs.open = function(details) {

// Open in a standalone window
if ( details.popup === true ) {
chrome.windows.create({
url: details.url,
focused: details.active,
type: 'popup'
});
chrome.windows.create({ url: details.url, type: 'popup' });
return;
}

Expand Down
Loading

0 comments on commit 4d662bf

Please sign in to comment.