On Tue, 24 Jan 2006 15:59:28 -0500, wexwimpy <wexwimpy@xxxxxxxxxxx> wrote:
When i try to go to MY Yahoo I,m sent to a page saying Browser Upgrade
Required I have tryed adding a user js. saying
When I was on rogers, I had the appended user js. Replace rogers.com with
verizon.net, and give it a try.
Regards, Dave Hodgins
=============== cut here ======================
// ==UserScript==
// @include http://*.rogers.com/*
// @include http://*.yahoo.com/*
// @include http://*.yimg.net/*
// @include http://*.cbc.ca/*
// @include http://*.shockwave.com/*
// ==/UserScript==
window.operaOld = window.opera;
window.opera = null;
navigator.userAgent = "Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.7.6) Gecko/20050317 Firefox/1.0.6";
navigator.language = "en-US";
navigator.vendor = "Firefox";
navigator.vendorSub = "1.0.6";
navigator.product = "Gecko";
navigator.productSub = "20050317";
=============== cut here ======================