From 0d443f1f1180344e8a1fed810c7959d2794f7c9b Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 29 May 2019 13:30:42 +0200 Subject: [PATCH] Added test script to test the webhook on GitHub. --- test.user.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test.user.js diff --git a/test.user.js b/test.user.js new file mode 100644 index 0000000..ad98dbb --- /dev/null +++ b/test.user.js @@ -0,0 +1,17 @@ +// ==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.");