Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

In Firefox 3.6.15, How do I stop the "throbber" in the tabs (details shown below)

  • 4 trả lời
  • 2 gặp vấn đề này
  • 44 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

It makes me forget what I was going to do once I see it. It is similar to this question FF 4 - Is there any way to disable the connecting/loading animation on the tabs?

I have the same problem except the version of Firefox I'm using is 3.6.15.

what I mean by throbber is:

When you click on a link, the site loads. It says on the tab "Loading..." and the animation with the balls is to the left. That's what I'm meaning by "throbber".

(If you are using the newer firefox versions, you might see it too.)

Any way to get the throbber off? Please help, Thanks

It makes me forget what I was going to do once I see it. It is similar to this question [https://support.mozilla.org/en-US/questions/803029 FF 4 - Is there any way to disable the connecting/loading animation on the tabs?] I have the same problem except the version of Firefox I'm using is 3.6.15. what I mean by throbber is: When you click on a link, the site loads. It says on the tab "Loading..." and the animation with the balls is to the left. That's what I'm meaning by "throbber". (If you are using the newer firefox versions, you might see it too.) Any way to get the throbber off? Please help, Thanks

Được chỉnh sửa bởi Firefox-User-25 vào

Giải pháp được chọn

Tất cả các câu trả lời (4)

more options

i tried extensions to edit/remove throbber but it doesn't work

more options

Giải pháp được chọn

solved:

the best way

more options

PLEASE HELP ASAP-PREFER TODAY if possible as I have a lot of important/banking/loans/etc.in there that I REALLY NEED to access!!!! Thank you to anyone that can help me!!!

if he didn't add the . in etc.in (instead, put on a space, or nothing at all saying etcin) the link won't work!

more options

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

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


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

.tab-throbber { display:none!important; }