Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

How can I stop recent highlights from showing up on my view history tab. It will not go away

  • 1 yanıt
  • 4 kişi bu sorunu yaşıyor
  • 7 gösterim
  • Son yanıtı yazan: cor-el

more options

I have a group of recent history items (which actually arent recent) that will not go away on my View History tab. They show up under bookmarks, view pocket list, history etc. There are 6 and they never change. How can I make this go away???

I have a group of recent history items (which actually arent recent) that will not go away on my View History tab. They show up under bookmarks, view pocket list, history etc. There are 6 and they never change. How can I make this go away???

Seçilen çözüm

You can set this pref to false on the about:config page to remove the highlights from the Library drop-down list.

  • browser.library.activity-stream.enabled = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.


To remove other recent lists (Recent History, Recently Bookmarked) you will have to use code in userChrome.css. If you want to hide these as well then we can give instructions to achieve this.

Bu yanıtı konu içinde okuyun 👍 1

Tüm Yanıtlar (1)

more options

Seçilen çözüm

You can set this pref to false on the about:config page to remove the highlights from the Library drop-down list.

  • browser.library.activity-stream.enabled = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.


To remove other recent lists (Recent History, Recently Bookmarked) you will have to use code in userChrome.css. If you want to hide these as well then we can give instructions to achieve this.

cor-el tarafından tarihinde düzenlendi