Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icpantsparti/browser-bits
Bits of code/config/info/links for web browsers (mainly Firefox)
https://github.com/icpantsparti/browser-bits
browser firefox firefox-browser firefox-theme firefox-tweaks
Last synced: 15 days ago
JSON representation
Bits of code/config/info/links for web browsers (mainly Firefox)
- Host: GitHub
- URL: https://github.com/icpantsparti/browser-bits
- Owner: icpantsparti
- License: mit
- Created: 2021-08-09T17:33:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T20:02:20.000Z (over 3 years ago)
- Last Synced: 2024-11-28T04:22:53.294Z (2 months ago)
- Topics: browser, firefox, firefox-browser, firefox-theme, firefox-tweaks
- Language: CSS
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Browser Bits (https://github.com/icpantsparti/browser-bits)
* ###### | 2021.09.09 (first 2021.08.09) | https://github.com/icpantsparti/browser-bits/blob/main/README.md | License (MIT): https://raw.githubusercontent.com/icpantsparti/browser-bits/main/LICENSE | Disclaimer: Use with care at your own risk, and verify any results |
#### Bits of code/config/info/links for web browsers (mainly Firefox)
Listed below: [links-elsewhere](#links-elsewhere) | [firefox-style](#firefox-style) | [javascript](#javascript) | [firefox-info](#firefox-info) | [other](#other)
* ###### Firefox is amazing (but not perfect), **but** do not let big companies take over the web, use Firefox as much as you can. However, if a site does not work in Firefox (sometimes eg: video conference, bank, healthcare), first try an add-on that spoofs your user agent, then if you must use a secondary browser such as Ungoogled Chromium or Brave. (Avoid the data collecting browsers such as Google/Chrome and Microsoft/Edge).
#### links-elsewhere
| Link | Note |
| :--- | :--- |
| [links-elsewhere.md](https://github.com/icpantsparti/browser-bits/blob/main/links-elsewhere.md) | Links to other places (browsers, user.js, forums, etc) |
| [links-elsewhere-android.md](https://github.com/icpantsparti/browser-bits/blob/main/links-elsewhere-android.md) | Links to other places for Android (browsers, etc) |#### firefox-style
| Link | Note |
| :--- | :--- |
| [chrome/**userContent.css**--icpantsparti.css](https://github.com/icpantsparti/browser-bits/blob/main/firefox-style/chrome/userContent.css--icpantsparti.css) \[[raw](https://raw.githubusercontent.com/icpantsparti/browser-bits/main/firefox-style/chrome/userContent.css--icpantsparti.css)\] | eg to compact the layout (see more at once) on: about:profiles, about:addons, about:config, about:preferences |
| [1] [chrome_debugger_profile/chrome/**userContent.css**](https://github.com/icpantsparti/browser-bits/blob/main/firefox-style/chrome_debugger_profile/chrome/userContent.css) \[[raw](https://raw.githubusercontent.com/icpantsparti/browser-bits/main/firefox-style/chrome_debugger_profile/chrome/userContent.css)\]
[2] [chrome_debugger_profile/**user.js**](https://github.com/icpantsparti/browser-bits/blob/main/firefox-style/chrome_debugger_profile/user.js) \[[raw](https://raw.githubusercontent.com/icpantsparti/browser-bits/main/firefox-style/chrome_debugger_profile/user.js)\] | highlight file names "userChrome.css" and "userContent.css" when using [Browser Toolbox] [Developer Tools] [Style Editor] |#### javascript
| Link | Note |
| :--- | :--- |
| [firefox-toggle-add-ons-from-console.js](https://github.com/icpantsparti/browser-bits/blob/main/javascript/firefox-toggle-add-ons-from-console.js) \[[raw](https://raw.githubusercontent.com/icpantsparti/browser-bits/main/javascript/firefox-toggle-add-ons-from-console.js)\] | 'prompt' popup for enable/disable add-ons from console with filter option (single/bulk eg disable all active, enable several in one go) |#### firefox-info
| Link | Note |
| :--- | :--- |
| [command-line-options.md](https://github.com/icpantsparti/browser-bits/blob/main/firefox-info/command-line-options.md) | Notes: viewing Firefox command line options/switches |
| [preferences-group-view.md](https://github.com/icpantsparti/browser-bits/blob/main/firefox-info/preferences-group-view.md) | Notes: view a group of preferences in Firefox about:config |
| [profile-in-a-folder-or-encrypted.md](https://github.com/icpantsparti/browser-bits/blob/main/firefox-info/profile-in-a-folder-or-encrypted.md) | Notes: run a Firefox profile located in its own folder (or encrypted folder) |#### other
| Link | Note |
| :--- | :--- |
| project: [firefox-user.js-tool](https://github.com/icpantsparti/firefox-user.js-tool)
open: [userjs-tool.html](https://icpantsparti.github.io/firefox-user.js-tool/userjs-tool.html) | Interactive view, compare, and more for Firefox user.js (eg view arkenfox user.js in a table) |
| [userjs-tool-aboutconfig-functions.js](https://github.com/icpantsparti/firefox-user.js-tool/blob/master/userjs-tool-aboutconfig-functions.js) \[[raw](https://raw.githubusercontent.com/icpantsparti/firefox-user.js-tool/master/userjs-tool-aboutconfig-functions.js)\] | JavaScript functions for find/reset/set of user preferences and values in Firefox/Thunderbird about:config |