Firefox: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
Mozilla's webbrowser.
Mozilla's webbrowser.


= Configuration =
<blockquote>
== MMB Scrolling ==
<blockquote>
<syntaxhighlight lang="yaml">
Edit > Preferences > Advanced > General:
  - Use autoscrolling
</syntaxhighlight>
</blockquote><!-- MMB Scrolling -->
</blockquote><!-- Configuration -->


= Addons =
= Addons =
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
|-
| [[firefox addon pentadactyl]] || vim keybindings in firefox (closer to vim than pentadactyl)
|-
|-
| [[firefox addon tridactyl]] || vim keybindings in firefox
| [[firefox addon tridactyl]] || vim keybindings in firefox
Line 12: Line 23:
|-
|-
| [[firefox addon foxsplitter]] ||
| [[firefox addon foxsplitter]] ||
|-
| [[firefox addon pentadactyl]] || vim keybindings in firefox (closer to vim than pentadactyl)
|-
|-
| [[firefox addon vimperator]] || vim keybindings in firefox
| [[firefox addon vimperator]] || vim keybindings in firefox
Line 21: Line 30:
| firefox addon private tab || supports private tabs alongside other tabs
| firefox addon private tab || supports private tabs alongside other tabs
|}
|}
 
</blockquote><!-- addons -->
= Settings =
<blockquote>
== MMB scrolling ==
<pre>
Edit->Preferences->Advanced->General  >> Use autoscrolling (mmb scrolling in firefox)
</pre>
 
== NoHide Bookmarks on Fullscreen ==
<pre>
Maximize Firefox (F11)
Mouse to top-of-screen > Rclick > Uncheck Hide Toolbars
</pre>
</blockquote><!-- Settings -->

Revision as of 22:14, 25 September 2021

Mozilla's webbrowser.

Configuration

MMB Scrolling

Edit > Preferences > Advanced > General:
  - Use autoscrolling

Addons

firefox addon pentadactyl vim keybindings in firefox (closer to vim than pentadactyl)
firefox addon tridactyl vim keybindings in firefox
firefox addon dark mode comprehensive dark stylesheet for websites
firefox addon foxsplitter
firefox addon vimperator vim keybindings in firefox
firefox addon it's all text edit textfield in external editor
firefox addon private tab supports private tabs alongside other tabs