From cdda7c6a1714ff4507e5d53b3e0ed6e4e2dab676 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 10 Mar 2014 06:51:46 +0100 Subject: [PATCH] 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. --- googleplus-notification.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/googleplus-notification.user.js b/googleplus-notification.user.js index b1897c9..1c2d101 100644 --- a/googleplus-notification.user.js +++ b/googleplus-notification.user.js @@ -1,8 +1,10 @@ // ==UserScript== // @name Google+ desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.3 +// @version 0.2.4 // @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 https://plus.google.com/u/0/* // @exclude http://plus.google.com/u/0/_/*