I would like to know how to remove the history of triangle upside

I remember head in low triangle in the front bar location. Is this something that I can remove it?

I tried to add a screenshot, but I couldn't figure out how to do this.

This drop-marker has always been there and will show the items you have types or pasted into the address bar sorted by frecency (recently and frequently visited sites).
It is possible to hide this icon if you want.

Add code to the file userChrome.css below default @namespace.

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.urlbar-history-dropmarker { display:none!important; }

The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the folder of chrome in the Firefox profile folder.

You can use this button to go to the Firefox profile folder currently in use:

  • Help > troubleshooting information > profile directory: see file (Linux: open the directory;) Mac: View in the Finder)
  • Create the folder chrome (lowercase) in the .default < xxxxxxxx > profile folder if the folder does not exist
  • Use a text editor like Textedit on Mac to create a userChrome.css (new) file in the folder chrome (file name is case sensitive)
  • Paste the code in the userChrome.css file in the Editor window
  • Make sure that the userChrome.css file starts with the default @namespace line

Tags: Firefox

Similar Questions

Maybe you are looking for