Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

grab html data without rss

Name: Anonymous 2007-10-14 15:42

hey nerds.  Hopefully some of you will help me.

I want to get dynamic html text off a webpage that doesnt have an rss feed...can this be done?

Name: Anonymous 2007-10-14 17:05

var req=new XMLHttpRequest();
req.open("page.html","get");
req.send();
var page_content=req.responseText;
//do some regex shit on page_content here

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List