diff --git a/googleplus-notification.user.js b/googleplus-notification.user.js index dd0207e..70812ea 100644 --- a/googleplus-notification.user.js +++ b/googleplus-notification.user.js @@ -1,9 +1,10 @@ // ==UserScript== // @name Google+ desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.0 +// @version 0.2.1 // @description Google+ desktop notification (based on HTML5) -// @include http*://plus.google.com/* +// @include /^https?://plus\.google\.com/u/0/.*$/ +// @exclude /^https?://plus\.google\.com/u/0/_/.*$/ // @grant GM_getValue // @run-at document-end // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/googleplus-notification.user.js