Skip to content

Instantly share code, notes, and snippets.

@garvin
Created November 22, 2017 16:26
Show Gist options
  • Save garvin/c046ba92c21cf29db562e7d67d646edd to your computer and use it in GitHub Desktop.
Save garvin/c046ba92c21cf29db562e7d67d646edd to your computer and use it in GitHub Desktop.
Github-hosted user script test
// ==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