Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How to remove the add button from address bar?

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 42 ნახვა
  • ბოლოს გამოეხმაურა Amay

Everytime Firefox wants me to add something as search engine. For example I open YouTube and in the address bar it says ADD YOUTUBE. I cannot share screenshot because it just says uploading and not uploading anything from all my devices.

Everytime Firefox wants me to add something as search engine. For example I open YouTube and in the address bar it says ADD YOUTUBE. I cannot share screenshot because it just says uploading and not uploading anything from all my devices.

გადაწყვეტა შერჩეულია

You can CSS code in the userChrome.css file in the chrome folder in the Firefox profile folder to hide this context menu item. See: /questions/1350423 How do I turn this add website to search suggestion?


.menuseparator-add-engine, .context-menu-add-engine {display:none !important;}

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

პასუხის ნახვა სრულად 👍 0

ყველა პასუხი (3)

I have attached a screenshot for the same, please take a look and help me disable this.

შერჩეული გადაწყვეტა

You can CSS code in the userChrome.css file in the chrome folder in the Firefox profile folder to hide this context menu item. See: /questions/1350423 How do I turn this add website to search suggestion?


.menuseparator-add-engine, .context-menu-add-engine {display:none !important;}

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

I am sorry I did not realize I asked this before.