XORPiD wrote:
> I'm using Chrome, that's why I'd like a tiny GM script that just
> removes the link/images :)
> 
> On Sep 14, 2:45 am, Gordon Pettey <[email protected]> wrote:
>> Try AdBlock Plus (http://adblockplus.org/en/). GreaseMonkey is not a blocker.
[snip]>
It's very doable.  You will have to figure out the regular expressions
to match the links you want with an xpath search.  Once you have the
node collection,  you can set each node's display property to 'none'
or just delete it from the DOM.

Give it a shot.  This is a straight forward entry level project.

-- 
In Reach Technology:    http://www.inreachtech.net/

Robert G. Werner
[email protected]

Tel: 559.304.5122

<Tazman> damn my office is cold.
<Tazman> need a hot secretary to warm it up.
        -- Seen on #Linux

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to