From 1cdf7d50618a74acd29857c29baff4e3b6419736 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 6 Jun 2022 22:54:37 +0200
Subject: [PATCH] Change date-button match to hopefully work everywhere.

A single star ('*') only matched the root of each domain.
---
 date-button/index.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/date-button/index.js b/date-button/index.js
index e00a3f1..e39334e 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
-- 
GitLab