Announcement

Collapse
No announcement yet.

Gmail no working with Opera 11 Beta .. ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Gmail no working with Opera 11 Beta .. ?

    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
    Code:
    // ==UserScript==
    // @name          hide faulty bind implementation
    // @include       *://mail.google.*
    // ==/UserScript==
    
    delete Function.prototype.bind;
    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
    Fermi Paradox*: "The apparent size and age of Fermi die suggests that many technologically advanced GPUs ought to exist.
    However, this hypothesis seems inconsistent with the lack of observational evidence to support it."
Working...
X