Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

cannot open link to EPUBreader catalog (chrome:// URL)

  • 2 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от oberver9

more options

I have FF 16.0.2 and the EPUBreader extension installed and it works fine. When I click on a local .epub file, it opens in the browser. Have also a local webserver (http://localhost) and a home page with all my local and external links. I would like to add a link to the Epub catalog like that: <a href="chrome://epubreader/content/catalog.xul" target=_blank>BOOKS</a> The problem is that FF does not show anything when the link is clicked. How do I fix it?

I have FF 16.0.2 and the EPUBreader extension installed and it works fine. When I click on a local .epub file, it opens in the browser. Have also a local webserver (http://localhost) and a home page with all my local and external links. I would like to add a link to the Epub catalog like that: <a href="chrome://epubreader/content/catalog.xul" target=_blank>BOOKS</a> The problem is that FF does not show anything when the link is clicked. How do I fix it?

Выбранное решение

Only an extension can open a chrome URL via such a link on a web page.
You may see a security error in the "Tools > Error Console".
You can use a bookmark with the location set to the chrome URL instead if you want to open the catalog.xul page.

Прочитайте этот ответ в контексте 👍 1

Все ответы (2)

more options

Выбранное решение

Only an extension can open a chrome URL via such a link on a web page.
You may see a security error in the "Tools > Error Console".
You can use a bookmark with the location set to the chrome URL instead if you want to open the catalog.xul page.

more options

Thank you for the tip on the Error Console - yes, I see the security error. I was hoping there is a way to disable those errors in config or user.js. Later found the Epub catalog link preset in Bookmarks and Tools, so looks like I'll have to use it from there only.