2010年1月26日 星期二

[Other] Firefox Javascript 可以只顯示文字的語法

有時候遇到很多圖片的網頁,可是只是想要 看文字的部分。所以把文字放大,背景顏色套用白色
 

可以存成『我的最愛』連結,當按下連結就可以套用了。

javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20white%20!%20important;%20color:%20black%20!important;%20line-height:%20160%%20!important;%20font-size:%2018pt%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet(%22javascript:'%22+styles+%22'%22);%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);%20}%20})();
  
原本樣式

          








套用後樣式








沒有留言:

張貼留言