Finally found a fix how to stop firefox downloading each PDF to your local drive - eviltoast

Hey guys

Today I got so annyed by firefox’s default behaviour of downloading each and every PDF file to my disk that I went searching for a solution until I had the problem fixed. And it seems like I have finally found it. I have linked the solution but here is the fix in short:

  1. go to about:config
  2. change browser.download.open_pdf_attachments_inline to true

Thank you jscher2000 for the solution!


cross-posted from: https://lemmy.world/post/9785046

  • Eager Eagle
    link
    fedilink
    English
    2
    edit-2
    7 months ago

    Even with browser.download.open_pdf_attachments_inline set to false (default), Firefox already opens PDFs instead of downloading them, thanks to this setting:

    For what use cases is that needed?

    • PropaGandalfOP
      link
      fedilink
      3
      edit-2
      7 months ago

      For me it still downloads and then opens it in firefox. In the description it clearly says: Choose how Firefox handles the files you download from the web (…). And I don’t want it to download the file to my disk in the first place just store it in chache like a regular website.

      • Eager Eagle
        link
        fedilink
        English
        2
        edit-2
        7 months ago

        it doesn’t download them for me, unless I explicitly save the PDF that opens

        like this example.

        (akhtually it’ll always download in order to open it, I just mean it doesn’t create a PDF in the downloads directory)

        • PropaGandalfOP
          link
          fedilink
          1
          edit-2
          7 months ago

          Which firefox version are you on? I’m on 122.0b1 (flatpak beta) and changing these settings just defines what happens after I download the file. Also my download folder is set to ~/Downloads

          • Eager Eagle
            link
            fedilink
            English
            2
            edit-2
            7 months ago

            121.0 stable, .deb from Firefox’s ppa

            interesting

            • PropaGandalfOP
              link
              fedilink
              17 months ago

              Wait do you download the files to you /tmp dir? Or do you store the files in the browser cache?

              • Eager Eagle
                link
                fedilink
                English
                37 months ago

                my downloads dir is ~/downloads/ but Firefox doesn’t create a file there, so it must use a temp location for the PDF that opens.