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".

Learn More

How can I create a link to the internal download management page?

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

more options

Hi!

I'm currently attempting to create a custom new tab/startup homepage and I've been adding links to pages I visit often, of course. Well I'd like to add "Add-ons" and "Downloads" that take me to "about:addons" and "about:downloads". I assumed it would be as simple as

<a href="about:downloads">Downloads</a>

but it makes sense that this wouldnt work. What can I do/use to get this working? Thanks.

Hi! I'm currently attempting to create a custom new tab/startup homepage and I've been adding links to pages I visit often, of course. Well I'd like to add "Add-ons" and "Downloads" that take me to "about:addons" and "about:downloads". I assumed it would be as simple as <a href="about:downloads">Downloads</a> but it makes sense that this wouldnt work. What can I do/use to get this working? Thanks.

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

more options

Use the chrome URI instead (see the title bar in View Page Source):

  • chrome://mozapps/content/extensions/extensions.xul
  • chrome://browser/content/downloads/contentAreaDownloadsView.xul
more options

Hmm, it doesn't seem to be working.

You do mean

<a href="chrome://browser/content/downloads/contentAreaDownloadsView.xul">Downloads</a>

yes?

more options

Still no dice. Is this possible?

more options

No. That isn't possible with code on a page loaded in a browser. Only an extension that has chrome privileges would be able to open such a link. You can only create a bookmark to open about: pages