Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 2 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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?

Gekozen oplossing

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.

Dit antwoord in context lezen 👍 1

Alle antwoorden (2)

more options

Gekozen oplossing

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.