Skip to content

Instantly share code, notes, and snippets.

@arantius
Created January 23, 2011 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arantius/792537 to your computer and use it in GitHub Desktop.
Save arantius/792537 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name test: var x = y = 0;
// @include *
// ==/UserScript==
var x = y = 0;
alert('a');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment