<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>&lt;pre&gt;
// ==UserScript==
// @name          Test
// @namespace     test
// @description   testing require and resource
// @include       *
// @require       http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// @resource      image1 http://static.userscripts.org/images/userscripts.org.png?1225264897
// ==/UserScript==

$(document).ready(function() {
	$(&quot;a&quot;).click(function() {
		alert(&quot;Hello world!&quot;);
	});
});

newImage = document.createElement(&quot;IMG&quot;);
newImage.setAttribute(&quot;src&quot;, GM_getResourceURL(&quot;image1&quot;));
document.body.appendChild(newImage);
&lt;/pre&gt;

&lt;del&gt;@require is loaded on document.ready, I believe.&lt;/del&gt;
For @resource: &lt;a href=&quot;http://wiki.greasespot.net/GM_getResourceText&quot;&gt;GM_getResourceText&lt;/a&gt; and &lt;a href=&quot;http://wiki.greasespot.net/GM_getResourceURL&quot;&gt;GM_getResourceURL&lt;/a&gt;</body>
  <body-html>&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name          Test
// @namespace     test
// @description   testing require and resource
// @include       *
// @require       http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// @resource      image1 http://static.userscripts.org/images/userscripts.org.png?1225264897
// ==/UserScript==

$(document).ready(function() {
	$(&quot;a&quot;).click(function() {
		alert(&quot;Hello world!&quot;);
	});
});

newImage = document.createElement(&quot;IMG&quot;);
newImage.setAttribute(&quot;src&quot;, GM_getResourceURL(&quot;image1&quot;));
document.body.appendChild(newImage);
&lt;/pre&gt;&lt;del&gt;@require is loaded on document.ready, I believe.&lt;/del&gt;
&lt;br /&gt;For @resource: &lt;a href=&quot;http://wiki.greasespot.net/GM_getResourceText&quot;&gt;GM_getResourceText&lt;/a&gt; and &lt;a href=&quot;http://wiki.greasespot.net/GM_getResourceURL&quot;&gt;GM_getResourceURL&lt;/a&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-10-30T01:23:07Z</created-at>
  <forumable-id type="integer">1</forumable-id>
  <forumable-type>Forum</forumable-type>
  <id type="integer">16887</id>
  <topic-id type="integer">9524</topic-id>
  <updated-at type="datetime">2008-10-30T01:30:51Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">68036</user-id>
</post>
