Difference between revisions of "Pale Moon"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m (Change hotkeys / key bindings)
m (Toggle CSS)
Line 83: Line 83:
  
 
The good news is that [https://forum.palemoon.org/memberlist.php?mode=viewprofile&u=10352 someone] made one that works in Pale Moon.  The bad news is the developer removed it from the Pale Moon extensions downloads.  However, he was kind enough to [https://forum.palemoon.org/viewtopic.php?t=16939 share a place] where it can still be obtained.  Scroll down the forum posting and look for styletoggle@joe04.xpi
 
The good news is that [https://forum.palemoon.org/memberlist.php?mode=viewprofile&u=10352 someone] made one that works in Pale Moon.  The bad news is the developer removed it from the Pale Moon extensions downloads.  However, he was kind enough to [https://forum.palemoon.org/viewtopic.php?t=16939 share a place] where it can still be obtained.  Scroll down the forum posting and look for styletoggle@joe04.xpi
 +
 +
There are also some alternative options listed under the same forum thread.
  
 
== Troubleshooting ==
 
== Troubleshooting ==

Revision as of 05:19, 6 September 2019

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

Distribution Specific: Mint Linux 19.2 64-bit

Installs well using xUbuntu 18.04 repository from home:stevenpusser project

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:stevenpusser.list"
sudo apt-get update
sudo apt-get install palemoon

Illustration

PaleMoonAddonsEx01.jpg

Tricks

In about:config you can search up "general.useragent.override" to create custom useragent for individual web sites or domains. Pale Moon will tell the web site that it is a different browser. Why is this useful?

Trick addons.mozilla.org into thinking you have Firefox

general.useragent.override
general.useragent.override.mozilla.org
general.useragent.override.addons.mozilla.org;Mozilla/5.0 (Linux; X11; rv:27.9) Gecko/20100101 Firefox/27.9 (Pale Moon)
Mozilla/5.0 (X11; Linux x86_64; rv:52.9) Gecko/20100101 Firefox/52.9
Mozilla/5.0 (Linux; X11; rv:27.9) Gecko/20100101 Firefox/27.9 (Pale Moon)

You're still going to have WebExtensions API problems.

Change hotkeys / key bindings

Try this extension: https://addons.palemoon.org/addon/keyconfig/ which is under the extensions: tools and utilities section.

I don't think it lets you create a new hotkey for a menu function that does not already have a key binding. I tried to set one up for toggle CSS however I will admit I was not able to fully work out how to create bindings.

To bring up the keybindings interface: control - shift - F12

Toggle CSS

Want a hotkey equivalent to clicking VIEW -> PAGE STYLE -> NO STYLE because a hotkey is less awkward and much more convenient? It does not seem possible to install the Firefox extension css-toggler due to Pale Moon not having WebExtensions API support.

The good news is that someone made one that works in Pale Moon. The bad news is the developer removed it from the Pale Moon extensions downloads. However, he was kind enough to share a place where it can still be obtained. Scroll down the forum posting and look for styletoggle@joe04.xpi

There are also some alternative options listed under the same forum thread.

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.

  1. about:config
  2. 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.

Stop websites from disable right click menu

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

Getting Harassed to Share Location

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:

  1. about:permissions
  2. All Sites
  3. Change "Share Location" to "Block"