Skip to content

Instantly share code, notes, and snippets.

@arantius
Created August 1, 2012 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arantius/3227121 to your computer and use it in GitHub Desktop.
Save arantius/3227121 to your computer and use it in GitHub Desktop.
Greasemonkey Update Test
// ==UserScript==
// @name Update Test
// @namespace test
// @description Test whether updates really work
// @include *
// @version 2
// ==/UserScript==
dump('Update test version 2!\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment