Software Alternatives & Reviews

Mozilla reaffirms that Firefox will continue to support current content blockers

Vivaldi Tampermonkey Ungoogled Chromium HTML5test
  1. Vivaldi is a free, fast web browser designed for power-users. You decide how you browse. Download Vivaldi's fully customisable browser now and browse your way.

    #Web Browsers #Customisable Web Browser #Web Development Tools 157 social mentions

  2. Greasemonkey compatible script manager.
    // ==UserScript== // @name Open everything in new tab // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://*/* // @grant none // ==/UserScript== (function() { 'use strict'; document.addEventListener('mouseover', (ev) => { if (ev.target.nodeName === 'A') { ev.target.setAttribute('target', '_blank'); } }); })();.

    #Browser Extension #Dark Mode #Developer Tools 132 social mentions

  3. A Google Chromium variant for removing Google integration and enhancing privacy, control, and...
    Firefox is not the only good alternative. You have LibreWolf (Win/macOS/Linux), Bromite (Android) and UnGoogled Chromium (Win/macOS/Linux/Android) for example.

    #Web Browsers #Web Development Tools #Web Tools 60 social mentions

  4. HTML5test is a platform that assigns you a score based on how well your browser follows the requirements of the HTML5 standard.
    Pricing:
    • Open Source

    #Online Services #Web Browsers #Website Testing 57 social mentions

Discuss: Mozilla reaffirms that Firefox will continue to support current content blockers

Log in or Post with