Last active
February 26, 2019 06:24
-
-
Save Dinir/46d4bc1a1935cf2bb4eca2a23f01c725 to your computer and use it in GitHub Desktop.
test test
This file contains hidden or 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
{ | |
"uuid":"109bcfe0-74eb-4669-ba6e-5cf6899036a7", | |
"name":"Test Userscript", | |
"options":{}, | |
"durl":null, | |
"furl":null, | |
"lastModified":1551162286790 | |
} |
This file contains hidden or 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 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