Created
April 2, 2025 21:34
-
-
Save Gerst20051/0faf11890b187cc25a3f3779fb0092ed to your computer and use it in GitHub Desktop.
Default Tampermonkey UserScript Template
This file contains 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 New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-04-02 | |
// @description try to take over the world! | |
// @author You | |
// @match https://docs.google.com/document/d/1o__gc-G3wLtd4igKd0MzMlXHZ27tTT16Cq8b4RBQJvA/edit?tab=t.0 | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
// Your code here... | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment