I am trying to create a packaged app for Firefox OS which would allow the user to search for a specific content (pictures in this case) from different webpages, and simply see them without having to go into each webpage.
My question is, how can I access (and get data) from an external webpage (like www.google.com for example) using a packaged app (without PHP, just with Javascript, HTML and CSS) ?
PS : What I want is just to reach the text that the webpage provides. For example, if the webpages is only providing a div and a img object with a simple link, I just need that link and nothing more.