Also meine userChrome.js sieht so aus:
Code
userChrome.loadOverlayDelayIncr = 7000;
userChrome.import("Wetterfuchsbutton.uc.xul", "UChrm");
userChrome.import("ExternalApplications.uc.js", "UChrm");
userChrome.import("Tools-Menue.uc.js", "UChrm");
userChrome.import("Lesezeichenmanager.uc.xul", "UChrm");
userChrome.import("Reload-Tab.uc.xul", "UChrm");
userChrome.import("PrintPreview.uc.xul", "UChrm");
userChrome.import("PreferencesButton.uc.xul", "UChrm");
userChrome.import("AboutPluginsButton.uc.xul", "UChrm");
userChrome.import("AboutConfigButton.uc.xul", "UChrm");
userChrome.import("OpenDownloadFolder_Button.uc.xul", "UChrm");
userChrome.import("SaveSelection.uc.js", "UChrm");
userChrome.import("CloseBlankTabOnCloseDownloadDialog.uc.js", "UChrm");
userChrome.import("Copysysinfo-a.uc.js", "UChrm");
userChrome.import("ucjs_PrivateToolMenus.uc.js", "UChrm");
userChrome.import("AutoPopup.uc.js", "UChrm");
userChrome.import("ChangeDownloadName.uc.js", "UChrm");
userChrome.import("Save_as.uc.js", "UChrm");
userChrome.import("FindAfterScroller.uc.js", "UChrm");
userChrome.import("WebScreenShot.uc.xul", "UChrm");
userChrome.import("MemoryMonitorMod.uc.js", "UChrm");
userChrome.import("SaveTo.uc.js", "UChrm");
userChrome.import("showNumberForFindBar.uc.js", "UChrm");
userChrome.import("Togglefindbar.uc.js", "UChrm");
userChrome.import("UserScriptLoader.uc.js", "UChrm");
userChrome.import("RestartFirefox.uc.xul", "UChrm");
userChrome.import("ProminentDomain.uc.js", "UChrm");
userChrome.import("ViewMenuInStylishPopup.uc.js", "UChrm");
userChrome.import("ContextTranslate.uc.js", "UChrm");
userChrome.import("PopupTranslate.uc.xul", "UChrm");
userChrome.import("AutoContextmenu.uc.xul", "UChrm");
userChrome.import("SearchSimilarImage.uc.js", "UChrm");
userChrome.import("DownloadSoundPlay.uc.js", "UChrm");
userChrome.import("Statusbar-Date2.uc.js", "UChrm");
userChrome.import("extras_config_menu.uc.js", "UChrm");
Alles anzeigen
sieht es bei Dir im Lesezeichen Manager Script so aus:
Code
<toolbar id="addon-bar">
<toolbarbutton
id="bookmark-managerIcon"
class="toolbarbutton-1"
insertafter="weatherWidget-toolbaritem"
Mfg.
Endor