From 098d134a5a481d4abbafde790b367c3822b354cf Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 8 Mar 2014 09:19:12 +0100 Subject: [PATCH] Restrict the loading of the Google+ script Since Google+ does a lot with IFrames, we need to be more strict on the loading rules. --- googleplus-notification.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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