Skip to content

Instantly share code, notes, and snippets.

@arantius
Created April 14, 2011 17:28
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/919997 to your computer and use it in GitHub Desktop.
Save arantius/919997 to your computer and use it in GitHub Desktop.
Test what happens when you edit the @ICON line of a script.
// ==UserScript==
// @name Icon change tester.
// @description Test what happens when you edit the @icon line of a script.
// @namespace https://github.com/arantius
// @include http*
// @exclude *gist*
// @icon http://iconpacks.mozdev.org/images/deerpark-lite.png
// ==/UserScript==
/*
Some other URLs to images:
http://iconpacks.mozdev.org/images/deerpark-lite.png
http://iconpacks.mozdev.org/images/firefox-world32x32.png
http://iconpacks.mozdev.org/images/modicons.ico
http://iconpacks.mozdev.org/images/thunderbird-icon.png
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment