Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garywill/aboutconfig-menu
Shortcuts to settings in about:config (universal), through a button on toolbar. Firefox userChrome script 🛠️
https://github.com/garywill/aboutconfig-menu
about-config firefox userchrome userchromejs
Last synced: 6 days ago
JSON representation
Shortcuts to settings in about:config (universal), through a button on toolbar. Firefox userChrome script 🛠️
- Host: GitHub
- URL: https://github.com/garywill/aboutconfig-menu
- Owner: garywill
- Created: 2021-08-13T02:04:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T02:04:20.000Z (6 months ago)
- Last Synced: 2025-01-09T01:39:19.246Z (13 days ago)
- Topics: about-config, firefox, userchrome, userchromejs
- Language: JavaScript
- Homepage: https://garywill.github.io
- Size: 10.7 KB
- Stars: 74
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox about:config Menu Shortcut
Add a menu button on toolbar, which is shortcut to change settings in `about:config`.
Firefox userChrome script. Tested on Firefox 128.
![](https://preview.redd.it/onmgncgvb3j71.png?width=621&format=png&auto=webp&s=b99bab85467a891846da05593b4f9279f70ea789)
**You should open/edit the code and define your items.**
Defaultly this script includes:
- IPv6 enable/disable
- DNS related setting
- Enable deprecated TLS version
- Mouse wheel scroll speed
- Autoplay policy
- WebAudio
- Resisting fingerprint (also webExtension addons recommend: [Toggle Resist Fingerprinting](https://github.com/Aaron-P/ToggleResistFingerprinting) and [Toggle Web Custom Font](https://github.com/garywill/toggleWebCustomFont) )
- Some locale language related settings
- HTTP referer control ( despite this, recommend webExtension addon [Auto Referer](https://github.com/garywill/autoreferer) )
- Browser Toolbox connecting confirm----------------
This repo only contains the specific function, doesn't contain the code to enable userchrome scripts.
**For how to enable, see: (also more of my scripts)**
https://garywill.github.io/#Firefox-userChrome-CSS-or-JS