Extended include rule
The main URL, https?://plus.google.com/ , wasn't included by the previous block, since we were asking after the "/u/0/" part.
This commit is contained in:
parent
28a1084fe1
commit
cdda7c6a17
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Google+ desktop notification
|
// @name Google+ desktop notification
|
||||||
// @namespace https://www.schtobia.de/
|
// @namespace https://www.schtobia.de/
|
||||||
// @version 0.2.3
|
// @version 0.2.4
|
||||||
// @description Google+ desktop notification (based on HTML5)
|
// @description Google+ desktop notification (based on HTML5)
|
||||||
|
// @include http://plus.google.com/
|
||||||
|
// @include https://plus.google.com/
|
||||||
// @include http://plus.google.com/u/0/*
|
// @include http://plus.google.com/u/0/*
|
||||||
// @include https://plus.google.com/u/0/*
|
// @include https://plus.google.com/u/0/*
|
||||||
// @exclude http://plus.google.com/u/0/_/*
|
// @exclude http://plus.google.com/u/0/_/*
|
||||||
|
|
Loading…
Reference in a new issue