我在 CPU 為 P4 、硬碟為 WD 、顯卡為 S3 Savage3D 的電腦上,發現在 Firefox 1.5.0.6 (或之前的版本)時,下面的 Stylish code 可能會引發當機。
解決方法:開 stylish.rdf ,把有問題的那一段,從 <RDF:Description 刪到 </RDF:Description> 應該就能正常了吧。
我是因為無法移除 Fx 1.5.x ,所以無法驗證是不是更新不完全的問題啦,有用 Stylish 也有同樣程式一直當掉無法正常開啟的問題的可以嘗試把 stylish.rdf 先改名看看會不會好點。
代碼:
<RDF:Description RDF:about="rdf:#$ogQVq2"
stylish:description="Nikon Club"
stylish:enabled="true"
stylish:global="false"
stylish:domain="nikonclub.cc">
<stylish:code>/* nikonclub.cc */
@-moz-document domain(nikonclub.cc) {
a[href]:hover, a[href]:focus {
color: #773333 !important
;
text-decoration: none !important
}
.postcolor , .row1 , .row2 * , td[width="100%"] a[href] , .textarea {
font-size: 18px !important
;
line-height: 1.8em !important
;
overflow: auto !important
;
letter-spacing: .05em !important
}
.textarea {
width: 100% !important
}
.postcolor img , .row1 img , .row2 img {
max-width: 80% !important
;
margin: auto !important
;
display: block !important
}
.postcolor a img , .row1 a img , .row2 a img {
display: inline !important
}
.quotemain {
height: 5em !important
;
overflow: auto !important
}
.quotemain:hover {
height: auto !important
}
span.normalname {
display: block !important
;
text-align: center !important
}
span.normalname a[href] {
font-size: large !important
}
}
</stylish:code>
</RDF:Description>