Skip navigation.

Prepare!

Lee Harvey's Zombie Hit Parade

Posts tagged with "rogers"

UserJS to allow access to Yahoo! portals

, , , ...

The following non-destructive* User JavaScript allows full access to certain Yahoo! portals. Namely, dsl.sbc.yahoo.com, express.rogers.yahoo.com, avatar.yahoo.com, and avatars.yahoo.com...

Download or view the User JS file

[B]if (document.domain.match(/^(dsl\.)?sbc\.yahoo\.com$/) ||
    document.domain.match(/^(www\.)?avatar(s)?\.yahoo\.com$/) ||
    document.domain.match(/^(express\.)?rogers\.yahoo\.com$/)) {
   window.opera.defineMagicFunction("yg_Browser",
      function() {
         var nav = window.navigator;
         this.agt = nav.userAgent.toLowerCase();
         this.major = parseInt(nav.appVersion);
         this.ns = false;
         this.ns6 = false;
         this.ns4up = false;
         this.op = false;
         this.fb = true;
         this.dom = 1;
         this.ie = 0;
         this.ie4up = false;
         this.ie5 = false;
         this.gk = 1;
         this.fx = true;
         this.sf = false;
         this.win = true;
         this.mac = false;
      });
}[/B]

*NOTE: Non-destructive means it should not impact other User JS scripts that may be installed on your system.

For those of you using either of these Yahoo! portals, enjoy!