Skip to content
Snippets Groups Projects
Commit 1cdf7d50 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Change date-button match to hopefully work everywhere.

A single star ('*') only matched the root of each domain.
parent 85b3487a
No related branches found
No related tags found
No related merge requests found
// ==UserScript== // ==UserScript==
// @name Date Button // @name Date Button
// @namespace http://hugo.hornquist.se // @namespace http://hugo.hornquist.se
// @version 0.1.2 // @version 0.1.3
// @author hugo@lysator.liu.se // @author hugo@lysator.liu.se
// @match * // @match http://*
// @match https://*
// @description Inputs the current date into the current text field. // @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 // @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 // @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/date-button/index.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment