Pale Moon
Pale Moon is an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and customization.
It Looks like the classic version of Firefox (before all of the awful changes in Firefox).
- Compatible with many Firefox addons including NoScript and Ghostery
- Faster and uses less memory than Firefox
- Considerably more stable than Firefox
- Classic interface easier to navigate and use (unless you are a dopey millennial hipster)
Official Web Site:
Installation
The Pale Moon Recommended Way
Rather than using APT they recommend using their installer:
Download the installer, compatible with Debian, Ubuntu, Mint, and other distros
File looks like: pminstaller-0.2.4.tar.bz2
Extract the install script within the archive (just a text file shell script) and place it in your home directory: /home/username and then execute it from your xorg file manager
Download the Windows installer: Windows XP --- Windows 10
APT or Synaptic
Pale Moon is NOT in official package repositories. Steve Pusser is maintaining an unofficial repository with the latest Pale Moon for Debian/Ubuntu.
Replace the version with what most closely matches your system. replace 16.04 with 15.10, 14.04, or 12.04.
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/palemoon.list"
Synaptic Package Manager can be used to install Pale Moon
or
APT from command line on Ubuntu / Mint / Debian
sudo apt update sudo apt install palemoon
note: It is still recommended that rather than using APT, you use the official install as suggested above.
repositories
- Pale Moon repositories for Debian and Ubuntu -- maintained by Steve Pusser
- Pale Moon SlackBuild packages -- maintained by khronosschoty
- Pale Moon COPR repository for Fedora and CentOS -- maintained by bgstack15
Illustration
Troubleshooting
Your Pale Moon profile cannot be loaded
Don't initially run Pale Moon as root. If you did, or for some other reason you cannot get Palemoon to launch with an error regarding the profile being locked or missing...
- First thing, delete the home-user-cache
sudo rm -rf /home/username/.cache/moonchild productions
- Ensure permissions
sudo chown username /home/.moonchild\ productions
See forum post: https://forum.mxlinux.org/viewtopic.php?f=93&t=43608
What Firefox addons and extensions are supported
https://addons.palemoon.org/incompatible/
How to disable Search From Address Bar
Google calls it Omnibox. I call it Annoyingbox.
- about:config
- change "keyword.enabled" to "false"
reference: https://forum.palemoon.org/viewtopic.php?t=15484
Save Image As Save Per Site Annoyance
Due to their bad judgement, the Blue Moon developers brought this horrible bloatware feature over from Firefox.
If you want Pale Moon to always remember and use your last save file location instead of changing them per domain/subdomain, create a new boolean key in about:config named "browser.download.lastDir.savePerSite" and set it to false.
Search terms: palemoon firefox prevent disable right click
This trick works in both Firefox and Palemoon.
Open about:config in the URL bar and set dom.event.contextmenu.enabled to false
credit to: Peter Molnar
Some web sites display a popup on EVERY PAGE asking if you wish to share your location. It is not in the drop down menus. If you don't want to, EVER, do the following:
- about:permissions
- All Sites
- Change "Share Location" to "Block"