パソコンテレビ「GyaO(ギャオ)」総合スレ 30

このエントリーをはてなブックマークに追加
26名無しさん@お腹いっぱい。
●CSS
以下のソースを gyao.css などとして保存
→ インターネットオプション → 全般 → ユーザー補助 → ユーザースタイルシート
→ 自分のスタイルシートでドキュメントの書式を設定するにチェック → gyao.cssを選択

object{behavior:expression(
function(elem){
if(elem.classid.toUpperCase()=="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"){
if(window.location.href.indexOf("http://www.gyao.jp/")==0){
elem.enableContextMenu=true;elem.uiMode="full";
elem.attachEvent("OpenStateChange",function(newstate){
if(newstate==13){
var vol=(currentMedia.getItemInfo("WMS_CONTENT_DESCRIPTION_PLAYLIST_ENTRY_URL").indexOf("AdvId")>0)?10:100;
elem.settings.volume=vol;
window.setTimeout(function(){elem.settings.volume=vol;},10);
}});}}}(this));}
script{behavior:expression(
function(elem){
if(window.location.href.indexOf("http://www.gyao.jp/")==0&&elem.htmlFor.toLowerCase()=="player"&&elem.event.toLowerCase()=="click()"){
elem.event="";
}}(this));}
body{behavior:expression(
function(elem){
if(window.location.href.indexOf("http://www.gyao.jp/")==0){
with(elem){
onkeydown=onkeyup=onkeypress=ondblclick=ondragstart=oncontextmenu=onselectstart=null;
if(currentStyle.scrollbarFaceColor){runtimeStyle.scrollbarFaceColor="darkgray";}
}
if(window.PosMove){window.PosMove=function(){return false;};}
if(document.getElementById("progress")){document.getElementById("progress").runtimeStyle.display="none";}
}}(this));}