Firefox: Difference between revisions

From wikinotes
 
No edit summary
Line 1: Line 1:
My web browser is quickly becoming one of the most useful tools on
Mozilla's webbrowser.
my computer. As I spend more time configuring it I thought it might be
important to start documenting some of the addons in a central place.


= Force Install Addons =
<blockquote>
Certain addons (such as pentadactyl) are very particular about the version of firefox that they support.
This can become a bit of a mess when you're dealing with Arch's penchant for the latest, most cutting edge
packages.
''' Force Install '''
<blockquote>
Occasionally, you can force install addons into newer versions of firefox simply by clicking the greyed
out 'Download' button. Try this first.
</blockquote><!-- Force Install -->
''' Fool Compatibility Check '''
<blockquote>
This largely seems voided now that you can force install addons into newer versions of firefox (they will
be blocked if they truly are incompatible). Just the same, in old versions of firefox you can fool it's
compatibility checker by modifying one of it's variables.
<pre>
navigate to <code>about:config</code>
Rclick > New Boolean
name: extensions.checkCompatibility.30.0  #(or version you want firefox to test as true)
value: true
## Restart Firefox
</pre>
</blockquote><!--Fool Compatibility Check -->
''' Downgrade Firefox '''
<blockquote>
Don't be intimidated, this is really simple. Firstly, if you can find the version you want in
<code>/var/cache/pacman/pkg/</code> then you can very simply downgrade it with the command
<code>pacman -U /var/cache/pacman/pkg/firefox-x.x</code>.
If it isn't found there, don't stress, you can download a precompiled binary from:
https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
<pre>
tar -xvf firefox-xx.x.x
sudo mv firefox /opt/                  # alternatively, you could put it where the actual firefox
                                        # binaries go in /usr/lib/firefox
sudo chown -R root:root /opt/firefox
/opt/firefox/firefox &
## since we're only installing this for pentadactyl, I've created
## a symbolic link as pentadactyl (so I can still keep an up to date
## version of firefox).
sudo ln -s /opt/firefox/firefox /usr/bin/pentadactyl
</pre>
</blockquote><!-- Downgrade Firefox -->
</blockquote><!-- force Install Addons -->


= Addons =
= Addons =
Line 66: Line 11:
| [[firefox addon dark mode]] || comprehensive dark stylesheet for websites
| [[firefox addon dark mode]] || comprehensive dark stylesheet for websites
|-
|-
| [[firefox addon foxsplitter]] ||  
| [[firefox addon foxsplitter]] ||
|-
|-
| [[firefox addon pentadactyl]] || vim keybindings in firefox (closer to vim than pentadactyl)
| [[firefox addon pentadactyl]] || vim keybindings in firefox (closer to vim than pentadactyl)
Line 76: Line 21:
| firefox addon private tab || supports private tabs alongside other tabs
| firefox addon private tab || supports private tabs alongside other tabs
|}
|}
= Appearance =
<blockquote>
=== FXchrome (discontinued) ===
<blockquote>
Firefox has overly wide tabs. I don't like it. Too bubbly.
FXchrome replaces firefox's tabs with something a little closer to chrome's
tabs.I have stopped using this extension because pentadactyl sufficiently slims the tabs.
</blockquote><!--FXchrome-->
=== burling ===
<blockquote>
Changes the colour of the tab-bar. This one is darker, fits better with pentadactyl solarized
or desert colour themes.
</blockquote><!-- burling -->
=== disable spellcheck underline ===
<blockquote>
I never use the spellcheck underline, and it makes text more difficult to read.
If you'd like to disable it, you can find it in the Firfox menu:
<pre>
:set guioptions+=T
Menu > Preferences > Advanced(General Tab) > Check My Spelling as I Type
</pre>
</blockquote><!-- spellcheck underline -->
</blockquote><!-- Appearance -->


= Settings =
= Settings =
<blockquote>
<blockquote>
== MMB scrolling ==
== MMB scrolling ==
<pre>
<pre>
Line 119: Line 33:
Maximize Firefox (F11)
Maximize Firefox (F11)
Mouse to top-of-screen > Rclick > Uncheck Hide Toolbars
Mouse to top-of-screen > Rclick > Uncheck Hide Toolbars
</pre>
</pre>
</blockquote><!-- Settings -->
</blockquote><!-- Settings -->
= Linux =
<blockquote>
== Flash Plugin ==
The flash plugin does not officially support linux. Google created their own
fork for chromium, and there are ways of using it in firefox.
{|
| [[pepper flash]]
|}
</blockquote><!-- Linux -->

Revision as of 22:12, 25 September 2021

Mozilla's webbrowser.


Addons

firefox addon tridactyl vim keybindings in firefox
firefox addon dark mode comprehensive dark stylesheet for websites
firefox addon foxsplitter
firefox addon pentadactyl vim keybindings in firefox (closer to vim than pentadactyl)
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

Settings

MMB scrolling

Edit->Preferences->Advanced->General  >> Use autoscrolling		(mmb scrolling in firefox)

NoHide Bookmarks on Fullscreen

Maximize Firefox (F11)
Mouse to top-of-screen > Rclick > Uncheck Hide Toolbars