<!DOCTYPE html> <html> <head> <title>2.0 Says Hello - Decentraleyes</title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="welcome.css"> <script defer src="../../modules/fontawesome/packs/solid.js"></script> <script defer src="../../modules/fontawesome/fontawesome.js"></script> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="icon" href="favicon.ico" type="image/x-icon"> </head> <body> <img src="logo.svg" alt="Decentraleyes" class="logo"/> <div class="container"> <h1>For a smoother experience</h1> <div class="notice"> <span class="subtle-hint"><span class="topic-label">Configure HTTPS Everywhere</span><br>There's no need to read any further, unless you actually use Decentraleyes in combination with the HTTPS Everywhere extension. If you do, please follow this <a href="https://decentraleyes.org/configure-https-everywhere/" target="_blank">short guide</a> to prevent, or resolve, any conflicts.</span> </div> <h1>What's new in version 2.0?</h1> <div class="notice"> <span class="subtle-hint"><span class="topic-label">Improved Configurability</span><br>The options screen has been updated to give you more control over the extension. Settings that impact privacy, or website functionality, are now explicitly labeled as advanced.</span> <div class="topic-badge"><i class="fas fa-cog"></i></div> </div> <div class="notice"> <div class="topic-badge color-purple"><i class="fas fa-power-off"></i></div> <span class="subtle-hint"><span class="topic-label color-purple">Simplified Whitelist Management</span><br>Excluding the domain you're visiting from inspections is now easier than ever. Just open up the popup panel, and use the dedicated button, to disable protection for said site.</span> </div> <h1>Learn more, or contribute</h1> <div class="btn-panel"> <a class="btn btn-website" href="https://decentraleyes.org" target="_blank"><i class="btn-icon fas fa-globe" data-fa-transform="grow-2"></i><span class="btn-text">Website</span></a> <a class="btn btn-github" href="https://github.com/Synzvato/decentraleyes" target="_blank"><i class="btn-icon fas fa-github-alt" data-fa-transform="grow-2"></i><span class="btn-text">GitHub</span></a> <a class="btn btn-bitcoin" href="https://decentraleyes.org/donate/bitcoin/" target="_blank"><i class="btn-icon fas fa-btc" data-fa-transform="grow-2"></i><span class="btn-text">Bitcoin</span></a> <a class="btn btn-monero" href="https://decentraleyes.org/donate/monero/" target="_blank"><i class="btn-icon fas fa-monero" data-fa-transform="grow-2"></i><span class="btn-text">Monero</span></a> </div> </div> </body> </html>