19 lines
589 B
JavaScript
19 lines
589 B
JavaScript
// ==UserScript==
|
|
// @name $1
|
|
// @description $2
|
|
// @version `(format-time-string "%Y.%m.%d.1")`
|
|
// @author `user-full-name`
|
|
// @copyright `(format-time-string "%Y")`, `user-full-name` (https://tastytea.de/)
|
|
// @license GPL-3.0-only
|
|
// @namespace tastytea.de
|
|
// @homepageURL ${3:https://schlomp.space/tastytea/userscripts}
|
|
// @supportURL $3/issues
|
|
// @downloadURL $3/raw/branch/main/¡CHECKME!`(file-name-nondirectory (buffer-file-name))`
|
|
// @grant none
|
|
// @match https://*$4
|
|
// @run-at document-end
|
|
// @inject-into content
|
|
// ==/UserScript==
|
|
|
|
$0
|