Tutorial details | |
---|---|
Difficulty | Easy (rss) |
Root privileges | No |
Requirements | Firefox |
Time | N/A |
Option #1: Set pdf Firefox options
MS-Windows user at the top of the Firefox window, click on the Firefox button and then select Options. Select Applications tab.
A note about Linux users
From the menu bar > Edit > Preferences > Select Applications tab.
Sample outputs:
To change how Firefox handles a pdf file type in the list (type pdf in box), click on its name to select it. Open the drop-down menu to select the download action you want Firefox to use:
- Choose an application: To choose a local or web application to handle a type, select the application from the drop-down menu. If you want a local application that is not in the menu to handle the type, select Use other… from the drop-down menu and point Firefox to its location.
- Choose a feature or plugin: If you want a feature or a plugin in Firefox to handle the type, and one is available, select it from the drop-down menu.
- Save on your computer: Some file types can be saved to your computer. Select Save File from the menu for one of these file types to have Firefox save that type of file to the location specified in the Downloads settings.
Finally, click on the Close button.
Check out related media
This tutorial is also available in a quick video format:
Video 01: Firefox: Disable The New built-in PDF-viewer Under Linux or Unix Oses
Option #2: Set pdfjs.disabled option
Type the following in Location Bar (address bar)
about:config
Sample outputs:
pdfjs.disabled
Click on its name to select it > Right click on pdfjs.disabled entry > Select Toggle (set it to TRUE).
How do I test new settings?
=> Visit this url and download pdf file.
🐧 Get the latest tutorials on Linux, Open Source & DevOps via RSS feed or Weekly email newsletter.
🐧 2 comments so far... add one ↓
🐧 2 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
I’ll be careful, I promise
It can also be disabled by means of adding a line to the profile’s user.js file:
user.pref(“pdfjs.disabled”, true);