2019-06-03 20:39:29 +02:00
|
|
|
// ==UserScript==
|
2019-06-07 14:54:40 +02:00
|
|
|
// @name $1
|
|
|
|
// @description $2
|
|
|
|
// @description:de $3
|
|
|
|
// @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 ${4:https://schlomp.space/tastytea/userscripts}
|
|
|
|
// @supportURL $4/issues
|
|
|
|
// @downloadURL $4/raw/branch/main/$5`(file-name-nondirectory (buffer-file-name))`
|
|
|
|
// @grant none
|
2019-06-21 20:53:49 +02:00
|
|
|
// @match https://$6
|
2019-06-07 14:54:40 +02:00
|
|
|
// @run-at document-end
|
|
|
|
// @inject-into content
|
2019-06-03 20:39:29 +02:00
|
|
|
// ==/UserScript==
|
|
|
|
|
|
|
|
$0
|