Added test script to test the webhook on GitHub.

This commit is contained in:
tastytea 2019-05-29 13:30:42 +02:00
parent b36a037016
commit 0d443f1f11
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 17 additions and 0 deletions

17
test.user.js Normal file
View File

@ -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.");