Skip to content

Instantly share code, notes, and snippets.

@Gerst20051
Created April 2, 2025 21:34
Show Gist options
  • Save Gerst20051/0faf11890b187cc25a3f3779fb0092ed to your computer and use it in GitHub Desktop.
Save Gerst20051/0faf11890b187cc25a3f3779fb0092ed to your computer and use it in GitHub Desktop.
Default Tampermonkey UserScript Template
// ==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