Restrict the loading of the Google+ script
Since Google+ does a lot with IFrames, we need to be more strict on the loading rules.
This commit is contained in:
parent
4b14ea8de1
commit
098d134a5a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue