Skip to content

Latest commit

 

History

History
197 lines (152 loc) · 5.62 KB

File metadata and controls

197 lines (152 loc) · 5.62 KB

💡 Phoenix: Specialized Configs

It should also be noted that Phoenix contains specialized configurations for Apple Maps, Discord, Element, Google Maps, Twitter, and YouTube. These configs are designed to be used in their own, separate Firefox profile, and provide means to safely and easily use these services, like you would any other app on your device.

Important

⚠️ Discord, Google Maps, Twitter, and YouTube are explicitly not recommended for use, due to their privacy-invasive nature. These configs are simply meant to provide harm reduction for users who need to use these services for whatever reason, but it is still best to avoid them entirely if possible.

The installation of these configs is the same as Extended, with the only exception being the location of the user.js file. You can find the location of these user.js files at the following locations:

Table of Contents

Notes

Note

Linux: System - /etc/* Flatpak - /var/*

macOS: Silicon - /opt/* Intel - /usr/*

Linux

Linux: Apple Maps

# Default
/etc/firefox/phoenix/userjs/apple-maps/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/apple-maps/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/apple-maps/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/apple-maps/user.js

Linux: Discord

# Default
/etc/firefox/phoenix/userjs/discord/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/discord/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/discord/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/discord/user.js

Linux: Element

# Default
/etc/firefox/phoenix/userjs/element/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/element/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/element/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/element/user.js

Linux: Google Maps

# Default
/etc/firefox/phoenix/userjs/google-maps/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/google-maps/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/google-maps/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/google-maps/user.js

Linux: Twitter

# Default
/etc/firefox/phoenix/userjs/twitter/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/twitter/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/twitter/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/twitter/user.js

Linux: YouTube

# Default
/etc/firefox/phoenix/userjs/youtube/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/youtube/user.js

# Firefox-UI-Fix
/etc/firefox/phoenix/userjs/ui-fix/youtube/user.js
/var/lib/flatpak/app/org.mozilla.firefox/current/active/files/etc/firefox/phoenix/userjs/ui-fix/youtube/user.js

macOS

macOS: Apple Maps

# Default
/opt/homebrew/opt/phoenix-osx/userjs/apple-maps/user.js
/usr/local/opt/phoenix-osx/userjs/apple-maps/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/apple-maps/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/apple-maps/user.js

macOS: Discord

# Default
/opt/homebrew/opt/phoenix-osx/userjs/discord/user.js
/usr/local/opt/phoenix-osx/userjs/discord/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/discord/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/discord/user.js

macOS: Element

# Default
/opt/homebrew/opt/phoenix-osx/userjs/element/user.js
/usr/local/opt/phoenix-osx/userjs/element/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/element/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/element/user.js

macOS: Google Maps

# Default
/opt/homebrew/opt/phoenix-osx/userjs/google-maps/user.js
/usr/local/opt/phoenix-osx/userjs/google-maps/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/google-maps/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/google-maps/user.js

macOS: Twitter

# Default
/opt/homebrew/opt/phoenix-osx/userjs/twitter/user.js
/usr/local/opt/phoenix-osx/userjs/twitter/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/twitter/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/twitter/user.js

macOS: YouTube

# Default
/opt/homebrew/opt/phoenix-osx/userjs/youtube/user.js
/usr/local/opt/phoenix-osx/userjs/youtube/user.js

# Firefox-UI-Fix
/opt/homebrew/opt/phoenix-osx/userjs/ui-fix/youtube/user.js
/usr/local/opt/phoenix-osx/userjs/ui-fix/youtube/user.js