Looks like Google changed something "behind the screen" and Opera 11 now doesn't want to load Gmail.. if this sounds like you try this:
Enable user.js for https:
go to opera:config#UserPrefs|UserJavaScriptonHTTPS
Create the following file
save as user.js (for example C:\Userjs\user.js)
Point opera to use scripting to above folder/directory (ex C:\userjs\)
Preferences (Ctrl-F12) > Advanced > Content > Javascript Options ... User Javascript Folder
Also if you use site preferences
F12 > Edit Site preferences > Scripting .. User Javascript Folder
save restart and should work
edit: originally from http://my.opera.com/sitepatching/blo...omment46565582
Enable user.js for https:
go to opera:config#UserPrefs|UserJavaScriptonHTTPS
Create the following file
Code:
// ==UserScript== // @name hide faulty bind implementation // @include *://mail.google.* // ==/UserScript== delete Function.prototype.bind;
Point opera to use scripting to above folder/directory (ex C:\userjs\)
Preferences (Ctrl-F12) > Advanced > Content > Javascript Options ... User Javascript Folder
Also if you use site preferences
F12 > Edit Site preferences > Scripting .. User Javascript Folder
save restart and should work
edit: originally from http://my.opera.com/sitepatching/blo...omment46565582