Skip to content

Instantly share code, notes, and snippets.

@Gvozd
Last active October 11, 2020 09:57
Show Gist options
  • Save Gvozd/8a2e2c640f4488e7b793b8dc1dfe2ff7 to your computer and use it in GitHub Desktop.
Save Gvozd/8a2e2c640f4488e7b793b8dc1dfe2ff7 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description try to take over the world!
// @author You
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
console.log('Hello, world 3');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment