<?xml version="1.0" encoding="UTF-8"?>
<posts type="array">
  <post>
    <body>My first questions is: is the page that contains the information you want the same as the one you are writing the script for or are you scraping information off a remote page using XHR?

If you are on the page you want to get information from, regex is definitely not the way to go.</body>
    <body-html>&lt;p&gt;My first questions is: is the page that contains the information you want the same as the one you are writing the script for or are you scraping information off a remote page using XHR?&lt;/p&gt;

&lt;p&gt;If you are on the page you want to get information from, regex is definitely not the way to go.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T21:34:32Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204624</id>
    <topic-id type="integer">42706</topic-id>
    <updated-at type="datetime">2010-01-04T21:34:32Z</updated-at>
    <user-agent>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6</user-agent>
    <user-id type="integer">27715</user-id>
  </post>
  <post>
    <body>&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/125162&quot;&gt;Nicolas Van ...&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42683?page=1#posts-204209&quot;&gt;wrote&lt;/a&gt;:
My best guess is using Regular Expressions&lt;/blockquote&gt;Like most newbies your first thought is to treat the DOM like a big pile of text and use regexps to filter through it. If we all wrote scripts like that JavaScript would be useless. I suggest you get the values you want from the page using DOM methods like &lt;a href=&quot;http://www.w3schools.com/XPath/xpath_syntax.asp&quot;&gt;XPath&lt;/a&gt;. Any chance we could get a link to the page you are writing this script for?

p. s. You should be ashamed of yourself &lt;a href=&quot;http://userscripts.org/users/GreyWyvern&quot;&gt;Grey&lt;/a&gt;, actually going along with parsing the document.body like it was just random text lol.</body>
    <body-html>&lt;p&gt;&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/125162&quot;&gt;Nicolas Van ...&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42683?page=1#posts-204209&quot;&gt;wrote&lt;/a&gt;:
&lt;br /&gt;My best guess is using Regular Expressions&lt;/blockquote&gt;Like most newbies your first thought is to treat the DOM like a big pile of text and use regexps to filter through it. If we all wrote scripts like that JavaScript would be useless. I suggest you get the values you want from the page using DOM methods like &lt;a href=&quot;http://www.w3schools.com/XPath/xpath_syntax.asp&quot;&gt;XPath&lt;/a&gt;. Any chance we could get a link to the page you are writing this script for?&lt;/p&gt;

&lt;p&gt;p. s. You should be ashamed of yourself &lt;a href=&quot;http://userscripts.org/users/GreyWyvern&quot;&gt;Grey&lt;/a&gt;, actually going along with parsing the document.body like it was just random text lol.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T21:26:24Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204622</id>
    <topic-id type="integer">42683</topic-id>
    <updated-at type="datetime">2010-01-04T21:31:29Z</updated-at>
    <user-agent>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6</user-agent>
    <user-id type="integer">27715</user-id>
  </post>
  <post>
    <body>&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/37004&quot;&gt;Marti&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42470#posts-204425&quot;&gt;wrote&lt;/a&gt;:
