aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2015-03-10 13:06:59 +0100
committerDeathamns <deathamns@gmail.com>2015-03-10 13:06:59 +0100
commitc4b06eecd2bfde96d2c41b27f9cb8574ea5b09d3 (patch)
tree2c8a71f779f22fe7f0ab27daf677be9054fcea08 /src
parenta795d6e073f9300a6a93f43ad63ed48a07cb4e2b (diff)
downloaduBlock-c4b06eecd2bfde96d2c41b27f9cb8574ea5b09d3.zip
uBlock-c4b06eecd2bfde96d2c41b27f9cb8574ea5b09d3.tar.gz
uBlock-c4b06eecd2bfde96d2c41b27f9cb8574ea5b09d3.tar.bz2
Firefox: abp:subscribe
Diffstat (limited to 'src')
-rw-r--r--src/js/subscriber.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/subscriber.js b/src/js/subscriber.js
index f7f56cb..608bd61 100644
--- a/src/js/subscriber.js
+++ b/src/js/subscriber.js
@@ -74,7 +74,7 @@ var onAbpLinkClicked = function(ev) {
if ( href === '' ) {
return;
}
- var matches = /^abp:subscribe\?location=([^&]+).*title=([^&]+)/.exec(href);
+ var matches = /^abp:\/*subscribe\/*\?location=([^&]+).*title=([^&]+)/.exec(href);
if ( matches === null ) {
return;
}