Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
What about a new feature that downloads the results instead of just opening them?
That should be stored with the filename
002 is useful, because it implies the importance of the result (as it is second). It's boring to use every time the mIRC script I had created for the same purpose... Thank you in advance for your insightful work!... |
|
|
I think the idea itself is terrible but it really works on IE, FireFox and Opera |
|
|
I've changed the script to no longer rely on the first DIV. Thanks for informing me about the problem. |
|
|
Regarding my previous comment: I use another (unpublished) script of mine that also clashes with this one; there is a slightly better XPath for detecting the main div that circunvents this problem: "//div[.//p[@class='g']]". |
|
|
Thanks for this useful script. There is still a little problem in that it interferes with others scripts that insert DIVs before the main results DIV, such as 'Babel Mousish' (http://userscripts.org/scripts/show/1808). You cannot rely on the assumption that the first div is the main one. I've altered the script so that it now looks for the DIV containing a P child of class 'g':
There are two places in your script where this have to be done.
|
