NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ahem (Score:1)
The asterisk is important
Very cool! (Score:1)
And don't forget to add it on Userscripts.org [userscripts.org].
XPath insead of manual DOM walking (Score:1)
Re: (Score:1)
Yes, it’s Firefox (and maybe Opera) only, which supports XPath.
Indeed; in general purpose code you would use jQuery (or some other DOM query library of your preference) to write the same thing with CSS3 selectors. This particular case is not as concise as the XPath version because it needs to check text content, which CSS largely has no means to do.
For comparison’s sake, if written in jQu
Re: (Score:1)
Woops. Replace the remaining
$()calls withjQuery(). I haven’t trained myself out of the habit completely yet.Re: (Score:1)
Re: (Score:1)
Here's the announcement of HTTP::Proxy::GreaseMonkey [perl.org].
Mashup escalation war (Score:1)
I've tacked the following at the end of your userscript:
Re: (Score:1)
Re: (Score:1)
Oh my. On one hand, it should not be impossible, as it's all Javascript and one only has to dig in GreaseMonkey's code to find what's needed. On the other hand, I just peeked at the said GM code, and it's a pretty substancial amount of code. Something tells me it's going to be quiiiite an interesting feature to implement. Good thing that the Christmas vacations and insane quantities of eggnog are just around the corner... :-)
Re: (Score:2)
Re: (Score:1)
Whoa. Your script-fu *is* strong. 8-o
Re: (Score:2)
Re: (Score:1)
Your wish is my command.
Oooh... Very cool... Thanks!
*hack* *hack* *tinker* *hack*
Here! What do you think of this: CPAN_Dependencies [userscripts.org]?
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
It doesn't want to install for me (or possibly I just don't know how to install it)
Drat! Hmm... Silly question, but, you do have Greasemonkey installed, right?
if there's anything I can do to the XML to make it work better for you, please let me know.
Thanks! I'll remember that. :-)
I'll add a link to the script from my site shortly.
Excellent. Fame, here I come!
Re: (Score:2)
Re: (Score:1)
But yes, if you want the script to work, you have to install GreaseMonkey, or use the cool proxy that Andy came up with (http://search.cpan.org/~andya/HTTP-Proxy-GreaseMonkey-0.05)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)