I would like to know how to read content from other web pages using just javascript or some library.
For example, from a remote news site, in the case: www.terra.com.br.
And I would like to create a webapp to read the latest news presented on this page, which does not have RSS and etc.
I know of the problems that could occur if the pages I'm feeding me change the layout or anything.
Would you have any way to do this?