-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only works on some papers on Firefox #9
Comments
Thanks for the report! Are you by any chance using the Developer or Nightly version of Firefox? I've noticed that on the last versions of Firefox, the API call to fetch the paper name does not happen sometimes. Perhaps if we match our configurations, we might be able to get to the end of this issue. (On Chrome, the paper's name is fetched and the Title of the tab is updated correctly.) |
Hi, thanks for the quick response. Yeah, it does work fine on Chrome. I'm not using the Developer or Nightly version. I'm using 62.0 (the latest standard version) on OS X. |
I've verified that it indeed is now happening on Firefox 62.0, not just the Developer versions. Curiouser and curioser. |
I'm very sorry that I don't have good news on this front. It turns out that with Firefox 62, the extensions have stopped running on all PDF files. The reasoning behind it seems to be security related (PDF files currently have more privileges; they run with fewer restrictions than the standard browser context). This is the associated bug on Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1454760 I've added my comment at the bottom and will keep my fingers crossed. I'll keep this bug open until there is a concrete resolution either in the direction of WONT-FIX (in which case I'll take down the extension from the Firefox store) or some resolution. :( |
@ anyone interested in this issue, remember to vote for the bug on bugzilla (if you haven't done it before: you can login with your github account, then open the "Details" section for the vote button) |
The voting thing is not directly obvious, you need to check the box and click "Change my votes". So please do it and let's hope the functionality is restored soon. @musically-ut so the extension is fully blocked on PDFs ? Is there no workaround ? :( |
I had some success with the UserScript: https://github.com/musically-ut/arXiv-title-fixer#userscript but I have since switched back to Chrome for research. YMMV. Hope that helps. |
@musically-ut Hi,
It adds a custom PDF container, and isn't really elegant... If you think this workaround is important, I may find some time to open a PR here. |
YAY! Thanks @j3soon ! I've had this very same idea for hacking around the PDF limitations of Firefox, but never got round to implement it, as I have 0 experience with WebExtensions. I also saw that you updated the bugzilla page of this annoyance! Thank you! May I go so far and suggest you make a separate extension to catch all PDF requests (not just arXiv) and render them in a "local" PDF viewer? This would allow all the other extensions to work again with PDFs. Many thanks for making this! |
@cipri-tom I like your idea on installing a "local" PDF viewer that makes all other PDF extensions work again. However, the custom page URL for something like:
is something as the follows:
Maybe I can implement a separate "local" PDF viewer extension with some friendly documentation.
|
@j3soon Thanks! I'll include a link to |
Hi, I haven't tested under Chrome, but with Firefox, this extension seems to only work for some papers (maybe it works on about a third of papers and fails on two thirds). A random example of a paper it doesn't seem to work for is https://arxiv.org/pdf/1705.10915.pdf
The text was updated successfully, but these errors were encountered: