Created
September 26, 2025 11:39
-
-
Save ajorpheus/80592b724697f2a13bab75e5376a2386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Test | |
| // @namespace test | |
| // @version 0.1 | |
| // @description Test Userscript | |
| // @author iamnobody | |
| // @license MIT | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| alert(1); | |
| })(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment