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

CSS Help

  • 3 trả lời
  • 1 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi Terry

more options

In trying to find ways to remove elements, it seems like I need to go the CSS route. I was wondering if anyone could recommend a good tutorial or good videos or something so I can learn how to do it. It looks complicated to me, so any help would be appreciated. Thanks!

In trying to find ways to remove elements, it seems like I need to go the CSS route. I was wondering if anyone could recommend a good tutorial or good videos or something so I can learn how to do it. It looks complicated to me, so any help would be appreciated. Thanks!

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

more options

Here are some links. I have added a blank space to each of the external links so you will have to remove those.

https://www.userchrome. org/how-create-userchrome-css.html (see various pages on that site) https://www.reddit. com/r/FirefoxCSS/wiki/index/tutorials https://developer.mozilla.org/en-US/docs/Tools https://developer.mozilla.org/en-US/docs/Web/CSS https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox https://developer.mozilla.org/docs/Web/CSS/CSS_Selectors

more options

Is this about elements on a webpage (this includes about: pages) or elements in the Firefox user interface ?

For the former you need to use CSS code in userContent.css.

more options

I forgot about that. The userContent.css goes in the same folder as userChrome.css so the same links will help except you won't need to use the Browser Toolbox.