Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pznguin-kyun/pengufox
🦊 Firefox with better UI, better privacy and security.
https://github.com/pznguin-kyun/pengufox
firefox firefox-css firefox-customization firefoxcss penguinfox prefsjs privacy security userchrome userjs
Last synced: 4 months ago
JSON representation
🦊 Firefox with better UI, better privacy and security.
- Host: GitHub
- URL: https://github.com/pznguin-kyun/pengufox
- Owner: pznguin-kyun
- License: gpl-3.0
- Archived: true
- Created: 2023-06-05T18:32:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T14:00:55.000Z (4 months ago)
- Last Synced: 2024-09-26T16:20:58.627Z (4 months ago)
- Topics: firefox, firefox-css, firefox-customization, firefoxcss, penguinfox, prefsjs, privacy, security, userchrome, userjs
- Language: CSS
- Homepage:
- Size: 4.14 MB
- Stars: 336
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Archived, to lazy to maintain this project
# pengufox
**pengufox is a Firefox config that makes Firefox more beautiful, more secure and better protect privacy by using FirefoxCSS and disabling all telemetry.**https://github.com/pznguin-kyun/pengufox/assets/123321507/1c9a01f5-2b23-491d-a58e-0b830a40a966
# Features
- Beautify Firefox with FirefoxCSS
- Turn off all telemetry, studies
- Add calculator to address bar
- Make Firefox suckless# Installation
## 1. Install automatically (Linux only)
```
$ git clone https://github.com/pznguin-kyun/pengufox
$ cd pengufox
$ ./pengufox-installer.sh
```## 2. Install manually
- Clone this repository or download the [zip file](https://github.com/pznguin-kyun/pengufox/archive/main.zip)
```
$ git clone https://github.com/pznguin-kyun/pengufox
```- Extract file (if you download the zip file)
- Copy all files and folders in penguinFox and paste to your profile folder
- ```~/.mozilla/firefox/######.default-#####$``` (Linux)
- ```/Users/[USERNAME]/Library/Application Support/Firefox/Profiles/######.default-######``` (macOS)
- ```C:\Users\[USERNAME]\AppData\Roaming\Mozilla\Firefox\Profiles\######.default-######``` (Windows)- Restart Firefox and enjoy
# How to uninstall
- Just go to your profile folder and delete ```user.js``` and ```chrome``` folder# nightTab config
![Screenshot_2023-07-15_20-47-24](https://github.com/pznguin-kyun/pengufox/assets/123321507/f52fe4ea-ac6c-49c4-a75c-cef1c9e8b27c)
### Installation
- Install [nightTab](https://github.com/zombieFox/nightTab)
- Download my nightTab config [here](https://github.com/pznguin-kyun/pengufox/blob/main/pznguin-kyun's%20nighttab%20config.json)
- Choose `Settings > Data > Restore > Import from file`
- Choose my nightTab config and apply it# Contributions
1. Fork this project.
2. Edit files, add extensions, ...
3. Make a pull request.