為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Please stop sliding photo banners

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

On many websites there are sliding photo banners, I think there also called carousels. Can someone please make an add on to stop these. They really distract me and annoy me. I'm sure I'm not the only one that finds this annoying.

I'm happy to pay $5 if it works.

On many websites there are sliding photo banners, I think there also called carousels. Can someone please make an add on to stop these. They really distract me and annoy me. I'm sure I'm not the only one that finds this annoying. I'm happy to pay $5 if it works.

所有回覆 (3)

more options

As much as those are annoying, you can't remove them. Website developer do that themselves and I don't think there's an add-on to remove those. Alas, I am just one of many volunteers here. I'm sure someone else will help you along the way that knows more than I.

more options

there are many add/pop-up blockers, but banners and carousels are part of the page.


There may be a way for you to remove that. Load the web page. After, right click on the item. From the Firefox option list, select Inspect Element. Then IMMANENTLY move the mouse off the screen. A sub-window should now open. One of the entries should be highlighted. Mouse on top of that entry. Now you should see a colored block on the item. Right-click on the entry. From the menu, select Delete Node.

If you should make a mistake, do not worry. Just reload the page.

more options

You can hide the container that keeps these images with code in userContent.css or the Stylish extension. You can use the built-in Inspector to get the 'id' or 'class' name of a specific item.

You can enclose rules in an @-moz-document block to apply the rules only to a specific domain.


Add code to the userContent.css file.

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 the Stylish extension to make it easier to manage custom style rules.