動作させるには、 Stylish拡張機能が必要です。
インストール後、スタイリッシュなアイコンをクリックして、スタイルの作成->空のスタイルを選択する必要があります...
表示されるウィンドウで、入力します
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
次に、各ブックマークレットのスタイルを実際に構成します
toolbarbutton.bookmark-item[label^=" "] {
list-style-image: url(" favicon") !important;
}
BugMeNot ブックレットの例を次に示します
toolbarbutton.bookmark-item[label^="[BugMeNot]"] {
list-style-image: url("http://www.bugmenot.com/favicon.gif") !important;
}
この指示があなたの役に立つことを願っています。