Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created June 29, 2010 02:51
Show Gist options
  • Save erikvold/456724 to your computer and use it in GitHub Desktop.
Save erikvold/456724 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name GM jQuery Test
// @namespace gmJQueryTest
// @require http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
// @resource x https://gist.github.com/images/modules/header/logo_gist.png
// @include *
// @author Erik Vergobbi Vold
// ==/UserScript==
GM_notification('t');
alert($("#erik").html());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment