Currently, my goal is to remove these top few items from the bookmark menu, if anyone has the code handy:

How do we get DOM info for userChrome in 57+
7 posts
• Page 1 of 1
Since DOM Inspector is currently defunct, what other tools are available to find IDs and Classes for editing userChrome.css?
Currently, my goal is to remove these top few items from the bookmark menu, if anyone has the code handy: ![]() Try using the Browser Toolbox.
* set devtools.chrome.enabled pref to true * set devtools.debugger.remote-enabled pref to true * set devtools.debugger.prompt-connection pref to false (Firefox 65+) * set devtools.inspector.showAllAnonymousContent pref to true Browser Toolbox http://developer.mozilla.org/docs/Tools/Browser_Toolbox Browser Toolbox - Debugging popups http://developer.mozilla.org/docs/Tools/Browser_Toolbox#Debugging_popups Try picking a menuitem in a menupopup using the following buttons. * Disable popup auto hide * Pick an element from the page
Update: The "Disable popup auto hide" menu item is in the 3 dots customize menu. The button was removed. Last edited by morat on March 26th, 2020, 7:25 am, edited 8 times in total.
and how to work on webextension popups?
i only get the photon popup code but no content. and there exist no "Inspect Element" on the popup. @Brummelchen
Try something like: * open about:debugging * left click This Firefox or This Nightly on the left side * left click debug or inspect button for uBlock Origin * select a normal tab like forums.mozillazine.org * Disable popup auto hide * left click uBlock Origin button to open popup * Select an iframe as the currently targeted document * select popup.html file * Pick an element from the page * left click eye dropper icon or enter element picker mode icon Debugging http://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging
Update: The "Disable popup auto hide" menu item is in the 3 dots customize menu. The button was removed. Last edited by morat on November 3rd, 2019, 8:29 am, edited 2 times in total.
i saw this before but i had no idea about - lack of developer knowledge
![]() nah, could not manage it with uB picker. and no code for me. next time, currently occupied with another object. but i had saved the popup to investigate. i have an upcoming idea. thank you. Thanks! This is so much better than DOM Inspector!
Here's what I got, by the way:
7 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 0 guests |
![]() |