diff --git a/palemoon/branding/beta/VisualElements_150.png b/palemoon/branding/beta/VisualElements_150.png
deleted file mode 100644
index f8e949bf6..000000000
Binary files a/palemoon/branding/beta/VisualElements_150.png and /dev/null differ
diff --git a/palemoon/branding/beta/VisualElements_70.png b/palemoon/branding/beta/VisualElements_70.png
deleted file mode 100644
index 0150bacbb..000000000
Binary files a/palemoon/branding/beta/VisualElements_70.png and /dev/null differ
diff --git a/palemoon/branding/beta/appname.bmp b/palemoon/branding/beta/appname.bmp
deleted file mode 100644
index 78e227af0..000000000
Binary files a/palemoon/branding/beta/appname.bmp and /dev/null differ
diff --git a/palemoon/branding/beta/branding.nsi b/palemoon/branding/beta/branding.nsi
deleted file mode 100644
index 348dc230c..000000000
--- a/palemoon/branding/beta/branding.nsi
+++ /dev/null
@@ -1,10 +0,0 @@
-# NSIS branding defines for official beta builds.
-
-# BrandFullNameInternal is used for some registry and file system values
-# instead of BrandFullName and typically should not be modified.
-!define BrandFullNameInternal "Pale Moon"
-!define CompanyName "Moonchild Productions"
-!define URLInfoAbout "http://www.palemoon.org/"
-!define URLUpdateInfo "http://www.palemoon.org/releasenotes.shtml"
-!define HelpLink "https://forum.palemoon.org/viewforum.php?f=24"
-!define URLSystemRequirements "http://www.palemoon.org/download.shtml"
diff --git a/palemoon/branding/beta/configure.sh b/palemoon/branding/beta/configure.sh
deleted file mode 100644
index a80107c21..000000000
--- a/palemoon/branding/beta/configure.sh
+++ /dev/null
@@ -1 +0,0 @@
-MOZ_APP_DISPLAYNAME="Pale Moon"
diff --git a/palemoon/branding/beta/content/about-background.jpg b/palemoon/branding/beta/content/about-background.jpg
deleted file mode 100644
index 2efd7f3fd..000000000
Binary files a/palemoon/branding/beta/content/about-background.jpg and /dev/null differ
diff --git a/palemoon/branding/beta/content/about-logo.png b/palemoon/branding/beta/content/about-logo.png
deleted file mode 100644
index e12e3078e..000000000
Binary files a/palemoon/branding/beta/content/about-logo.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/about-logo@2x.png b/palemoon/branding/beta/content/about-logo@2x.png
deleted file mode 100644
index 198cd9ca2..000000000
Binary files a/palemoon/branding/beta/content/about-logo@2x.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/about-wordmark.png b/palemoon/branding/beta/content/about-wordmark.png
deleted file mode 100644
index bf09f15a0..000000000
Binary files a/palemoon/branding/beta/content/about-wordmark.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/about.png b/palemoon/branding/beta/content/about.png
deleted file mode 100644
index dc2cf6a06..000000000
Binary files a/palemoon/branding/beta/content/about.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/aboutDialog.css b/palemoon/branding/beta/content/aboutDialog.css
deleted file mode 100644
index fdec99c24..000000000
--- a/palemoon/branding/beta/content/aboutDialog.css
+++ /dev/null
@@ -1,49 +0,0 @@
-#aboutPMDialogContainer {
- background-image: url("chrome://branding/content/about-background.jpg");
- background-repeat: no-repeat;
- background-color: #D5BC9A;
- color: #202010;
-}
-
-#aboutHeaderBox {
- background-image: url("chrome://branding/content/about-wordmark.png");
- background-repeat: no-repeat;
- background-position: center center;
- height: 44px;
-}
-
-#aboutVersionBox {
- text-shadow: 1px 1px 0px #D5BC9A;
-}
-
-#aboutTextBox {
- animation: 3s fadeIn;
- animation-fill-mode: forwards;
- text-shadow: 1px 1px 0px #D5BC9A;
- color: #202010;
-}
-
-@keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-
-#aboutLinkBox {
- padding: 15px 10px 0;
-}
-
-#aboutPMtrademark {
- font-size: 10px;
- text-align: center;
- color: #C0C0C0;
- text-shadow: 1px 1px 0px #000000;
- margin-top: 10px;
- margin-bottom: 10px;
-}
diff --git a/palemoon/branding/beta/content/icon48.png b/palemoon/branding/beta/content/icon48.png
deleted file mode 100644
index d78087f51..000000000
Binary files a/palemoon/branding/beta/content/icon48.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/icon64.png b/palemoon/branding/beta/content/icon64.png
deleted file mode 100644
index 22c94cd22..000000000
Binary files a/palemoon/branding/beta/content/icon64.png and /dev/null differ
diff --git a/palemoon/branding/beta/content/jar.mn b/palemoon/branding/beta/content/jar.mn
deleted file mode 100644
index c8aef0dc3..000000000
--- a/palemoon/branding/beta/content/jar.mn
+++ /dev/null
@@ -1,12 +0,0 @@
-browser.jar:
-% content branding %content/branding/ contentaccessible=yes
- content/branding/about.png (about.png)
- content/branding/about-background.jpg (about-background.jpg)
- content/branding/about-logo.png (about-logo.png)
- content/branding/about-logo@2x.png (about-logo@2x.png)
- content/branding/about-wordmark.png (about-wordmark.png)
- content/branding/icon48.png (icon48.png)
- content/branding/icon64.png (icon64.png)
- content/branding/icon16.png (../default16.png)
- content/branding/icon32.png (../default32.png)
- content/branding/aboutDialog.css (aboutDialog.css)
diff --git a/palemoon/branding/beta/content/moz.build b/palemoon/branding/beta/content/moz.build
deleted file mode 100644
index c07ede375..000000000
--- a/palemoon/branding/beta/content/moz.build
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-JAR_MANIFESTS += ['jar.mn']
diff --git a/palemoon/branding/beta/default16.png b/palemoon/branding/beta/default16.png
deleted file mode 100644
index 5c6b9ce0b..000000000
Binary files a/palemoon/branding/beta/default16.png and /dev/null differ
diff --git a/palemoon/branding/beta/default32.png b/palemoon/branding/beta/default32.png
deleted file mode 100644
index bf5b817f4..000000000
Binary files a/palemoon/branding/beta/default32.png and /dev/null differ
diff --git a/palemoon/branding/beta/default48.png b/palemoon/branding/beta/default48.png
deleted file mode 100644
index 4b47131d3..000000000
Binary files a/palemoon/branding/beta/default48.png and /dev/null differ
diff --git a/palemoon/branding/beta/document.ico b/palemoon/branding/beta/document.ico
deleted file mode 100644
index b40f12289..000000000
Binary files a/palemoon/branding/beta/document.ico and /dev/null differ
diff --git a/palemoon/branding/beta/firefox.ico b/palemoon/branding/beta/firefox.ico
deleted file mode 100644
index 08b96ef00..000000000
Binary files a/palemoon/branding/beta/firefox.ico and /dev/null differ
diff --git a/palemoon/branding/beta/locales/en-US/brand.dtd b/palemoon/branding/beta/locales/en-US/brand.dtd
deleted file mode 100644
index 9a260257a..000000000
--- a/palemoon/branding/beta/locales/en-US/brand.dtd
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/palemoon/branding/beta/locales/en-US/brand.properties b/palemoon/branding/beta/locales/en-US/brand.properties
deleted file mode 100644
index 7d4b46954..000000000
--- a/palemoon/branding/beta/locales/en-US/brand.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-brandShortName=Pale Moon
-brandFullName=Pale Moon
-vendorShortName=Moonchild
-
-syncBrandShortName=Sync
diff --git a/palemoon/branding/beta/locales/jar.mn b/palemoon/branding/beta/locales/jar.mn
deleted file mode 100644
index ee8455c1b..000000000
--- a/palemoon/branding/beta/locales/jar.mn
+++ /dev/null
@@ -1,8 +0,0 @@
-#filter substitution
-
-@AB_CD@.jar:
-% locale branding @AB_CD@ %locale/branding/
-# Unofficial branding only exists in en-US
- locale/branding/brand.dtd (en-US/brand.dtd)
- locale/branding/brand.properties (en-US/brand.properties)
- locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties)
diff --git a/palemoon/branding/beta/locales/moz.build b/palemoon/branding/beta/locales/moz.build
deleted file mode 100644
index 5810c899e..000000000
--- a/palemoon/branding/beta/locales/moz.build
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID']
-
-JAR_MANIFESTS += ['jar.mn']
diff --git a/palemoon/branding/beta/moz.build b/palemoon/branding/beta/moz.build
deleted file mode 100644
index 345ab0940..000000000
--- a/palemoon/branding/beta/moz.build
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-DIRS += ['content', 'locales']
-
-DIST_SUBDIR = 'browser'
-
-export('DIST_SUBDIR')
-
-include('../shared/branding.mozbuild')
-ApplicationBranding()
diff --git a/palemoon/branding/beta/mozicon128.png b/palemoon/branding/beta/mozicon128.png
deleted file mode 100644
index 1b8ab0a83..000000000
Binary files a/palemoon/branding/beta/mozicon128.png and /dev/null differ
diff --git a/palemoon/branding/beta/palemoon.VisualElementsManifest.xml b/palemoon/branding/beta/palemoon.VisualElementsManifest.xml
deleted file mode 100644
index 3bdebe2b7..000000000
--- a/palemoon/branding/beta/palemoon.VisualElementsManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/palemoon/branding/beta/pref/palemoon-branding.js b/palemoon/branding/beta/pref/palemoon-branding.js
deleted file mode 100644
index 46b63fd51..000000000
--- a/palemoon/branding/beta/pref/palemoon-branding.js
+++ /dev/null
@@ -1,44 +0,0 @@
-#filter substitution
-#filter emptyLines
-#include ../../shared/pref/preferences.inc
-#include ../../shared/pref/uaoverrides.inc
-
-pref("startup.homepage_override_url","http://www.palemoon.org/releasenotes.shtml");
-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");
-
-// Enable Firefox compatmode by default.
-pref("general.useragent.compatMode", 2);
-pref("general.useragent.compatMode.gecko", true);
-pref("general.useragent.compatMode.firefox", true);
-
-// Enable dynamic UA updates
-pref("general.useragent.updates.enabled", true);
-pref("general.useragent.updates.interval", 86400); // Once per day
-pref("general.useragent.updates.retry", 7200); // Retry getting update every 2 hours if failed
-pref("general.useragent.updates.url", "https://dua.palemoon.org/?app=palemoon&version=%APP_VERSION%&channel=%CHANNEL%");
-
-// Geolocation
-pref("geo.wifi.uri", "https://pro.ip-api.com/json/?fields=lat,lon,status,message&key=K3TirHYiysBjnmD");
-
-// ========================= updates ========================
-#ifdef MOZ_UPDATER
-// Updates enabled
-pref("app.update.enabled", true);
-pref("app.update.cert.checkAttributes", true);
-
-// Interval: Time between checks for a new version (in seconds) -- 2 days for Pale Moon
-pref("app.update.interval", 172800);
-pref("app.update.promptWaitTime", 86400);
-
-// URL user can browse to manually if for some reason all update
-// installation attempts fail.
-pref("app.update.url.manual", "http://www.palemoon.org/");
-
-// A default value for the "More information about this update" link
-// supplied in the "An update is available" page of the update wizard.
-pref("app.update.url.details", "http://www.palemoon.org/releasenotes.shtml");
-#else
-// Updates disabled (Mac, etc.)
-pref("app.update.enabled", false);
-pref("app.update.url", "");
-#endif
diff --git a/palemoon/branding/beta/wizHeader.bmp b/palemoon/branding/beta/wizHeader.bmp
deleted file mode 100644
index 2d3e8b43b..000000000
Binary files a/palemoon/branding/beta/wizHeader.bmp and /dev/null differ
diff --git a/palemoon/branding/beta/wizHeaderRTL.bmp b/palemoon/branding/beta/wizHeaderRTL.bmp
deleted file mode 100644
index 37350c717..000000000
Binary files a/palemoon/branding/beta/wizHeaderRTL.bmp and /dev/null differ
diff --git a/palemoon/branding/beta/wizWatermark.bmp b/palemoon/branding/beta/wizWatermark.bmp
deleted file mode 100644
index 1ef625b68..000000000
Binary files a/palemoon/branding/beta/wizWatermark.bmp and /dev/null differ
diff --git a/palemoon/branding/unstable/VisualElements_150.png b/palemoon/branding/unstable/VisualElements_150.png
deleted file mode 100644
index 320623dc1..000000000
Binary files a/palemoon/branding/unstable/VisualElements_150.png and /dev/null differ
diff --git a/palemoon/branding/unstable/VisualElements_70.png b/palemoon/branding/unstable/VisualElements_70.png
deleted file mode 100644
index cb4c86845..000000000
Binary files a/palemoon/branding/unstable/VisualElements_70.png and /dev/null differ
diff --git a/palemoon/branding/unstable/appname.bmp b/palemoon/branding/unstable/appname.bmp
deleted file mode 100644
index 78e227af0..000000000
Binary files a/palemoon/branding/unstable/appname.bmp and /dev/null differ
diff --git a/palemoon/branding/unstable/branding.nsi b/palemoon/branding/unstable/branding.nsi
deleted file mode 100644
index 2eb799ef3..000000000
--- a/palemoon/branding/unstable/branding.nsi
+++ /dev/null
@@ -1,10 +0,0 @@
-# NSIS branding defines for official unstable builds.
-
-# BrandFullNameInternal is used for some registry and file system values
-# instead of BrandFullName and typically should not be modified.
-!define BrandFullNameInternal "Pale Moon"
-!define CompanyName "Moonchild Productions"
-!define URLInfoAbout "http://www.palemoon.org/"
-!define URLUpdateInfo "http://www.palemoon.org/unstable/"
-!define HelpLink "http://www.palemoon.org/unstable/"
-!define URLSystemRequirements "http://www.palemoon.org/download.shtml"
diff --git a/palemoon/branding/unstable/configure.sh b/palemoon/branding/unstable/configure.sh
deleted file mode 100644
index f1b87e9cc..000000000
--- a/palemoon/branding/unstable/configure.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-MOZ_APP_DISPLAYNAME="Pale Moon"
-
diff --git a/palemoon/branding/unstable/content/about-background.jpg b/palemoon/branding/unstable/content/about-background.jpg
deleted file mode 100644
index a33b33183..000000000
Binary files a/palemoon/branding/unstable/content/about-background.jpg and /dev/null differ
diff --git a/palemoon/branding/unstable/content/about-logo.png b/palemoon/branding/unstable/content/about-logo.png
deleted file mode 100644
index aa79de65f..000000000
Binary files a/palemoon/branding/unstable/content/about-logo.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/about-logo@2x.png b/palemoon/branding/unstable/content/about-logo@2x.png
deleted file mode 100644
index 5d507a614..000000000
Binary files a/palemoon/branding/unstable/content/about-logo@2x.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/about-wordmark.png b/palemoon/branding/unstable/content/about-wordmark.png
deleted file mode 100644
index bf09f15a0..000000000
Binary files a/palemoon/branding/unstable/content/about-wordmark.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/about.png b/palemoon/branding/unstable/content/about.png
deleted file mode 100644
index d158863ca..000000000
Binary files a/palemoon/branding/unstable/content/about.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/aboutDialog.css b/palemoon/branding/unstable/content/aboutDialog.css
deleted file mode 100644
index fdec99c24..000000000
--- a/palemoon/branding/unstable/content/aboutDialog.css
+++ /dev/null
@@ -1,49 +0,0 @@
-#aboutPMDialogContainer {
- background-image: url("chrome://branding/content/about-background.jpg");
- background-repeat: no-repeat;
- background-color: #D5BC9A;
- color: #202010;
-}
-
-#aboutHeaderBox {
- background-image: url("chrome://branding/content/about-wordmark.png");
- background-repeat: no-repeat;
- background-position: center center;
- height: 44px;
-}
-
-#aboutVersionBox {
- text-shadow: 1px 1px 0px #D5BC9A;
-}
-
-#aboutTextBox {
- animation: 3s fadeIn;
- animation-fill-mode: forwards;
- text-shadow: 1px 1px 0px #D5BC9A;
- color: #202010;
-}
-
-@keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-
-#aboutLinkBox {
- padding: 15px 10px 0;
-}
-
-#aboutPMtrademark {
- font-size: 10px;
- text-align: center;
- color: #C0C0C0;
- text-shadow: 1px 1px 0px #000000;
- margin-top: 10px;
- margin-bottom: 10px;
-}
diff --git a/palemoon/branding/unstable/content/icon48.png b/palemoon/branding/unstable/content/icon48.png
deleted file mode 100644
index 957213485..000000000
Binary files a/palemoon/branding/unstable/content/icon48.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/icon64.png b/palemoon/branding/unstable/content/icon64.png
deleted file mode 100644
index c370f3311..000000000
Binary files a/palemoon/branding/unstable/content/icon64.png and /dev/null differ
diff --git a/palemoon/branding/unstable/content/jar.mn b/palemoon/branding/unstable/content/jar.mn
deleted file mode 100644
index c8aef0dc3..000000000
--- a/palemoon/branding/unstable/content/jar.mn
+++ /dev/null
@@ -1,12 +0,0 @@
-browser.jar:
-% content branding %content/branding/ contentaccessible=yes
- content/branding/about.png (about.png)
- content/branding/about-background.jpg (about-background.jpg)
- content/branding/about-logo.png (about-logo.png)
- content/branding/about-logo@2x.png (about-logo@2x.png)
- content/branding/about-wordmark.png (about-wordmark.png)
- content/branding/icon48.png (icon48.png)
- content/branding/icon64.png (icon64.png)
- content/branding/icon16.png (../default16.png)
- content/branding/icon32.png (../default32.png)
- content/branding/aboutDialog.css (aboutDialog.css)
diff --git a/palemoon/branding/unstable/content/moz.build b/palemoon/branding/unstable/content/moz.build
deleted file mode 100644
index c07ede375..000000000
--- a/palemoon/branding/unstable/content/moz.build
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-JAR_MANIFESTS += ['jar.mn']
diff --git a/palemoon/branding/unstable/default16.png b/palemoon/branding/unstable/default16.png
deleted file mode 100644
index d23940200..000000000
Binary files a/palemoon/branding/unstable/default16.png and /dev/null differ
diff --git a/palemoon/branding/unstable/default32.png b/palemoon/branding/unstable/default32.png
deleted file mode 100644
index 05ccab82b..000000000
Binary files a/palemoon/branding/unstable/default32.png and /dev/null differ
diff --git a/palemoon/branding/unstable/default48.png b/palemoon/branding/unstable/default48.png
deleted file mode 100644
index 957213485..000000000
Binary files a/palemoon/branding/unstable/default48.png and /dev/null differ
diff --git a/palemoon/branding/unstable/disk.icns b/palemoon/branding/unstable/disk.icns
deleted file mode 100644
index 38bceabac..000000000
Binary files a/palemoon/branding/unstable/disk.icns and /dev/null differ
diff --git a/palemoon/branding/unstable/document.icns b/palemoon/branding/unstable/document.icns
deleted file mode 100644
index 1fa8c9ab2..000000000
Binary files a/palemoon/branding/unstable/document.icns and /dev/null differ
diff --git a/palemoon/branding/unstable/document.ico b/palemoon/branding/unstable/document.ico
deleted file mode 100644
index a0f1a85e0..000000000
Binary files a/palemoon/branding/unstable/document.ico and /dev/null differ
diff --git a/palemoon/branding/unstable/dsstore b/palemoon/branding/unstable/dsstore
deleted file mode 100644
index bbba9ecce..000000000
Binary files a/palemoon/branding/unstable/dsstore and /dev/null differ
diff --git a/palemoon/branding/unstable/firefox.icns b/palemoon/branding/unstable/firefox.icns
deleted file mode 100644
index 3df606a01..000000000
Binary files a/palemoon/branding/unstable/firefox.icns and /dev/null differ
diff --git a/palemoon/branding/unstable/firefox.ico b/palemoon/branding/unstable/firefox.ico
deleted file mode 100644
index 605c876df..000000000
Binary files a/palemoon/branding/unstable/firefox.ico and /dev/null differ
diff --git a/palemoon/branding/unstable/locales/en-US/brand.dtd b/palemoon/branding/unstable/locales/en-US/brand.dtd
deleted file mode 100644
index 9a260257a..000000000
--- a/palemoon/branding/unstable/locales/en-US/brand.dtd
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/palemoon/branding/unstable/locales/en-US/brand.properties b/palemoon/branding/unstable/locales/en-US/brand.properties
deleted file mode 100644
index 7d4b46954..000000000
--- a/palemoon/branding/unstable/locales/en-US/brand.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-brandShortName=Pale Moon
-brandFullName=Pale Moon
-vendorShortName=Moonchild
-
-syncBrandShortName=Sync
diff --git a/palemoon/branding/unstable/locales/jar.mn b/palemoon/branding/unstable/locales/jar.mn
deleted file mode 100644
index ee8455c1b..000000000
--- a/palemoon/branding/unstable/locales/jar.mn
+++ /dev/null
@@ -1,8 +0,0 @@
-#filter substitution
-
-@AB_CD@.jar:
-% locale branding @AB_CD@ %locale/branding/
-# Unofficial branding only exists in en-US
- locale/branding/brand.dtd (en-US/brand.dtd)
- locale/branding/brand.properties (en-US/brand.properties)
- locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties)
diff --git a/palemoon/branding/unstable/locales/moz.build b/palemoon/branding/unstable/locales/moz.build
deleted file mode 100644
index 5810c899e..000000000
--- a/palemoon/branding/unstable/locales/moz.build
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID']
-
-JAR_MANIFESTS += ['jar.mn']
diff --git a/palemoon/branding/unstable/moz.build b/palemoon/branding/unstable/moz.build
deleted file mode 100644
index 03323686b..000000000
--- a/palemoon/branding/unstable/moz.build
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-
-DIRS += ['content', 'locales']
-
-DIST_SUBDIR = 'browser'
-export('DIST_SUBDIR')
-
-include('../shared/branding.mozbuild')
-ApplicationBranding()
diff --git a/palemoon/branding/unstable/mozicon128.png b/palemoon/branding/unstable/mozicon128.png
deleted file mode 100644
index fa8a6850b..000000000
Binary files a/palemoon/branding/unstable/mozicon128.png and /dev/null differ
diff --git a/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml b/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml
deleted file mode 100644
index 3bdebe2b7..000000000
--- a/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/palemoon/branding/unstable/pref/palemoon-branding.js b/palemoon/branding/unstable/pref/palemoon-branding.js
deleted file mode 100644
index 12430a3da..000000000
--- a/palemoon/branding/unstable/pref/palemoon-branding.js
+++ /dev/null
@@ -1,59 +0,0 @@
-#filter substitution
-#filter emptyLines
-#include ../../shared/pref/preferences.inc
-#include ../../shared/pref/uaoverrides.inc
-
-pref("startup.homepage_override_url","http://www.palemoon.org/unstable/releasenotes.shtml");
-pref("app.releaseNotesURL", "http://www.palemoon.org/unstable/releasenotes.shtml");
-
-// Enable Firefox compatmode by default.
-pref("general.useragent.compatMode", 2);
-pref("general.useragent.compatMode.gecko", true);
-pref("general.useragent.compatMode.firefox", true);
-
-// Enable dynamic UA updates
-pref("general.useragent.updates.enabled", true);
-pref("general.useragent.updates.interval", 86400); // Once per day
-pref("general.useragent.updates.retry", 7200); // Retry getting update every 2 hours if failed
-pref("general.useragent.updates.url", "https://dua.palemoon.org/?app=palemoon&version=%APP_VERSION%&channel=%CHANNEL%");
-
-// Geolocation
-pref("geo.wifi.uri", "https://pro.ip-api.com/json/?fields=lat,lon,status,message&key=K3TirHYiysBjnmD");
-
-// ========================= updates ========================
-#if defined(XP_WIN) || defined(XP_LINUX)
-// Enable auto-updates for this channel
-pref("app.update.auto", true);
-
-// Updates enabled
-pref("app.update.enabled", true);
-pref("app.update.cert.checkAttributes", true);
-pref("app.update.certs.1.issuerName", "CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB");
-pref("app.update.certs.1.commonName", "*.palemoon.org");
-pref("app.update.certs.2.issuerName", "CN=Sectigo RSA Domain Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater Manchester,C=GB");
-pref("app.update.certs.2.commonName", "*.palemoon.org");
-
-// Interval: Time between checks for a new version (in seconds) -- 6 hours for unstable
-pref("app.update.interval", 21600);
-pref("app.update.promptWaitTime", 86400);
-
-// URL user can browse to manually if for some reason all update installation
-// attempts fail.
-#ifndef XP_LINUX
-pref("app.update.url.manual", "http://www.palemoon.org/unstable/");
-#else
-pref("app.update.url.manual", "http://linux.palemoon.org/download/unstable/");
-#endif
-// A default value for the "More information about this update" link
-// supplied in the "An update is available" page of the update wizard.
-#ifndef XP_LINUX
-pref("app.update.url.details", "http://www.palemoon.org/unstable/");
-#else
-pref("app.update.url.details", "http://linux.palemoon.org/download/unstable/");
-#endif
-
-#else
-// Updates disabled (Mac, etc.)
-pref("app.update.enabled", false);
-pref("app.update.url", "");
-#endif
diff --git a/palemoon/branding/unstable/wizHeader.bmp b/palemoon/branding/unstable/wizHeader.bmp
deleted file mode 100644
index 12e08e866..000000000
Binary files a/palemoon/branding/unstable/wizHeader.bmp and /dev/null differ
diff --git a/palemoon/branding/unstable/wizHeaderRTL.bmp b/palemoon/branding/unstable/wizHeaderRTL.bmp
deleted file mode 100644
index eb8b9f4d7..000000000
Binary files a/palemoon/branding/unstable/wizHeaderRTL.bmp and /dev/null differ
diff --git a/palemoon/branding/unstable/wizWatermark.bmp b/palemoon/branding/unstable/wizWatermark.bmp
deleted file mode 100644
index 8c39d5136..000000000
Binary files a/palemoon/branding/unstable/wizWatermark.bmp and /dev/null differ