23. Juni 2018 um 11:32 #1 Kann ich die Schaltfläche von bookmark-search-plus-2 auch ins Lesezeichenmenü verschieben? Also ganz oben, wo sich auch die Bibliothek befindet.https://addons.mozilla.org/de/firefox/add…-search-plus-2/[attachment=0]B.jpg[/attachment]
24. Juni 2018 um 18:09 #2 Teste dieses Skript: Code (function() { if (location != 'chrome://browser/content/browser.xul') return; let popup = document.getElementById('bookmarksMenuPopup'); let button = document.getElementById('bookmarksearchplus2_aafn_org-browser-action'); popup.insertBefore(button, popup.firstChild); })();