userscripts/test.user.js

18 lines
512 B
JavaScript

// ==UserScript==
// @name test
// @description Webhook-test.
// @version 2019.05.29.1
// @author tastytea
// @copyright 2019, tastytea (https://tastytea.de/)
// @license GPL-3.0-only
// @namespace tastytea.de
// @homepageURL https://schlomp.space/tastytea/userscripts
// @supportURL https://schlomp.space/tastytea/userscripts/issues
// @grant none
// @match https://example.com/
// @run-at document-end
// @inject-into content
// ==/UserScript==
console.log("Test.");