Deleted test script.

This commit is contained in:
tastytea 2019-05-29 23:06:50 +02:00
parent 0d443f1f11
commit 41171592b4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
// ==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.");