share
Web ApplicationsHow can I convert Gmail from standard view to basic HTML view?
[+22] [2] Tim
[2012-03-15 18:14:18]
[ gmail ]
[ https://webapps.stackexchange.com/questions/24763/how-can-i-convert-gmail-from-standard-view-to-basic-html-view ]

How can I convert Gmail from standard view to basic HTML view permanently? A while ago there was an option at the bottom allowing me to do so, but now it is gone.

[+23] [2012-03-15 18:45:15] Alex [ACCEPTED]

The direct link to basic HTML view is: https://mail.google.com/mail/?ui=html&zy=h [1]

From the Gmail help page [2].

** update: if you sign out (of standard view) then sign back in, a link appears in the lower right while your inbox loading screen is up. Not as convenient as having the link permanently available below your inbox, I agree -- but better than using that awkward direct link perhaps.

Addition to above: Once you are signed into basic gmail using above info, click on the "basic view" option at the top right on your Inbox page. This will convert you to basic permanently, or until you want to change back to standard.

[1] https://mail.google.com/mail/?ui=html&zy=h
[2] http://support.google.com/mail/bin/answer.py?hl=en&answer=15049

(2) ui=html is the param that tells Gmail to use the basic HTML layout (ui = user interface). zy=h, I have no idea. - Alex
Thanks! Can I append that to any links? For example, webapps.stackexchange.com/questions/24763/… doesn't make any change. - Tim
@Tim: Uh...no. Not unless the site has code that acts on that URL parameter. - ale
@Tim No, that's specific for Gmail. The URL parameters are specific for every single web app/site. The fact that some might work from one app to another is pure coincidence. - Alex
Thanks, Alex and @Al! I wonder if I can know what URL parameters are general? - Tim
@Tim What do you mean by ˝general˝? Ones that work for every app/site? There is no such thing. - Alex
Yes, that is what I meant. How is that implemented in programs? - Tim
@Tim They are called GET parameters. See this Wikipedia article an this Stackoverflow question. - Alex
(2) It's too bad that the link to basic html only appears for a split second... - rogerdpack
1
[+3] [2016-05-05 02:48:31] Xen2050

This link also works (at least since 2012 [1], still working today) and could possibly be easier to remember than the other ?ui=html link - just add /h/ instead.

http://mail.google.com/mail/h/

It seems to redirect to https anyway, or just use https:

https://mail.google.com/mail/h/


Also, the other link will work without the &zy=h part, also maybe easier to remember:

https://mail.google.com/mail/?ui=html

[1] http://jussi.ruokomaki.fi/tech/323/direct-link-to-html-gmail/

What should I prefix to gmail.com/? - Pacerier
(1) @Pacerier Any of the url's still work, the http still redirects to https, and just to recap the https links are https://mail.google.com/mail/h/ and https://mail.google.com/mail/?ui=html - Xen2050
2