<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on Greasemonkey User Scripts - AddedBytes.com</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/" /><link rel="self" type="application/xml" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/atom/" /><subtitle>Latest comments on Greasemonkey User Scripts on AddedBytes.com</subtitle><author><name>Dave Child</name></author><updated>2005-04-11T15:55:00Z</updated><id>tag:addedbytes.com,2005:224</id><!-- ckey="76C662BB" --><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Randy ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Autosave script.&lt;br /&gt;&lt;br /&gt;Do I add this script to the default domain page?&lt;br /&gt;&lt;br /&gt;Where in the script would I do this.  &lt;br /&gt;&lt;br /&gt;I have some survey forms that are created on the fly from a database and this would be a great add on should I be able to get it to work.&lt;br /&gt;&lt;br /&gt;Randy</summary><id>tag:addedbytes.com,2006:3973</id><published>2006-01-05T23:03:55+00:00</published><updated>2006-01-05T23:03:55Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Vidman ( &lt;a href="http://vidman.ca/members/vidman"&gt;http://vidman.ca/members/vidman&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;THANKS!!!&lt;br /&gt;&lt;br /&gt;I've added this function to the (free) blog hosting service I created.  My members are gonna be quite happy! :)&lt;br /&gt;&lt;br /&gt;(http://vidman.ca/members)</summary><id>tag:addedbytes.com,2005:3131</id><published>2005-12-31T18:42:37+00:00</published><updated>2005-12-31T18:42:37Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Ristir ( &lt;a href="http://hulk.osd.wednet.edu/~agnyrr"&gt;http://hulk.osd.wednet.edu/~agnyrr&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Looking into getting a comment box [maybe one such as this] for my site.</summary><id>tag:addedbytes.com,2005:828</id><published>2005-08-27T07:02:20+01:00</published><updated>2005-08-27T07:02:20Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Googly Eyes ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I installed both your Number Google Results (very righteous) and some other Google customizing extension (maybe CustomizeGoogle extension [customizegoogle.com]), because Google is my universe.&lt;br /&gt;&lt;br /&gt;I ended up turning the extension's results numbering *off* because they obviously don't get it, while you obviously do. They numbered only the results that were not indented (the first hit for a given site), so that a page of 100 results was numbered from (say) 1 to 75. Very strange.&lt;br /&gt;&lt;br /&gt;Thanks for getting it right.</summary><id>tag:addedbytes.com,2005:683</id><published>2005-07-12T06:37:48+01:00</published><updated>2005-07-12T06:37:48Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Another Dave ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I appreciate Autosave Forms, and have updated my copy to bind the cookie to location.pathname (the page containing the form), as opposed to the hard-coded &quot;/&quot; of the original script. That way, data for sites that have more than one form doesn't get clobbered. The change consists of changing this:&lt;br /&gt;&lt;br /&gt;    &quot;; path=&quot;/;&quot;;&lt;br /&gt;&lt;br /&gt;to this:&lt;br /&gt;&lt;br /&gt;    &quot;; path=&quot; + location.pathname + &quot;;&quot;;&lt;br /&gt;&lt;br /&gt;at the end of the last line of the clear and setCookie functions.&lt;br /&gt;&lt;br /&gt;I also moved the repopulate box further into the upper-right corner of the page, because (even as small as it was), it was in the way.&lt;br /&gt;&lt;br /&gt;That's the beauty of the monkey: anyone can get a little grease under their fingernails.</summary><id>tag:addedbytes.com,2005:682</id><published>2005-07-12T06:02:54+01:00</published><updated>2005-07-12T06:02:54Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Pete_L_P ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Iâ&amp;#8364;&amp;#8482;d propose not clearing the saved form data on the submit.  &lt;br /&gt;&lt;br /&gt;In a number of cases that data can be desired after submitting. For example, there are BBâ&amp;#8364;&amp;#8482;s that discard your form data if you attempt to post a message before having logged in. It just happened to me with a very long message, and I was so happy to have auto save form. Only to discover that the data is also discarded by ASF on the submit.&lt;br /&gt;&lt;br /&gt;Any real downside in letting the data survive?  &lt;br /&gt;&lt;br /&gt;I modified the script for my personal use, but just thought I'd mention it here.  &lt;br /&gt;&lt;br /&gt;Pete</summary><id>tag:addedbytes.com,2005:596</id><published>2005-06-01T21:33:55+01:00</published><updated>2005-06-01T21:33:55Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Remi ( &lt;a href="http://exomel.com"&gt;http://exomel.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Finally, numbered Google results! Thanks Dave, you're great :)</summary><id>tag:addedbytes.com,2005:592</id><published>2005-05-30T03:36:40+01:00</published><updated>2005-05-30T03:36:40Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Pete_L_P ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;OK&lt;br /&gt;&lt;br /&gt;It's working now.  Don't know what was wrong.  &lt;br /&gt;&lt;br /&gt;I really love this script, and have been immensely frustrated by lost form data countless times.  &lt;br /&gt;&lt;br /&gt;I'm writing a lengthy reply and tweaking the words to get it just right, something happens, like hitting a wrong key, and bam I've lost everything.  &lt;br /&gt;&lt;br /&gt;Wonderful script&lt;br /&gt;&lt;br /&gt;Thank You.</summary><id>tag:addedbytes.com,2005:545</id><published>2005-05-19T08:02:03+01:00</published><updated>2005-05-19T08:02:03Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Pete_L_P ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I've been trying to use this script and have not been able to get it to work.  I can never find a &quot;repopulate&quot; button.&lt;br /&gt;&lt;br /&gt;I'm assuming that this comment box is a form, and that the &quot;reply to message&quot; pages on various BB sites are forms and that they're all eligible for auto save forms.&lt;br /&gt;&lt;br /&gt;I have asf enabled in grease monkey, and have the default * page enabled.&lt;br /&gt;&lt;br /&gt;Is there any more documentation?&lt;br /&gt;&lt;br /&gt;Am I doing something wrong?&lt;br /&gt;&lt;br /&gt;Pete</summary><id>tag:addedbytes.com,2005:544</id><published>2005-05-19T07:06:55+01:00</published><updated>2005-05-19T07:06:55Z</updated></entry><entry><title>Comment on Greasemonkey User Scripts</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/greasemonkey-user-scripts/comments/" /><summary type="text">Comment by Dave Child ( &lt;a href="http://www.addedbytes.com"&gt;http://www.addedbytes.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Hi Helen - glad you like it! Thanks for the bug fix too - nicely spotted! :)&lt;br /&gt;&lt;br /&gt;Fixed now.</summary><id>tag:addedbytes.com,2005:368</id><published>2005-04-20T17:37:39+01:00</published><updated>2005-04-20T17:37:39Z</updated></entry></feed>