Add meta.js

This commit is contained in:
2025-10-28 13:47:56 +00:00
parent e7d74a7a7a
commit 3cc7dbfdc0

9
meta.js Normal file
View File

@@ -0,0 +1,9 @@
// ==UserScript==
// @name Link Highlighter
// @namespace https://git.upto.im/geekery/
// @version 1.0.0
// @description Highlights all links on the page
// @author Darren
// @match *://*/*
// @grant none
// ==/UserScript==