Skip to content

icpantsparti2/browser-bits

 
 

Repository files navigation

Bits of code/config/info/links for web browsers (mainly Firefox)

Listed below: links-elsewhere | firefox-style | javascript | firefox-info | 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 Links to other places (browsers, user.js, forums, etc)
links-elsewhere-android.md Links to other places for Android (browsers, etc)

firefox-style

Link Note
chrome/userChrome.css  [raw] eg: tab style, tab min-size, numbered tabs, profile indicator, and more
chrome/userContent.css  [raw] 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  [raw]
[2] chrome_debugger_profile/user.js  [raw]
highlight file names "userChrome.css" and "userContent.css" when using [Browser Toolbox] [Developer Tools] [Style Editor]

javascript

Link Note
firefox-extensions-list-with-amo-links.js  [raw] list your extensions in the 'about:addons' web console (with addons.mozilla.org links)
firefox-extensions-list-with-last-updated-order.js  [raw] list your extensions in the 'about:addons' web console (showing "Last Updated" date and order)
firefox-list-enable-disable-add-ons-from-console.md guide: list/toggle Firefox add-ons on/off using JavaScript in Web Console (based on below)
firefox-toggle-add-ons-from-console.js  [raw] 'prompt' popup for enable/disable add-ons from console with filter option (single/bulk eg disable all active, enable several in one go)
firefox-v109-change-order-under-extensions-button.js  [raw] run in 'about:addons' web console, for changing add-on order under extensions button (3 options, alphabetical/manual/drag'n'drop sort)

firefox-info

Link Note
command-line-options.md Notes: viewing Firefox command line options/switches
preferences-group-view.md Notes: view a group of preferences in Firefox about:config
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
open: 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  [raw] JavaScript functions for find/reset/set of user preferences and values in Firefox/Thunderbird about:config

About

Bits of code/config/info/links for web browsers (mainly Firefox)

Resources

License

Stars

Watchers

Forks

Languages

  • CSS 63.6%
  • JavaScript 36.4%