Recenzie doplnku InlineDisposition Reloaded
InlineDisposition Reloaded Autor: Pasha_ZZZ
5 recenzií
- Hodnotenie: 1 z 5autor: Používateľ Firefoxu - 18287508, pred rokom
- Hodnotenie: 1 z 5autor: Používateľ Firefoxu - 12075274, pred 6 rokmiYour plugin works maybe half the time. For example, this link doesn't work: (https://www.st.com/resource/en/datasheet/stusb4500.pdf). I tried this link with the "Always Preview" plugin and it worked fine.
- Hodnotenie: 1 z 5autor: sergio, pred 6 rokmidoesn't work for https://github.com/progit/progit2/releases/download/2.1.109/progit.pdf
- Hodnotenie: 1 z 5autor: Rulatir, pred 8 rokmiDoes not work for me at all.
EDIT to respond to author's reply: I think I debugged it! In my particular case the server sends a weird header:
Content-Disposition: inline; filename=example.jpg
Firefox interprets it as attachment disposition. Your extension should probably handle this case too.Odpoveď od vývojára
uverejnené pred 8 rokmiIn Firefox with WebExtensions works fine. Old FF like ESR - version 1.0 only.
Sample:
http://english-e-reader.net/book/two-worlds-antoinette-moses
Download book as TXT. When extension disabled (file download):
Content-Disposition: attachment; filename="Two_Worlds-Antoinette_Moses.txt"
When extension enabled (opened directly in browser):
Content-Disposition: inline; filename="Two_Worlds-Antoinette_Moses.txt"