Skip to content

Instantly share code, notes, and snippets.

@ajorpheus
Created September 26, 2025 11:39
Show Gist options
  • Select an option

  • Save ajorpheus/80592b724697f2a13bab75e5376a2386 to your computer and use it in GitHub Desktop.

Select an option

Save ajorpheus/80592b724697f2a13bab75e5376a2386 to your computer and use it in GitHub Desktop.
// ==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