Created
November 22, 2017 16:26
-
-
Save garvin/c046ba92c21cf29db562e7d67d646edd to your computer and use it in GitHub Desktop.
Github-hosted user script test
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 Github-hosted user script test | |
// @namespace http://garvinggarvin.com/monkies | |
// @include http://* | |
// @include https://* | |
// @version 1 | |
// ==/UserScript== | |
console.log('i am working yes'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment