Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

remove the ugly drop down arrow in the location bar?

  • 5 ప్రత్యుత్తరాలు
  • 6 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 14 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

is there any extension that can do this? i also want my tabs to be located below, not on top. im on ff4.

is there any extension that can do this? i also want my tabs to be located below, not on top. im on ff4.

ప్రత్యుత్తరాలన్నీ (5)

If you do not like the new appearance of Firefox 4 then you can change some setting to restore the Firefox 3 appearance. You can right click the orange Firefox button to open the toolbar menu or use (F10) View > Toolbars.


Which arrow in the location bar do you mean ?

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

here it is...

i know everything is possible in firefox...

న linkysys చే మార్చబడినది

You can hide the drop marker with code in the file userChrome.css in the chrome folder in the Firefox Profile Folder

If you do not have a chrome folder then also create a chrome folder.


Add code to userChrome.css below the @namespace line.


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

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

thank you . it worked with stylish!

You're welcome