Spoiler anzeigen
Diese Variante müsste auch funktionieren - konnte ich leider nicht ausprobieren bei diesem Button (bin auf Linux, müsste ich erst einmal viel anpassen!)?
JavaScript
// start configuration----------------------------------
let buttonIcon = "bookmark-hollow.svg" // Name.file extension of the symbol to be displayed
let buttonPath = "/chrome/icons/" // Path to folder containing the icon
// end configuration-----------------------------------
let props = {
style: "list-style-image: url('" + PathUtils.toFileURI(PathUtils.join(PathUtils.profileDir)) + buttonPath + buttonIcon + "');",
};