Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How do I get rid of the purple trending bar?

  • 5 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 cor-el

more options

How do I get rid of the purple trending bar?

How do I get rid of the purple trending bar?

所有回复 (5)

more options

Hello,

In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see How do I create a screenshot of my problem?

Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. This will help us to visualize the problem.

Thank you!


Separate Security Issue: Update your Adobe Reader Version 2015.016.20039 Note: Other Software is offered in the download.

more options

How do I get rid of the purple bar?

more options

I think this is part of the web page.

more options

How are you loading Yahoo? Although that bar appears on the

https://search.yahoo.com/

page, it doesn't appear (for me) on results pages generated from the search bar, or on the main Yahoo page here

https://www.yahoo.com/

Firefox users often employ add-ons to modify the appearance of web pages, so if you prefer that page and want to remove the purple bar, there probably is a way to do it with a custom style rule or a more general-purpose extension like Remove it Permanently or one of the popular ad blockers you can train to recognize and hide "ads" in a page.

more options

You can add code to the userContent.css file.


@-moz-document domain(yahoo.com){
 div.trendingTicker { display:none!important; }
}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

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

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file