.emacs.d/auto-insert/user.js

23 lines
671 B
JavaScript
Raw Normal View History

2019-06-03 20:39:29 +02:00
// ==UserScript==
// @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
// @run-at document-end
// @inject-into content
2019-06-03 20:39:29 +02:00
// ==/UserScript==
(function()
{
$0
})();