Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Firefox pdf.js not working with clippers

  • 4 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 22 προβολές
  • Τελευταία απάντηση από FirefoxMACS

more options

Hello!

I'm using firefox dev edition, both Mendeley and Evernote addons have stopped working with PDF files.

I have reset the key "disable_full_page_plugin_for_types" in about:config (using right click > reset), because the value was "application/pdf" (now is blank) but I see no improvements.

When using the web version of the pdf.js both clippers work as expected https://mozilla.github.io/pdf.js/web/viewer.html

What am I doing wrong?

Hello! I'm using firefox dev edition, both Mendeley and Evernote addons have stopped working with PDF files. I have reset the key "disable_full_page_plugin_for_types" in about:config (using right click > reset), because the value was "application/pdf" (now is blank) but I see no improvements. When using the web version of the pdf.js both clippers work as expected https://mozilla.github.io/pdf.js/web/viewer.html What am I doing wrong?

Τροποποιήθηκε στις από το χρήστη FirefoxMACS

Επιλεγμένη λύση

Firefox 60+ treats the built-in viewer as part of the browser ("chrome") and blocks extensions from injecting content scripts into the viewer. As you noted, the online demo is not affected because it is a pure web app.

You can use the web app to load local PDF files as a workaround (see https://support.mozilla.org/questions/1221277), but for PDFs on the web, I haven't thought of a fix.

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (4)

more options

Επιλεγμένη λύση

Firefox 60+ treats the built-in viewer as part of the browser ("chrome") and blocks extensions from injecting content scripts into the viewer. As you noted, the online demo is not affected because it is a pure web app.

You can use the web app to load local PDF files as a workaround (see https://support.mozilla.org/questions/1221277), but for PDFs on the web, I haven't thought of a fix.

more options

Hi! Thanks for the pretty quick reply!!

Mendeley support (where I was before investigating the issue) told me they've installed FF Dev Edition and the addon and it worked as expected, I thought it was just me because of that, so why doesn't this affect them?

Also, so what exactly the disable_full_page_plugin_for_types "application/pdf" key means?

And if I understand your post correctly, this is a 'feature' of 'chrome' and you guys are working on how to make it work again?

Thank you!

Τροποποιήθηκε στις από το χρήστη FirefoxMACS

more options

Hi amacs, Mozilla browsers distinguish between the "content" and the "chrome"; another company liked this so much they named a bunch of products after it. But I digress.

Mendeley support (where I was before investigating the issue) told me they've installed FF Dev Edition and the addon and it worked as expected, I thought it was just me because of that, so why doesn't this affect them?

Good question. I don't use Developer Edition so I don't know whether there is a workaround in DE. Or possibly they didn't try the exact feature that isn't working for you?

Also, so what exactly the disable_full_page_plugin_for_types "application/pdf" key means?

This is obsolete now. It refers to plugins like the Adobe Acrobat plugin which could embed into a tab. Flash is the only plugin that could still do that and it doesn't handle PDFs.

more options
Hi amacs, Mozilla browsers distinguish between the "content" and the "chrome"; another company liked this so much they named a bunch of products after it.

lol, I feel you.

...or possibly they didn't try the exact feature that isn't working for you?

Donno, I even made a video for them, their reply was that they couldn't replicate it.

This is obsolete now.

Well, fml.

Good luck on sorting this out and thanks for the answers, you're awesome on this!