mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-01 20:07:20 +01:00
URL updated
This commit is contained in:
parent
f01a6eb87f
commit
c4b537c33f
@ -1,7 +1,7 @@
|
||||
## Please note the following tips
|
||||
|
||||
* Does the website work after you activate the second switch to filter the HTML source code?
|
||||
* Is there already an existing issue? (Search for the URL, e.g. "codeberg.org" or "localcdn.de")
|
||||
* Is there already an existing issue? (Search for the URL, e.g. "codeberg.org" or "localcdn.org")
|
||||
* Does the website use a strict SOP? Wiki article: [Broken JavaScript or CSS on some websites](https://codeberg.org/nobody/LocalCDN/wiki/Broken-JavaScript-or-CSS-on-some-websites)
|
||||
|
||||
### If none of the points apply
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[![Translate](https://hosted.weblate.org/widgets/localcdn/-/localcdn/svg-badge.svg)](https://hosted.weblate.org/projects/localcdn/localcdn/)
|
||||
|
||||
A web browser extension (and a fork of Decentraleyes) that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://localcdn.de/test/) to find out if you are properly protected. For more information, please read the [tutorial](https://localcdn.de/tutorial) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it.
|
||||
A web browser extension (and a fork of Decentraleyes) that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://www.localcdn.org/test/) to find out if you are properly protected. For more information, please read the [tutorial](https://www.localcdn.org/tutorial) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it.
|
||||
|
||||
|
||||
## Differences between LocalCDN and Decentraleyes
|
||||
@ -83,7 +83,7 @@ Please read this [guide](https://codeberg.org/nobody/LocalCDN/wiki/Running-the-c
|
||||
|
||||
## Contact
|
||||
|
||||
Just open an issue with your question or write an [email](https://localcdn.de/contact/) (PGP possible!).
|
||||
Just open an issue with your question or write an [email](https://www.localcdn.org/contact/) (PGP possible!).
|
||||
|
||||
## Submitting Translations
|
||||
The language you want is not completely translated or you are a language talent? Please help us by translating this add-on on [Weblate](https://hosted.weblate.org/projects/localcdn/).
|
||||
|
@ -28,7 +28,7 @@ const Address = {
|
||||
'ANY_PROTOCOL': '*://',
|
||||
'CHROME': 'chrome:',
|
||||
'CHROME_EXTENSION': 'chrome-extension:',
|
||||
'LOCALCDN': 'localcdn.de',
|
||||
'LOCALCDN': 'localcdn.org',
|
||||
'EXAMPLE': 'example.org',
|
||||
'HTTP': 'http:',
|
||||
'HTTPS': 'https:',
|
||||
|
@ -171,8 +171,8 @@
|
||||
<li><a id="link-donate">Donate (In-App)</a></li>
|
||||
<li><a id="link-faq">FAQ (In-App)</a></li><br>
|
||||
<li><a id="link-codeberg" href="https://codeberg.org/nobody/LocalCDN" target="_blank" rel="nofollow noopener noreferrer">Source (www.codeberg.org)</a></li>
|
||||
<li><a id="link-website" href="https://localcdn.de" target="_blank" rel="nofollow noopener noreferrer">Website (www.localcdn.de)</a></li>
|
||||
<li><a id="link-website-test" href="https://localcdn.de/test" target="_blank" rel="nofollow noopener noreferrer">Testing Utility (www.localcdn.de/test)</a></li>
|
||||
<li><a id="link-website" href="https://www.localcdn.org" target="_blank" rel="nofollow noopener noreferrer">Website (www.localcdn.org)</a></li>
|
||||
<li><a id="link-website-test" href="https://www.localcdn.org/test" target="_blank" rel="nofollow noopener noreferrer">Testing Utility (www.localcdn.org/test)</a></li>
|
||||
<li><a id="link-translate" href="https://hosted.weblate.org/projects/localcdn/localcdn/" target="_blank" rel="nofollow noopener noreferrer">Translate (www.weblate.org)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
</section>
|
||||
<footer>
|
||||
<a id="testing-utility-link" class="link-text">localcdn.de/test</a>
|
||||
<a id="testing-utility-link" class="link-text">localcdn.org/test</a>
|
||||
<div id="options-button" class="button" data-i18n-title="optionsTitle">
|
||||
<div id="options-button-svg"></div>
|
||||
</div>
|
||||
|
@ -447,7 +447,7 @@ popup._onTestingUtilityLinkClicked = function (event) {
|
||||
if (event.button === 0 || event.button === 1) {
|
||||
|
||||
chrome.tabs.create({
|
||||
'url': 'https://localcdn.de/test',
|
||||
'url': 'https://www.localcdn.org/test',
|
||||
'active': (event.button === 0)
|
||||
});
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="notice">
|
||||
<div class="subtle-hint">
|
||||
<div class="topic-label">What is LocalCDN?</div>
|
||||
<p>LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use one of our <a href="https://localcdn.de/test/" rel="nofollow noopener noreferrer">testing utilities</a> to find out if you are properly protected. For a good start there is a short <a href="https://localcdn.de/tutorial" rel="nofollow noopener noreferrer">tutorial</a> and our <a href="https://codeberg.org/nobody/LocalCDN/wiki" rel="nofollow noopener noreferrer">Wiki pages</a>. LocalCDN supports more than 90 Libraries and 26 CDNs! Here is a very small selection of the advantages of LocalCDN:</p>
|
||||
<p>LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use one of our <a href="https://www.localcdn.org/test/" rel="nofollow noopener noreferrer">testing utilities</a> to find out if you are properly protected. For a good start there is a short <a href="https://www.localcdn.org/tutorial" rel="nofollow noopener noreferrer">tutorial</a> and our <a href="https://codeberg.org/nobody/LocalCDN/wiki" rel="nofollow noopener noreferrer">Wiki pages</a>. LocalCDN supports more than 90 Libraries and 26 CDNs! Here is a very small selection of the advantages of LocalCDN:</p>
|
||||
<ul>
|
||||
<li>jQuery up to 3.4.1</li>
|
||||
<li>Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)</li>
|
||||
@ -39,8 +39,8 @@
|
||||
</div>
|
||||
<div class="btn-panel">
|
||||
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">Source Code @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 Utilities</span></a>
|
||||
<a class="btn btn-contact" href="https://www.localcdn.org/contact"><span class="btn-text">Contact</span></a>
|
||||
<a class="btn btn-testing-utility" href="https://www.localcdn.org/test/"><span class="btn-text">Testing Utilities</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user