On Tuesday, March 27, 2012 5:09:21 PM UTC-4, adr990 wrote:
>
> I would like to change the layout of a website on the fly, with just an 
> andriod app.
> Like removing images and change divs elements etc.
>

You are going to have to do quite a bit of work, the real question is 
where.  Some possibilities:

- Use a bookmarklet to pre-load some javascript code which will reprocess 
subsequent web pages (heard rumors this is supported now, haven't tried it)

- Use some other extension mechanism present in the browser of interest

- Use a custom web browser

- Make a proxy server that runs on the phone and reprocesses web pages and 
point the browser at that

- Setup a proxy server somewhere on the internet that reprocesses web pages 
and point the browser at that

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to