LocalCDN-Firefox-Chrome-Brave/pages/welcome/welcome.html

61 lines
4.2 KiB
HTML
Raw Normal View History

2020-02-27 13:45:29 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2020-03-01 10:01:49 +01:00
<title>LocalCDN says Hello - fork from Decentraleyes</title>
2020-02-27 13:45:29 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="welcome.css">
<script defer src="../../modules/internal/icons.js"></script>
2020-05-26 20:28:32 +02:00
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
2020-02-27 13:45:29 +01:00
</head>
<body>
2020-06-03 16:31:25 +02:00
<script src="welcome.js"></script>
2020-05-26 20:28:32 +02:00
<img src="../images/logo.svg" alt="Decentraleyes" class="logo"/>
2020-02-27 13:45:29 +01:00
<div class="container">
2020-03-01 10:01:49 +01:00
<h1>What's new in LocalCDN?</h1>
2020-02-27 13:45:29 +01:00
<div class="notice">
2020-06-03 16:31:25 +02:00
<div class="subtle-hint">
<div class="topic-label">Differences between LocalCDN and Decentraleyes</div>LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs:
<ul>
<li>jQuery up to 3.4.1</li>
<li>Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)</li>
<li>Bootstrap JavaScript (Delivered by StackPath, NetDNA and MaxCDN)</li>
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
<li>Generator to create uBlock/uMatrix rules</li>
</ul>
<p>You can find a detailed overview on the add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/versions/">version history</a> and on <a href="https://codeberg.org/nobody/LocalCDN/releases">Codeberg</a>.</p>
<p id="p-donate">If you like LocalCDN, I would be happy about a small donation.</p>
2020-03-01 10:01:49 +01:00
</div>
2020-02-27 13:45:29 +01:00
</div>
<div class="notice">
2020-03-01 10:01:49 +01:00
<div class="subtle-hint"><div class="topic-label color-purple">
2020-05-26 20:28:32 +02:00
<img src="../images/we-need-you.png" alt="Uncle Sam need you" class="uncle-sam"/>
2020-03-01 10:01:49 +01:00
<p class="we-need-you-title">WE NEED YOU</p>
<p class="we-need-you-declaration">The whole Internet is full of different frameworks and CDNs that negatively affect your privacy. If you find a website that embeds another unsupported version of a framework, please report that website.</p>
<p class="we-need-you-declaration">On behalf of everyone: Thank you!</p>
</div></div>
2020-02-27 13:45:29 +01:00
</div>
<div class="notice">
2020-03-01 10:01:49 +01:00
<hr>
<div class="subtle-hint inherit"><div class="topic-label">From Decentraleyes:</div>
2020-02-27 13:45:29 +01:00
</div>
<div class="notice">
2020-03-01 10:01:49 +01:00
<div class="subtle-hint"><div class="topic-label color-purple">A Clear User Interface</div>The extension is finally less shy about what it does to protect you. It shows you what exactly it injects into given pages, and puts all available features right at your fingertips.</div>
</div>
<div class="notice">
<div class="subtle-hint"><div class="topic-label">Improved Configurability</div>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.</div>
</div>
<div class="notice">
<div class="subtle-hint"><div class="topic-label color-purple">Simplified Whitelist Management</div>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.</div>
2020-02-27 13:45:29 +01:00
</div>
<h1>Learn more, or contribute</h1>
<div class="btn-panel">
2020-06-03 16:31:25 +02:00
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">LocalCDN @Codeberg</span></a>
<a class="btn btn-contact" href="https://localcdn.de/contact"><span class="btn-text">Contact</span></a>
<a class="btn btn-testing-utility" href="https://localcdn.de/test/"><span class="btn-text">Testing Utility</span></a>
2020-02-27 13:45:29 +01:00
</div>
</div>
</body>
</html>