updated scripts metadata

This commit is contained in:
Tobias Schmidl 2017-11-21 09:48:39 +01:00
parent 922ed1214d
commit 173d8be729
7 changed files with 16 additions and 11 deletions

View file

@ -1,8 +1,9 @@
// ==UserScript== // ==UserScript==
// @name Facebook desktop notification // @name Facebook desktop notification
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @version 0.2.6 // @version 0.2.7
// @description Facebook desktop notification (based on HTML5) // @description Facebook desktop notification (based on HTML5)
// @author Tobias Schmidl
// @include http*://www.facebook.com/* // @include http*://www.facebook.com/*
// @include http*://facebook.com/* // @include http*://facebook.com/*
// @grant GM_getValue // @grant GM_getValue

View file

@ -1,9 +1,9 @@
// ==UserScript== // ==UserScript==
// @name GitHub Solarized // @name GitHub Solarized
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @version 0.1.1 // @version 0.1.2
// @description A light Solarized style for viewing source code on GitHub. // @description A light Solarized style for viewing source code on GitHub.
// @author schtobia // @author Tobias Schmidl
// @include http://github.com/* // @include http://github.com/*
// @include https://github.com/* // @include https://github.com/*
// @include http://*.github.com/* // @include http://*.github.com/*

View file

@ -1,9 +1,9 @@
// ==UserScript== // ==UserScript==
// @name GitHub Solarized // @name GitHub Solarized
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @version 0.1.1 // @version 0.1.2
// @description A light Solarized style for viewing source code on GitHub. // @description A light Solarized style for viewing source code on GitHub.
// @author schtobia // @author Tobias Schmidl
// @include http://github.com/* // @include http://github.com/*
// @include https://github.com/* // @include https://github.com/*
// @include http://*.github.com/* // @include http://*.github.com/*

View file

@ -1,8 +1,9 @@
// ==UserScript== // ==UserScript==
// @name Google+ desktop notification // @name Google+ desktop notification
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @version 0.2.6 // @version 0.2.7
// @description Google+ desktop notification (based on HTML5) // @description Google+ desktop notification (based on HTML5)
// @author Tobias Schmidl
// @include http://plus.google.com/ // @include http://plus.google.com/
// @include https://plus.google.com/ // @include https://plus.google.com/
// @include http://plus.google.com/u/0/* // @include http://plus.google.com/u/0/*

View file

@ -2,7 +2,8 @@
// @name [GSV] Reload every 15 minutes // @name [GSV] Reload every 15 minutes
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @include https://www.grillsportverein.de/forum/find-new/*/posts // @include https://www.grillsportverein.de/forum/find-new/*/posts
// @version 1.0 // @author Tobias Schmidl
// @version 1.0.1
// @grant none // @grant none
// @runt-at document-end // @runt-at document-end
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/gsv-reload.user.js // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/gsv-reload.user.js

View file

@ -1,10 +1,11 @@
// ==UserScript== // ==UserScript==
// @name Fix site width on ikea.com // @name Fix site width on ikea.com
// @description ikea.com has a wrong boxing model, which drives users with any modern browser nuts. // @description ikea.com has a wrong boxing model, which drives users with any modern browser nuts.
// @author Tobias Schmidl
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @include http://*.ikea.com/* // @include http://*.ikea.com/*
// @include https://*.ikea.com/* // @include https://*.ikea.com/*
// @version 1 // @version 1.0.1
// @grant GM_addStyle // @grant GM_addStyle
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js // @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 // @updateURL https://github.com/schtobia/greasemonkey/raw/master/ikea-fix-boxing.user.js

View file

@ -3,11 +3,12 @@
// @namespace https://www.schtobia.de/ // @namespace https://www.schtobia.de/
// @include https://www.openstreetmap.org/* // @include https://www.openstreetmap.org/*
// @description OpenStreetmap GeoURI Handler. This resolved "geo:<lat>,<lon>" URIs via openstreetmap, by registering to an unidentified URL on osm and then rewriting it on call. // @description OpenStreetmap GeoURI Handler. This resolved "geo:<lat>,<lon>" 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_getValue
// @grant GM_listValues // @grant GM_listValues
// @downloadURL 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/github-solarized/raw/master/openstreetmap_geouri.user.js // @updateURL https://github.com/schtobia/greasemonkey/raw/master/openstreetmap_geouri.user.js
// ==/UserScript== // ==/UserScript==
window.navigator.registerProtocolHandler("geo", "https://www.openstreetmap.org/geouri/%s", GM_info.script.name); window.navigator.registerProtocolHandler("geo", "https://www.openstreetmap.org/geouri/%s", GM_info.script.name);