Skip to content

Instantly share code, notes, and snippets.

@cletusc
Created September 29, 2012 07:12
Show Gist options
  • Save cletusc/3803413 to your computer and use it in GitHub Desktop.
Save cletusc/3803413 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Issue 1551 Test
// @namespace #Cletus
// @include http://cletustech.com/
// @version 0.1.0
// @grant none
// ==/UserScript==
var hello = 'panic';
hello = 'world';
if (hello === 'world') {
console.log('Works!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment