Forum Moderators: coopster
Here's the application: I get a google news page that says "Click here to see 700 news articles about this subject". Now the incoming page has articles from newspapers I really don't care about. So I'd like to manipulate that page in PHP before displaying it back to the browser so that the 675 articles I'm not interested in can be eliminated while only the 25 articles I'm interested in are displayed.
I can handle the manipulation of the text in php. What I can't think of is a way to get the incoming page back into my script before it is displayed back to the browser. Any help would be appreciated.
I think that manipulating html on Google's site will be possible by using firefox, greasemonkey plugin and a greasemonkey script.
Do you want to manipulate it on google or you want to aggregate content on you site?