// ========================================================================== // // Favorite Firefox Addons // Authors: Digipotion // Updated: 2023-11-16 // ========================================================================== // This document contains some of my must-have addons for Firefox. // -------------------------------------------------------------------------- // 10ten Japanese Reader - Info - Japanese-to-English translator/dictionary. Shows an information box when hovering over Japanese text which includes both possible definitions and usages of words and phrases (including colloquialisms). - Download - https://addons.mozilla.org/en-US/firefox/addon/10ten-ja-reader/ - Source - https://github.com/birchill/10ten-ja-reader/ Greasemonkey - Info - User script manager; allows you to write JavaScript code that runs on any page (or pages of your choosing). Very useful for extending the functionality of websites. - Download - https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ - Source - https://github.com/greasemonkey/greasemonkey/ Imagus - Info - Enlarges/shows images when hovering over them. Useful for images that have been resized, displayed as thumbnails (i.e. on Google Images, image boards, boorus, etc.), or are simply links (like on my artwork page). Source code is not available, though people have claimed to have vetted the minified code and reportedly haven't found anything malicious. Either way, use at your own risk. - Download - https://addons.mozilla.org/en-US/firefox/addon/imagus/ Lean Tab Limiter - Info - Sets a user-defined limit on the number of tabs you can have open at once. Useful for people like me who end up with 100+ tabs open at a time. - Download - https://addons.mozilla.org/en-US/firefox/addon/lean-tab-limiter/ - Source - https://github.com/eguerlain/lean-tab-limiter Save WebP as PNG or JPEG - Info - Adds an overlay when viewing a WebP image which allows you to save it as various formats. Don't use WebP. Please don't use WebP. - Download - https://addons.mozilla.org/en-US/firefox/addon/save-webp-as-png-or-jpeg/ - Source - https://github.com/jscher2000/Save-webP-as-extension SingleFile - Info - Saves an entire Web page as a single HTML file. Unrolls CSS files and bakes Base64-encoded image data into the file itself. Very useful for preserving cool sites and articles and such. - Download - https://addons.mozilla.org/en-US/firefox/addon/single-file/ - Source - https://github.com/gildas-lormeau/SingleFile uBlock Origin - Info - Ad/script/tracker/etc. blocker. 100% essential for the infernal hellscape that is the modern Web. Corporations and advertisers will tell you you're a horrible person for using this plugin, but until they stop throwing auto-playing videos and trackers at us, they can go fuck themselves. Nobody cared when ads were just static JPEGs and animated GIFs; in fact, I found a lot of them fun and interesting. It was when those assholes started injecting all sorts of other shit into our browsers like Flash files that people really took offense. For your privacy/safety, you absolutely should be using this extension. EVERYONE should be. If corporations have a problem with it, they can fucking deal with it. Make ads just be ads again, i.e. things to sell products/services, and stop injecting malicious JS and other CPU-consuming bullshit into my browser without my consent. Maybe then I'll stop using it. - Download - https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ - Source - https://github.com/gorhill/uBlock // ========================================================================== // https://www.digipotion.net