Don't use a regex, normal globbing should be sufficient
This commit is contained in:
parent
098d134a5a
commit
c8a19e1a12
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Google+ desktop notification
|
// @name Google+ desktop notification
|
||||||
// @namespace https://www.schtobia.de/
|
// @namespace https://www.schtobia.de/
|
||||||
// @version 0.2.1
|
// @version 0.2.2
|
||||||
// @description Google+ desktop notification (based on HTML5)
|
// @description Google+ desktop notification (based on HTML5)
|
||||||
// @include /^https?://plus\.google\.com/u/0/.*$/
|
// @include http://plus.google.com/u/0/*
|
||||||
// @exclude /^https?://plus\.google\.com/u/0/_/.*$/
|
// @include https://plus.google.com/u/0/*
|
||||||
|
// @exclude http://plus.google.com/u/0/_/*
|
||||||
|
// @exclude https://plus.google.com/u/0/_/*
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @run-at document-end
|
// @run-at document-end
|
||||||
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/googleplus-notification.user.js
|
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/googleplus-notification.user.js
|
||||||
|
|
Loading…
Reference in a new issue