From ebd2a09947ddd74800ca471968fc218b802a5a89 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 8 Mar 2014 07:09:47 +0100 Subject: [PATCH] Restricted popups to plus.google.com This way the screen doesn't get that full if you're using Google for searching etc. Just keep G+ open in one separate tab. --- googleplus-notification.user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/googleplus-notification.user.js b/googleplus-notification.user.js index 02d679d..f5b687d 100644 --- a/googleplus-notification.user.js +++ b/googleplus-notification.user.js @@ -1,11 +1,9 @@ // ==UserScript== // @name Google+ desktop notification // @namespace https://www.schtobia.de/ -// @version 0.1.0 +// @version 0.1.1 // @description Google+ desktop notification (based on HTML5) // @include http*://plus.google.com/* -// @include http*://encrypted.google.com/* -// @include http*://google.com/* // @grant GM_getValue // @run-at document-end // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/googleplus-notification.user.js