Skip to content

Instantly share code, notes, and snippets.

@arantius
Created August 28, 2012 13:14
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/3497870 to your computer and use it in GitHub Desktop.
Save arantius/3497870 to your computer and use it in GitHub Desktop.
require jquery test
// ==UserScript==
// @name require jquery test
// @namespace http://github.com/arantius
// @include http://fiddle.jshell.net/Gc8HN/show/
// @include http://fiddle.jshell.net/Gc8HN/*/show/
// @version 1
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js
// @grant none
// ==/UserScript==
document.getElementById('script').textContent =
'I expect jquery 1.6.0, I have: ' + $().jquery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment