my eye
published
  • 2024-03-15T16:59:18.647671-07:00
visibility
  • public
author
  • {'uid': ['/'], 'name': ['Angelo Gladding'], 'nickname': ['angelo'], 'note': ['<a href=/hacking#for-right>Hacker for right</a> <a href=/homesteading>homesteading into the future</a>.'], 'email': ['angelo@ragt.ag'], 'photo': ['XWjA.png']}
url
  • /firefox
  • /2024/03/15/jg
type
  • entry
name
  • Firefox
updated
  • 2024-03-15T18:26:44.795743-07:00

Content

A free and open-source web browser developed by Mozilla.

### Add-ons I Use &

$ ff_addons = {
$   "uBlock origin": ("ublock-origin", "an efficient wide-spectrum content blocker"),
$   "Tree Style Tab": ("tree-style-tab", "show tabs like a tree"),
$   "Vimium": ("vimium-ff", "keyboard shortcuts for navigation and control"),
$   "Foxy Gestures": ("foxy-gestures", "mouse gestures"),
$   "ReloadMatic": ("reloadmatic", "automates periodic reloading of browser tabs"),
$   "Dark Reader": ("darkreader", "dark mode for every website"),
$   "Refined GitHub": ("refined-github-", "simplifies the GitHub interface and adds many useful features"),
$   "WAVE Accessibility Tool": ("wave-accessibility-tool", "evaluate web accessibility"),
$ }
<ul>
$for ff_addon in ff_addons:
    $ ff_path = ff_addons[ff_addon][0]
    $ ff_desc = ff_addons[ff_addon][1]
    <li><a href=//addons.mozilla.org/en-US/firefox/addon/$ff_path>$ff_addon</a> -- $ff_desc</li>
</ul>