From 41171592b475a948d1dcc00f467fbec388de92ed Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 29 May 2019 23:06:50 +0200 Subject: [PATCH] Deleted test script. --- test.user.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test.user.js diff --git a/test.user.js b/test.user.js deleted file mode 100644 index ad98dbb..0000000 --- a/test.user.js +++ /dev/null @@ -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.");