Skip to content

Instantly share code, notes, and snippets.

@arantius
Created January 25, 2011 01:37
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/794361 to your computer and use it in GitHub Desktop.
Save arantius/794361 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Unqualified Top Test
// @namespace https://github.com/arantius
// @include *
// ==/UserScript==
var left = top = 0;
alert('I managed to run\nvar left = top = 0;');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment