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

23 lines
671 B
JavaScript

// ==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
// @match https://$6
// @run-at document-end
// @inject-into content
// ==/UserScript==
(function()
{
$0
})();