Skip to content

Latest commit

 

History

History
174 lines (139 loc) · 3.54 KB

File metadata and controls

174 lines (139 loc) · 3.54 KB

Firefox

Search bookmarks in bar:

type * and search
ctrl + b = Show bookmarks in sidebar
ctrl + shift + o = show bookmarks in new window

Customizar menu:

  • Disable titlebar
  • Density compact
  • Settings > Colors > Manager Colors... (Override the colors...: Always)

Local da pasta config:

~/.mozilla/firefox/.default-release/chrome/userChrome.css

Debug shortcut:

ctrl+shift+alt+i

If don't work:

Devtools settins
[x] Enable browser chrome and add-on...
[x] Enable remote debug

Go to ... > More tools > Browser Toolbox

xdg-portal kde integration:

# https://wiki.archlinux.org/title/Firefox
widget.use-xdg-desktop-portal.file-picker = 1

Pages:

~/.mozilla/firefox/<user>/places.sqlite
chrome://browser/content/browser.xhtml
chrome://browser/content/downloads/contentAreaDownloadsView.xhtml
chrome://browser/content/places/bookmarkProperties.xhtml
chrome://browser/content/places/bookmarksSidebar.xhtml
chrome://browser/content/places/historySidebar.xhtml
chrome://browser/content/places/places.xhtml
chrome://browser/content/safeMode.xhtml
chrome://browser/content/syncedtabs/sidebar.xhtml
chrome://devtools/content/framework/toolbox.xhtml
chrome://global/content/commonDialog.xhtml
chrome://global/content/pictureinpicture/player.xhtml

Disable cursor blink in buttons:

https://support.mozilla.org/en-US/questions/974774

In addition to the above:
This is likely caused by switching on caret browsing and you can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).
http://kb.mozillazine.org/accessibility.browsewithcaret

Note that this is an accessibility feature of Firefox.
Tools > Options > Advanced > General > Accessibility: [ ] "Always use the cursor keys to navigate within pages"

Disable preview tab:

browser.tabs.hoverPreview.enabled
browser.tabs.hoverPreview.showThumbnails

about:config

about:about
about:blank
about:config
about:debugging
about:debugging#/runtime/this-firefox
about:preferences
about:support
Config Value
browser.compactmode.show true
browser.urlbar.maxRichResults 5
extensions.pocket.enabled false
toolkit.legacyUserProfileCustomizations.stylesheets true
devtools.debugger.remote-enabled true
ui.textHighlightBackground #abb2bf
ui.textHighlightForeground #23272e
ui.textSelectAttentionBackground #23272e
ui.textSelectAttentionForeground #23272e
widget.use-xdg-desktop-portal (portal kde) 1

ZenBrowser

Old newtab behavior:

zen.urlbar.replace-newtab

Fail click bookmarks:

https://github.com/zen-browser/desktop/issues/5983

Abrir em modo seguro:

firefox --safe-mode
firefox --no-remote --profile /tmp/ff-clean

Extensão boa para download:

hsl-downloader

Links