updated scripts metadata
This commit is contained in:
parent
922ed1214d
commit
173d8be729
7 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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/*
|
||||
|
|
|
@ -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/*
|
||||
|
|
|
@ -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/*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
// @namespace https://www.schtobia.de/
|
||||
// @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.
|
||||
// @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);
|
||||
|
|
Loading…
Reference in a new issue