coComment のブックマークレットのアイコンをfaviconに

coComment の favicon.ico を プロファイルディレクトリ\chrome\cocomment.ico とかで保存しといて以下を userChrome.css に追加。

/* CoComments! */
#personal-bookmarks toolbarbutton[statustext*='http://www.cocomment.com/'] {
    padding-left: 22px !important;
    background-image: url("cocomment.ico") !important;
    background-position: 2px 2px !important;
    background-repeat: no-repeat !important;
}
#personal-bookmarks toolbarbutton[statustext*='http://www.cocomment.com/'] > image {
    display: none !important;
}

cocomment bookmarklet

by typester / at 2006-02-08T05:41:00 / firefox / Comments(0)