// ==UserScript==
// @name optus.net.au - Full access
// @author Lee Harvey 
// @namespace http://my.opera.com/Lee_Harvey/ 
// @version 1.0
// @description  Fixes faulty browser detection on optus.net.au.
// @ujs:category site: fixes
// @ujs:published 2005-09-19 08:42
// @ujs:modified 2005-09-19 09:19
// @ujs:documentation http://userjs.org/scripts/site/fixes/optus-net-au-detection-fix 
// @ujs:download http://userjs.org/scripts/download/site/fixes/optus-net-au-detection-fix.js
// ==/UserScript==


/* 
 * This script is granted to the Public Domain
 */

if (document.domain.match(/^(www\.)?optus.net(\.au)?$/)) {
  window.opera.defineMagicVariable("is_opera720up",
   function() { return true; },
  null);
}