Saturday, February 5, 2011

OperaFix OperaSpeedBrowse


// ==UserScript==
// @name   OperaFix OperaSpeedBrowse
// @version 0.7.5
// @description Version 0.7.5 (OperaFixオペラスピードブラウズ)
// @namespace OperaFix OperaSpeedBrowse (cc) http://creativecommons.org/licenses/by-nc/2.1/jp/deed.ja
// @author  Kurojitosan
// @include http://*
// @exclude http://acid3.acidtests.org/*
// ==/UserScript==

if(navigator.userAgent.match(/(Opera|Safari|Chrome)/)){

  function _addElementBody_(_doc_){
    if(_ele_=document.createElement('div')){with(_ele_){id='BodyChild';innerHTML=_doc_;}
    document.body.appendChild(_ele_);return(1);}return(0);
  }
  if(!location.href.match(/:\/\/www\.tagged\.com\//)){_doc_='';
    if(0){_doc_+='<style>*{text-shadow:none !important}</style>';}
    if(location.href.match(/:\/\/www\.myspace\.com\/games\/play\/104903\?/)){
      _doc_+='<style>embed,object{display:none !important}</style>';
      if(navigator.userAgent.match(/(Chrome)/)){
        _doc_+='<style>html,body{position:fixed !important}</style>';
      }
    }
    for(_i_=0;10>_i_;_i_++){if(_addElementBody_(_doc_)){break;}}
  }
}

0 comments:

Post a Comment