modifying the script with additional metadata&lt;em&gt; (even if it's just comments or a variable or two)&lt;/em&gt; could very likely result in copyright issues.&lt;/blockquote&gt;
I don't really think there is any issue of copyright infringement. My script is like a proxy, you can use it to access any script on Userscripts.org with a few modifications that &lt;em&gt;might&lt;/em&gt; make it slightly more compatible with your browser. What my script does could easily be done by a user by hand, I've just automated the process for convenience. Furthermore, since the entire script is included with nothing removed I think this is even less of an issue.&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/37004&quot;&gt;Marti&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42470#posts-204425&quot;&gt;wrote&lt;/a&gt;:
You still might be impeding any other processes that mimic GM's functionality as well.&lt;/blockquote&gt;
I might and if it is discovered that I am, a user should either inform me of the conflict or not install through my script.</body>
    <body-html>&lt;p&gt;&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/37004&quot;&gt;Marti&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42470#posts-204425&quot;&gt;wrote&lt;/a&gt;:
&lt;br /&gt;modifying the script with additional metadata&lt;em&gt; (even if it's just comments or a variable or two)&lt;/em&gt; could very likely result in copyright issues.&lt;/blockquote&gt;
&lt;br /&gt;I don't really think there is any issue of copyright infringement. My script is like a proxy, you can use it to access any script on Userscripts.org with a few modifications that &lt;em&gt;might&lt;/em&gt; make it slightly more compatible with your browser. What my script does could easily be done by a user by hand, I've just automated the process for convenience. Furthermore, since the entire script is included with nothing removed I think this is even less of an issue.&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;/users/37004&quot;&gt;Marti&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/42470#posts-204425&quot;&gt;wrote&lt;/a&gt;:
&lt;br /&gt;You still might be impeding any other processes that mimic GM's functionality as well.&lt;/blockquote&gt;
&lt;br /&gt;I might and if it is discovered that I am, a user should either inform me of the conflict or not install through my script.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T20:57:11Z</created-at>
    <forumable-id type="integer">3</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204612</id>
    <topic-id type="integer">42470</topic-id>
    <updated-at type="datetime">2010-01-04T21:04:44Z</updated-at>
    <user-agent>Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6</user-agent>
    <user-id type="integer">27715</user-id>
  </post>
  <post>
    <body>if I just put greasemonkey I do get some grease monkey stuff like greasemonkey update and enabled then some scriptvals which also say user set then string my name is on one then just says checked on most at the end of each line</body>
    <body-html>&lt;p&gt;if I just put greasemonkey I do get some grease monkey stuff like greasemonkey update and enabled then some scriptvals which also say user set then string my name is on one then just says checked on most at the end of each line&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T20:43:45Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204604</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T20:43:45Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>Should I disable greeasemonkey?</body>
    <body-html>&lt;p&gt;Should I disable greeasemonkey?&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T20:39:43Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204603</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T20:39:43Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>Wow ok got to the page and got the other filterbar but when I type greasemonkey.editor page is empty?</body>
    <body-html>&lt;p&gt;Wow ok got to the page and got the other filterbar but when I type greasemonkey.editor page is empty?&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T20:38:50Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204602</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T20:38:50Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>There is &lt;a href=&quot;http://code.google.com/apis/youtube/js_api_reference.html&quot;&gt;JS API&lt;/a&gt; though.</body>
    <body-html>&lt;p&gt;There is &lt;a href=&quot;http://code.google.com/apis/youtube/js_api_reference.html&quot;&gt;JS API&lt;/a&gt; though.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:55:28Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204582</id>
    <topic-id type="integer">42778</topic-id>
    <updated-at type="datetime">2010-01-04T19:55:28Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>Open a new tab, put in &lt;code&gt;about:config&lt;/code&gt;, hit enter. That's the config page.
There is a text field below the address bar you just typed in, that's the filter bar. That's where you put &lt;code&gt;greasemonkey.editor&lt;/code&gt; (don't need to hit enter). It should show only one entry and you can follow the instructions from above.</body>
    <body-html>&lt;p&gt;Open a new tab, put in &lt;code&gt;about:config&lt;/code&gt;, hit enter. That's the config page.
&lt;br /&gt;There is a text field below the address bar you just typed in, that's the filter bar. That's where you put &lt;code&gt;greasemonkey.editor&lt;/code&gt; (don't need to hit enter). It should show only one entry and you can follow the instructions from above.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:54:19Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204581</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T19:54:19Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>That's part of the flash application.  Not referenceable unless the author left a channel for javascript/actionscript communication.</body>
    <body-html>&lt;p&gt;That's part of the flash application.  Not referenceable unless the author left a channel for javascript/actionscript communication.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:44:45Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204578</id>
    <topic-id type="integer">42778</topic-id>
    <updated-at type="datetime">2010-01-04T19:44:45Z</updated-at>
    <user-agent>Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10</user-agent>
    <user-id type="integer">31492</user-id>
  </post>
  <post>
    <body>sorry I can't find out where about:config is?
I have tried to type it in a browser and typed greasemonkey editor there as well?
the address bar is a browser page yes?
Bill</body>
    <body-html>&lt;p&gt;sorry I can't find out where about:config is?
&lt;br /&gt;I have tried to type it in a browser and typed greasemonkey editor there as well?
&lt;br /&gt;the address bar is a browser page yes?
&lt;br /&gt;Bill&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:44:03Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204577</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T19:44:03Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>This might work.

&lt;pre&gt;var rexp = /&lt;span[^&gt;]*&gt;(.*?)&lt;\/span&gt;/ig;
var match = document.body.innerHTML.match(rexp);
var out = [];

for (item in match)
  out.push(match[item].replace(rexp, &quot;$1&quot;));

if (out.length)
  alert(out[Math.floor(Math.random() * out.length)]);&lt;/pre&gt;</body>
    <body-html>&lt;p&gt;This might work.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;var rexp = /&lt;span&gt;]*&gt;(.*?)&amp;lt;\/span&gt;/ig;
var match = document.body.innerHTML.match(rexp);
var out = [];

for (item in match)
  out.push(match[item].replace(rexp, &quot;$1&quot;));

if (out.length)
  alert(out[Math.floor(Math.random() * out.length)]);&lt;/pre&gt;&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:43:16Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204576</id>
    <topic-id type="integer">42683</topic-id>
    <updated-at type="datetime">2010-01-04T19:43:16Z</updated-at>
    <user-agent>Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10</user-agent>
    <user-id type="integer">31492</user-id>
  </post>
  <post>
    <body>I have the same problem. I had to switch to using Opera for my mail and keep my firefox on a new gmail account made just for youtube. It sucks.</body>
    <body-html>&lt;p&gt;I have the same problem. I had to switch to using Opera for my mail and keep my firefox on a new gmail account made just for youtube. It sucks.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:40:00Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204574</id>
    <topic-id type="integer">42779</topic-id>
    <updated-at type="datetime">2010-01-04T19:40:00Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>I don't think they have IDs.</body>
    <body-html>&lt;p&gt;I don't think they have IDs.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:39:11Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204573</id>
    <topic-id type="integer">42778</topic-id>
    <updated-at type="datetime">2010-01-04T19:39:11Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>Hi...

Probably many of us realized that the Google account is now Linked to the YouTube account.
This means that IF i'm using google account X (my homepage for my browser is google.com/ig ) i will also have the youtube account X.

BUT what happens if my account X on YouTube is permanently disabled? I can't log in into YouTube with another New account Y, IF i'm using the account X for everything else on Google.

So... if i'm logged in with account X, when i click the Sign IN link on YouTube... it automatically redirects me and says that my account is permanently disabled.

Can you create a script that can log me into YouTube using the google account named Y... but keeps my signed into Google using the account named X? (so... google.com/ig will show that i'm user X. Youtube will confirm that i'm user Y)</body>
    <body-html>&lt;p&gt;Hi...&lt;/p&gt;

&lt;p&gt;Probably many of us realized that the Google account is now Linked to the YouTube account.
&lt;br /&gt;This means that IF i'm using google account X (my homepage for my browser is google.com/ig ) i will also have the youtube account X.&lt;/p&gt;

&lt;p&gt;BUT what happens if my account X on YouTube is permanently disabled? I can't log in into YouTube with another New account Y, IF i'm using the account X for everything else on Google.&lt;/p&gt;

&lt;p&gt;So... if i'm logged in with account X, when i click the Sign IN link on YouTube... it automatically redirects me and says that my account is permanently disabled.&lt;/p&gt;

&lt;p&gt;Can you create a script that can log me into YouTube using the google account named Y... but keeps my signed into Google using the account named X? (so... google.com/ig will show that i'm user X. Youtube will confirm that i'm user Y)&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:35:51Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204570</id>
    <topic-id type="integer">42779</topic-id>
    <updated-at type="datetime">2010-01-04T19:35:51Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6</user-agent>
    <user-id type="integer">71514</user-id>
  </post>
  <post>
    <body>What is the ID, of the video controls on youtube, I cant find it. This is what I mean by Video Controls: 

&lt;img src=&quot;http://img218.imageshack.us/img218/791/capturesw.jpg&quot;&gt;</body>
    <body-html>&lt;p&gt;What is the ID, of the video controls on youtube, I cant find it. This is what I mean by Video Controls: &lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://img218.imageshack.us/img218/791/capturesw.jpg&quot; /&gt;&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:35:03Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204568</id>
    <topic-id type="integer">42778</topic-id>
    <updated-at type="datetime">2010-01-04T19:36:19Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6</user-agent>
    <user-id type="integer">86869</user-id>
  </post>
  <post>
    <body>Has anyone got any clue how to get the parameter called &quot;sf_xw_sig&quot; from the MafiaWars game? This is a temporary value that seems to change regularly, and I need to get it from a page that is outside the Zynga servers. If anyone has a clue, that would be great...</body>
    <body-html>&lt;p&gt;Has anyone got any clue how to get the parameter called &quot;sf_xw_sig&quot; from the MafiaWars game? This is a temporary value that seems to change regularly, and I need to get it from a page that is outside the Zynga servers. If anyone has a clue, that would be great...&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:28:57Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204566</id>
    <topic-id type="integer">42776</topic-id>
    <updated-at type="datetime">2010-01-04T19:28:57Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">86447</user-id>
  </post>
  <post>
    <body>Something like this perhaps?

&lt;pre&gt;innerHTML.replace('ABC','XYZ &amp;lt;big&amp;gt;*&amp;lt;/big&amp;gt;');&lt;/pre&gt;</body>
    <body-html>&lt;p&gt;Something like this perhaps?&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;innerHTML.replace('ABC','XYZ &amp;lt;big&amp;gt;*&amp;lt;/big&amp;gt;');&lt;/pre&gt;&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:05:59Z</created-at>
    <forumable-id type="integer">3</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204560</id>
    <topic-id type="integer">42653</topic-id>
    <updated-at type="datetime">2010-01-04T19:05:59Z</updated-at>
    <user-agent>Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10</user-agent>
    <user-id type="integer">31492</user-id>
  </post>
  <post>
    <body>Did you try my post above? Changing the editor?</body>
    <body-html>&lt;p&gt;Did you try my post above? Changing the editor?&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T19:05:23Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204559</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T19:05:23Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>on the right of the page there are a further 2 boxs top one has 3 items in it I have highlighted and tried to edit these as well. It shows a url which I have copied and tried to put it in to grease monkey on the other computer but if I past it and click add it just disappears.</body>
    <body-html>&lt;p&gt;on the right of the page there are a further 2 boxs top one has 3 items in it I have highlighted and tried to edit these as well. It shows a url which I have copied and tried to put it in to grease monkey on the other computer but if I past it and click add it just disappears.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:50:50Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204554</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T18:50:50Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>I must be daft ok I am :-)
If I put the curser over the monkey face and right click options are user script commands, new user script..., Manage user scripts and enabled is ticked. if I click on manage user scriptsI can see the name of the script in the left box if I highlight it and click edit it takes me to sample picturs page for some reason.</body>
    <body-html>&lt;p&gt;I must be daft ok I am :-)
&lt;br /&gt;If I put the curser over the monkey face and right click options are user script commands, new user script..., Manage user scripts and enabled is ticked. if I click on manage user scriptsI can see the name of the script in the left box if I highlight it and click edit it takes me to sample picturs page for some reason.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:47:48Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204553</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T18:47:48Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;http://userscripts.org/users/95489&quot;&gt;Bill2656&lt;/a&gt;&lt;/strong&gt; &lt;a href=&quot;http://userscripts.org/topics/42771#row-204545&quot;&gt; wrote&lt;/a&gt;:&lt;br&gt;I have opened GM higlighted the script and pressed edit nothing comes up&lt;/blockquote&gt;
Weird.... Open &lt;a href=&quot;about:config&quot;&gt;about:config&lt;/a&gt; in your address bar, in the filter bar put in &lt;code&gt;greasemonkey.editor&lt;/code&gt;, one entry should show up. Now double click it, and put in &lt;code&gt;C:\WINDOWS\notepad.exe&lt;/code&gt;, click ok, and close the tab. Try to edit your script again, notepad should come up.</body>
    <body-html>&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;http://userscripts.org/users/95489&quot;&gt;Bill2656&lt;/a&gt;&lt;/strong&gt;&lt;a href=&quot;http://userscripts.org/topics/42771#row-204545&quot;&gt; wrote&lt;/a&gt;:&lt;br /&gt;I have opened GM higlighted the script and pressed edit nothing comes up&lt;/blockquote&gt;
Weird.... Open &lt;a&gt;about:config&lt;/a&gt; in your address bar, in the filter bar put in &lt;code&gt;greasemonkey.editor&lt;/code&gt;, one entry should show up. Now double click it, and put in &lt;code&gt;C:\WINDOWS\notepad.exe&lt;/code&gt;, click ok, and close the tab. Try to edit your script again, notepad should come up.</body-html>
    <created-at type="datetime">2010-01-04T18:38:22Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204551</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T18:39:28Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>I have tried to find it with search and no luck I have opened GM higlighted the script and pressed edit nothing comes up sorry I am new at this and must be doing it wrong.
tx
Bill</body>
    <body-html>&lt;p&gt;I have tried to find it with search and no luck I have opened GM higlighted the script and pressed edit nothing comes up sorry I am new at this and must be doing it wrong.
&lt;br /&gt;tx
&lt;br /&gt;Bill&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:24:28Z</created-at>
    <forumable-id type="integer">2</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204545</id>
    <topic-id type="integer">42771</topic-id>
    <updated-at type="datetime">2010-01-04T18:24:28Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6</user-agent>
    <user-id type="integer">95489</user-id>
  </post>
  <post>
    <body>Wrong forum... -&gt; http://userscripts.org/forums/2</body>
    <body-html>&lt;p&gt;Wrong forum... -&gt; &lt;a href=&quot;http://userscripts.org/forums/2&quot;&gt;http://userscripts.org/forums/2&lt;/a&gt;&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:10:50Z</created-at>
    <forumable-id type="integer">1</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204541</id>
    <topic-id type="integer">42746</topic-id>
    <updated-at type="datetime">2010-01-04T18:10:50Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>&lt;a href=&quot;/users/125333&quot;&gt;chezhang&lt;/a&gt; is a &lt;a href=&quot;/users/125333/posts&quot;&gt;spammer&lt;/a&gt;, most recently on topic &lt;a href=&quot;/topics/42752&quot;&gt;DVD To 3GP Converter, convert DVD to 3GP formats, DVD 3GP Converter&lt;/a&gt;, with &lt;a href=&quot;/topics/42752#posts-204456&quot;&gt;this post&lt;/a&gt;.</body>
    <body-html>&lt;p&gt;&lt;a href=&quot;/users/125333&quot;&gt;chezhang&lt;/a&gt; is a &lt;a href=&quot;/users/125333/posts&quot;&gt;spammer&lt;/a&gt;, most recently on topic &lt;a href=&quot;/topics/42752&quot;&gt;DVD To 3GP Converter, convert DVD to 3GP formats, DVD 3GP Converter&lt;/a&gt;, with &lt;a href=&quot;/topics/42752#posts-204456&quot;&gt;this post&lt;/a&gt;.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:10:25Z</created-at>
    <forumable-id type="integer">3</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204540</id>
    <topic-id type="integer">9</topic-id>
    <updated-at type="datetime">2010-01-04T18:10:25Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
  <post>
    <body>&lt;a href=&quot;/users/125292&quot;&gt;dogtraning21&lt;/a&gt; is a &lt;a href=&quot;/users/125292/posts&quot;&gt;spammer&lt;/a&gt;, most recently on topic &lt;a href=&quot;/topics/42742&quot;&gt;Dog Training DVD&lt;/a&gt;, with &lt;a href=&quot;/topics/42742#posts-204427&quot;&gt;this post&lt;/a&gt;.</body>
    <body-html>&lt;p&gt;&lt;a href=&quot;/users/125292&quot;&gt;dogtraning21&lt;/a&gt; is a &lt;a href=&quot;/users/125292/posts&quot;&gt;spammer&lt;/a&gt;, most recently on topic &lt;a href=&quot;/topics/42742&quot;&gt;Dog Training DVD&lt;/a&gt;, with &lt;a href=&quot;/topics/42742#posts-204427&quot;&gt;this post&lt;/a&gt;.&lt;/p&gt;</body-html>
    <created-at type="datetime">2010-01-04T18:10:20Z</created-at>
    <forumable-id type="integer">3</forumable-id>
    <forumable-type>Forum</forumable-type>
    <id type="integer">204539</id>
    <topic-id type="integer">9</topic-id>
    <updated-at type="datetime">2010-01-04T18:10:20Z</updated-at>
    <user-agent>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)</user-agent>
    <user-id type="integer">23652</user-id>
  </post>
</posts>
