Added german description to user.js template.

This commit is contained in:
tastytea 2019-06-07 14:54:40 +02:00
parent c8693889f3
commit 4b92e2fdd0
1 changed files with 15 additions and 14 deletions

View File

@ -1,18 +1,19 @@
// ==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/$4`(file-name-nondirectory (buffer-file-name))`
// @grant none
// @match https://*$5
// @run-at document-end
// @inject-into content
// @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
// @match https://*$6
// @run-at document-end
// @inject-into content
// ==/UserScript==
$0