1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-18 18:48:45 +02:00
This commit is contained in:
gorhill 2016-01-11 00:37:57 -05:00
parent b8b5a5fea2
commit 5591ff34f1
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uBlock Origin", "name": "uBlock Origin",
"version": "1.5.3", "version": "1.5.4",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",

View File

@ -81,7 +81,7 @@ vAPI.shutdown = (function() {
} }
var filters = self.rpc({ var filters = self.rpc({
fnName: 'getScriptTagFilters', fnName: 'getScriptTagFilters',
rootURL: self.top.location.href, rootURL: self.location.href,
frameURL: self.location.href, frameURL: self.location.href,
frameHostname: hostname frameHostname: hostname
}); });

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uBlock Origin", "name": "uBlock Origin",
"version": "1.5.3", "version": "1.5.4",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",