Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Ashton Charbonneau ace6c5f4f7 Add monkeytype unbind 4 месяцев назад
chrome Hide extra copy link 1 год назад
README.md Add boostrap process 9 месяцев назад
tridactylrc Add monkeytype unbind 4 месяцев назад
user.js Fix carriage returns 10 месяцев назад

README.md

Firefox

Profile configuration that can be set up directly within profile folders. Configuration is the same across version, devices, and profiles, excepting a few settings adjusted manually.

Setup

  1. Change browser theme at about:addons#themes
  2. Set up Firefox sync at about:preferences#sync
  3. Install and configure shared extensions
  4. Install and configure additional extensions

To do

  • Add policies.json file to this repo
  • Native messaging integration
    • Play videos in mpv via hotkey
    • Shortcut for external text editor
    • Control browser instance via devtools protocol (playwright)
  • Disable and reuse reserved keyboard shortcuts (requires a patch)
  • Review quick navigation shortcuts
    • Pages: specific pages, previously closed, last visited
    • Tabs: move, pop out, close, duplicate
    • Screenshots: full page, certain area, zoomed
    • Bookmark or create note to revisit a tab
    • Search, navigate, etc. (most recent tab, regex search, spacial navigation)
  • Reduce context menu size
  • Export bookmarks and history
  • Bookmark tagging and import/export

Bootstrap

git init
git config --local status.showUntrackedFiles no
git remote add origin https://git.ashtonc.ca/ashton/firefox/
git pull origin main
git branch --set-upstream-to=origin/main main

Reference