2 posts tagged “google”
I just had to come up with something to view wepages that are so bloated with stuff that even the browser on my desktop computer chokes on all the crap it has to digest. Then I thought of that Google Mobile search thing that converts things to be more mobile compatible.
And this is what I came up with:
javascript:void(location.href='http://www.google.com/gwt/n?u='+location.href)
I just put this as a bookmark in my favorites Links folder which I have always visible as a toolbar.
Now I only need to navigate to whatever page I want to view and click that newly created link and google converts it for me in a more readable form. :)
You can rightclick that link and select "Add to favorites..." and save it with a name you like. Works on IE atleast, because thats the only browser I use. I just couldn't make it appear as a link here.
This is also known as a bookmarklet.