Stylish: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 16: | Line 16: | ||
@-moz-document domain("your.domain") { | @-moz-document domain("your.domain") { | ||
a:link {color:#00c !important;} | a:link {color:#00c !important;} | ||
a:visited {color: # | a:visited {color: #999 !important;} | ||
} | } | ||
Revision as of 17:16, 28 November 2006
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;}
}
相關文章