Firefox

Firefox 8 白紙のアイコンに戻す方法

Firefox 8 にて仕様変更になったブックマーク(サイドバー及び履歴とブックマークの管理画面も含む)やタブ、ロケーションバー各部のアイコンを白紙アイコンに戻す方法。

[Firefox 8 スタイル適用前] と [Firefox 8 スタイル適用後]
Firefox-100Firefox-101

ユーザースタイルシート(userChrome.css)で以下を記述する。(尚、Stylishに記述した場合は、一度サイドバーを閉じてもう一度開きなおせばサイドバーにも反映される)
/* ::::: Firefox 8 白紙アイコンに戻す ::::: */

#page-proxy-favicon:not(src),
#tabbrowser-tabs .tab-icon-image:not(src),
.bookmark-item:not([container]):not(src):not(#bookmarks-menu-button):not(#home-button),
.menuitem-with-favicon .menu-iconic-icon:not(src) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 16px, 16px, 0px)!important;
}
treechildren::-moz-tree-image(title) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 16px, 16px, 0px)!important;
padding-right: 2px!important;
margin: 0px 2px!important;
width: 16px!important;
height: 16px!important;
}
treechildren::-moz-tree-image(title, livemarkItem) {
list-style-image: url("chrome://browser/skin/livemark-item.png")!important;
}
treechildren::-moz-tree-image(title, separator) {
list-style-image: none!important;
width: 0!important;
height: 0!important;
}
treechildren::-moz-tree-image(title, container) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 32px, 16px, 16px)!important;
}
treechildren::-moz-tree-image(title, open) {
-moz-image-region: rect(16px, 32px, 32px, 16px)!important;
}
treechildren::-moz-tree-image(title, container, livemark) {
list-style-image: url("chrome://browser/skin/livemark-folder.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
list-style-image: url("chrome://browser/skin/places/allBookmarks.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(title, query) {
list-style-image: url("chrome://browser/skin/places/query.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(title, query, tagContainer), treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
list-style-image: url("chrome://browser/skin/places/downloads.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(title, query, dayContainer) {
list-style-image: url("chrome://browser/skin/places/calendar.png")!important;
-moz-image-region: auto!important;
}
treechildren::-moz-tree-image(title, query, hostContainer) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 32px, 16px, 16px)!important;
}
treechildren::-moz-tree-image(title, query, hostContainer, open) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(16px, 32px, 32px, 16px)!important;
}
treechildren::-moz-tree-image(title, query, OrganizerQuery_History) {
list-style-image: url("chrome://browser/skin/places/history.png")!important;
}
treechildren::-moz-tree-image(title, query, folder) {
list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
-moz-image-region: rect(0px, 32px, 16px, 16px)!important;
}
treechildren::-moz-tree-image(title, query, folder, open) {
-moz-image-region: rect(16px, 32px, 32px, 16px)!important;
}
アーカイブ
リンク 1
この日記のはてなブックマーク数 QLOOKアクセス解析
リンク 2

FC2ブログ