From 173d8be7297348376ff167bc090edf87b7320cf0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 21 Nov 2017 09:48:39 +0100 Subject: [PATCH] updated scripts metadata --- facebook-notification.user.js | 3 ++- github-solarized-dark.user.js | 4 ++-- github-solarized-light.user.js | 4 ++-- googleplus-notification.user.js | 3 ++- gsv-reload.user.js | 3 ++- ikea-fix-boxing.user.js | 3 ++- openstreetmap_geouri.user.js | 7 ++++--- 7 files changed, 16 insertions(+), 11 deletions(-) diff --git a/facebook-notification.user.js b/facebook-notification.user.js index 1e48800..fcac8ad 100644 --- a/facebook-notification.user.js +++ b/facebook-notification.user.js @@ -1,8 +1,9 @@ // ==UserScript== // @name Facebook desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.6 +// @version 0.2.7 // @description Facebook desktop notification (based on HTML5) +// @author Tobias Schmidl // @include http*://www.facebook.com/* // @include http*://facebook.com/* // @grant GM_getValue diff --git a/github-solarized-dark.user.js b/github-solarized-dark.user.js index 26aea3e..94e2a73 100644 --- a/github-solarized-dark.user.js +++ b/github-solarized-dark.user.js @@ -1,9 +1,9 @@ // ==UserScript== // @name GitHub Solarized // @namespace https://www.schtobia.de/ -// @version 0.1.1 +// @version 0.1.2 // @description A light Solarized style for viewing source code on GitHub. -// @author schtobia +// @author Tobias Schmidl // @include http://github.com/* // @include https://github.com/* // @include http://*.github.com/* diff --git a/github-solarized-light.user.js b/github-solarized-light.user.js index d9725c7..ac0eab3 100644 --- a/github-solarized-light.user.js +++ b/github-solarized-light.user.js @@ -1,9 +1,9 @@ // ==UserScript== // @name GitHub Solarized // @namespace https://www.schtobia.de/ -// @version 0.1.1 +// @version 0.1.2 // @description A light Solarized style for viewing source code on GitHub. -// @author schtobia +// @author Tobias Schmidl // @include http://github.com/* // @include https://github.com/* // @include http://*.github.com/* diff --git a/googleplus-notification.user.js b/googleplus-notification.user.js index debb862..4872eda 100644 --- a/googleplus-notification.user.js +++ b/googleplus-notification.user.js @@ -1,8 +1,9 @@ // ==UserScript== // @name Google+ desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.6 +// @version 0.2.7 // @description Google+ desktop notification (based on HTML5) +// @author Tobias Schmidl // @include http://plus.google.com/ // @include https://plus.google.com/ // @include http://plus.google.com/u/0/* diff --git a/gsv-reload.user.js b/gsv-reload.user.js index 0a329de..7a23c68 100644 --- a/gsv-reload.user.js +++ b/gsv-reload.user.js @@ -2,7 +2,8 @@ // @name [GSV] Reload every 15 minutes // @namespace https://www.schtobia.de/ // @include https://www.grillsportverein.de/forum/find-new/*/posts -// @version 1.0 +// @author Tobias Schmidl +// @version 1.0.1 // @grant none // @runt-at document-end // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/gsv-reload.user.js diff --git a/ikea-fix-boxing.user.js b/ikea-fix-boxing.user.js index e5bca65..01921ec 100644 --- a/ikea-fix-boxing.user.js +++ b/ikea-fix-boxing.user.js @@ -1,10 +1,11 @@ // ==UserScript== // @name Fix site width on ikea.com // @description ikea.com has a wrong boxing model, which drives users with any modern browser nuts. +// @author Tobias Schmidl // @namespace https://www.schtobia.de/ // @include http://*.ikea.com/* // @include https://*.ikea.com/* -// @version 1 +// @version 1.0.1 // @grant GM_addStyle // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js // @updateURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js diff --git a/openstreetmap_geouri.user.js b/openstreetmap_geouri.user.js index e1a16f0..365e342 100644 --- a/openstreetmap_geouri.user.js +++ b/openstreetmap_geouri.user.js @@ -3,11 +3,12 @@ // @namespace https://www.schtobia.de/ // @include https://www.openstreetmap.org/* // @description OpenStreetmap GeoURI Handler. This resolved "geo:," URIs via openstreetmap, by registering to an unidentified URL on osm and then rewriting it on call. -// @version 0.1.8 +// @author Tobias Schmidl +// @version 0.1.9 // @grant GM_getValue // @grant GM_listValues -// @downloadURL https://github.com/schtobia/github-solarized/raw/master/openstreetmap_geouri.user.js -// @updateURL https://github.com/schtobia/github-solarized/raw/master/openstreetmap_geouri.user.js +// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/openstreetmap_geouri.user.js +// @updateURL https://github.com/schtobia/greasemonkey/raw/master/openstreetmap_geouri.user.js // ==/UserScript== window.navigator.registerProtocolHandler("geo", "https://www.openstreetmap.org/geouri/%s", GM_info.script.name);