Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Ashton Charbonneau bedb0143a5 Improve extension documentation 2 дней назад
chrome Hide extra copy link 10 месяцев назад
README.md Improve extension documentation 2 дней назад
user.js Improve extension documentation 2 дней назад

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 to dark
  2. Set up Firefox sync
  3. Install and configure shared extensions
  4. Install and configure additional extensions

Setup

git init
git config --local status.showUntrackedFiles no
git remote add origin $URL
git pull origin main

Notes

  • Control browser instance via devtools protocol (playwright / puppeteer)
  • Development: devtools, modify headers, disable CSP
  • Quick navigation (specific pages, custom search engines, previously closed page)
  • Context menu (adjust for common operations)
  • Shortcuts
    • Tabs: move, pop out, close, duplicate
    • Screenshots: full page, certain area, zoomed
    • Bookmark or note to revisit a tab
    • Search, navigate, etc. (most recent tab, regex search, spacial navigation)
  • Export bookmarks and history
  • Learn and adjust to vomnibar
  • Bookmark tagging and export
  • Disable reserved keyboard shortcuts
  • Play videos in mpv via hotkey

Reference