Skip navigation.

Opera 'Jor'nal

Gmail: get out of basic mode

Now that we have a workaround for gmail's braindead mode (http://my.opera.com/quiris/journal/56/), this can be used to more quickly bypass their check, and remove the annoying 'unsupported browser' message at the same time.

Add to your user CSS file:

/* Fix gmail */
td[id="bm"][bgcolor="#FAE5B0"] {
content: "Limited mode. Select http://gmail.google.com/gmail?nocheckbrowser and use Go to URL."
}

This replaces the 'unsupported browser' bit with a plaintext URL for the workaround URL. Just right-click it and use 'Go to URL', then switch to another page and back to get the full gmail interface back.

----

Thanks to Arve (<http://virtuelvis.com/>) for pointing out an even better idea:

/* Fix gmail */
td[id="bm"][bgcolor="#FAE5B0"] {
background: url('javascript:window.location="http://gmail.google.com/gmail?nocheckbrowser"');
}

Using this method the window will either automatically forward itself to the full interface, or do so after a refresh.


Of course you can combine the two:

/* Fix gmail */
td[id="bm"][bgcolor="#FAE5B0"] {
background: url('javascript:window.location="http://gmail.google.com/gmail?nocheckbrowser"');
content: "Limited mode. Select http://gmail.google.com/gmail?nocheckbrowser and use Go to URL."
}

That way you can use either method.

AdBlocker.css updatedAdBlocker.css update

Comments

RobinTh 7. March 2005, 13:15

Your introduction is good but for poor user as me, which css file I could be inset that line?

There are many css file under my styles/user folder ...

jor 7. March 2005, 13:15

If you've never set up a user CSS file before, put this in browser.css in your profilestyles folder.

If you already have a user css file (user.css or similar), add it there.

This guide is really helpful if you want to setup a real user CSS file: http://www.literarymoose.info/=/style/tutorials/user-stylesheets.xhtml

ycc2106 17. October 2005, 21:08

How you anything to do with literarymoose?
Cool tips! thanks, I spotlighted you and added you to my friend list! :smile:

Chiele82 3. April 2009, 14:46

This browser.css file would be one you create yourself, is this right?

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.

July 2009
M T W T F S S
June 2009August 2009
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31