250さんのブックマークアイテム関係のがFF139で使えなくなってしまったのですが、何か変わったのでしょうか?

↓これです

.bookmark-item[scheme="http"] .toolbarbutton-icon,
.bookmark-item[scheme="https"] .toolbarbutton-icon,
.bookmark-item[scheme="http"] .menu-iconic-icon,
.bookmark-item[scheme="https"] .menu-iconic-icon
{
visibility: hidden !important;
}
.bookmark-item[scheme="http"],
.bookmark-item[scheme="https"]
{
background-image: url("data:image/png;base64,文字列") !important;
background-size: 16px 16px !important;
background-position: 2% 50% !important;
background-repeat: no-repeat !important;
}