Skip to content

Instantly share code, notes, and snippets.

@Dinir
Last active February 26, 2019 06:24
Show Gist options
  • Save Dinir/46d4bc1a1935cf2bb4eca2a23f01c725 to your computer and use it in GitHub Desktop.
Save Dinir/46d4bc1a1935cf2bb4eca2a23f01c725 to your computer and use it in GitHub Desktop.
test test
{
"uuid":"109bcfe0-74eb-4669-ba6e-5cf6899036a7",
"name":"Test Userscript",
"options":{},
"durl":null,
"furl":null,
"lastModified":1551162286790
}
// ==UserScript==
// @name Test Userscript
// @namespace http://tampermonkey.net/
// @version 0.2
// @description try to take over the world!
// @author You
// @match https://gist.github.com/
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
console.info('tested')
console.info('tested twice')
console.info('tested twice')
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment