Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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?

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

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.