Created
December 1, 2017 23:38
-
-
Save chrisj/2b99ce016a6e74fcf2c3c4e45b40ea58 to your computer and use it in GitHub Desktop.
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 Super Awesome | |
// @author Kelv | |
// @namespace http://www.example.com/gmscripts | |
// @description Scripting is fun | |
// @include http://www.example.com/* | |
// @include http://www.example.org/* | |
// @exclude http://www.example.org/foo | |
// @require foo.js | |
// @resource resourceName1 resource1.png | |
// @resource resourceName2 http://www.example.com/resource2.png | |
// @version 1.5 | |
// @icon http://www.example.net/icon.png | |
// ==/UserScript== | |
console.log('hi') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment