diff --git a/date-button/index.js b/date-button/index.js index e00a3f1529af92e828b7a6b23ebe295a48d741d0..e39334e289985015ed22abeb7b89bbcef1642512 100644 --- a/date-button/index.js +++ b/date-button/index.js @@ -1,9 +1,10 @@ // ==UserScript== // @name Date Button // @namespace http://hugo.hornquist.se -// @version 0.1.2 +// @version 0.1.3 // @author hugo@lysator.liu.se -// @match * +// @match http://* +// @match https://* // @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