Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created October 17, 2010 22:27
Show Gist options
  • Save erikvold/631383 to your computer and use it in GitHub Desktop.
Save erikvold/631383 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id [email protected]
// @name GM_notification test IV
// @namespace test
// @include *
// @resource cat http://www.dwmtech.com/images/cat23.gif
// ==/UserScript==
GM_notification("test", "test", GM_getResourceURL("cat"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment