diff --git a/date-button/index.js b/date-button/index.js index 9b0d91304779a034fdc4c27427cfcbceeef257cd..42fd6618115145a2ac72ce266eeb69398fd2de1d 100644 --- a/date-button/index.js +++ b/date-button/index.js @@ -1,12 +1,13 @@ // ==UserScript== // @name Date Button // @namespace http://hugo.hornquist.se -// @version 0.1 +// @version 0.1.1 // @author hugo@lysator.liu.se // @match * // @description Inputs the current date into the current text field. // @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/date-button/index.js // @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/date-button/index.js +// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/date-button // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle diff --git a/reddit-hide-sidebar/index.js b/reddit-hide-sidebar/index.js index 6a7b914a69f2b932496a4cf179178acac77a5ffe..87147d63ec5dfa1146e39edbf29bce234f4f9414 100644 --- a/reddit-hide-sidebar/index.js +++ b/reddit-hide-sidebar/index.js @@ -1,14 +1,14 @@ // ==UserScript== // @name old.reddit hide sidebar // @namespace http://hugo.hornquist.se -// @version 1.1.1 +// @version 1.1.2 // @description Adds toggle to hide Reddit sidebar // @author hugo@lysator.liu.se // @match https://*.reddit.com/* // @match https://old.reddit.com/* // @match https://www.reddit.com/r/*/wiki/* // @match https://np.reddit.com/* -// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/blob/master/reddit-hide-sidebar/index.js +// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/reddit-hide-sidebar // @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js // @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js // ==/UserScript==