Stylish: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (1個修訂) |
(No difference)
| |
Revision as of 11:49, 21 June 2009
Stylish allows easy management of user styles. User styles empower your browsing experience by letting you fix ugly sites, customize the look of your browser or mail client, or just have fun. via addons.mozilla.org
|
Stylish (freeware)
|
Case: 讓拜訪過的網址可以變色
部份網站設計的網址,點過之後不會變色,造成瀏覽困難。可以自行加入以下樣式,讓拜訪過的網址可以變色。(請將your.domain換成你想要的網站)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("your.domain") {
a:link {color:#00c !important;}
a:visited {color: #999 !important;}
}
相關文章