diff --git a/pages/donate/donate.css b/pages/donate/donate.css index fcad3f47..2222141b 100644 --- a/pages/donate/donate.css +++ b/pages/donate/donate.css @@ -9,3 +9,8 @@ #table-bank-transfer > tbody > tr > td:nth-of-type(1) { font-weight: bold; } + +.div-donations { + border-radius: 4px; + border: 1px solid lightgrey; +} diff --git a/pages/donate/donate.html b/pages/donate/donate.html index fa8a635f..789ceceb 100644 --- a/pages/donate/donate.html +++ b/pages/donate/donate.html @@ -4,8 +4,7 @@ LocalCDN | Donate - - + @@ -19,7 +18,7 @@

LocalCDN is free and open-source. If you like LocalCDN you can support continued development by making a donation. Any help would be greatly appreciated!

Question: Why are the donation options only displayed here and no longer on the website?
Answer: I think it is better if your public IP address is rarely listed in any server log files.

-
+

SEPA Bank Transfer

@@ -37,11 +36,11 @@
-
+

Bitcoin

1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde

-
+

Ether

0x2df49c1186f8b615c2059f29c3ed7f9f86d49552

diff --git a/pages/help/help.html b/pages/help/help.html index 1aa17e03..0bf9a10e 100644 --- a/pages/help/help.html +++ b/pages/help/help.html @@ -4,7 +4,7 @@ LocalCDN | Help - + @@ -14,8 +14,7 @@

Help

Introduction
-

LocalCDN is a web browser extension for your Firefox that emulates CDNs (Content Delivery Networks). It intercepts the network traffic between a website and remote CDNs, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required.

-

For more information, please read this basic introduction from Decentraleyes or our Wiki pages.

+

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 the following testing utility to find out if you are properly protected. For more information, please look at the graphic below or read the tutorial or our Wiki pages.

diff --git a/pages/welcome/welcome.css b/pages/style.css similarity index 81% rename from pages/welcome/welcome.css rename to pages/style.css index 32fc8efe..d25bbb57 100644 --- a/pages/welcome/welcome.css +++ b/pages/style.css @@ -3,21 +3,26 @@ */ html { - background-color: #f8fcee; + background-color: #4e4e4e; box-sizing: border-box; height: 100%; } body { - background-color: #eff4e2; + background-color: #fafafa; box-sizing: border-box; - color: #777; + color: #555; font-size: 14px; margin: 0 auto; max-width: 982px; min-height: 100%; min-width: 256px; padding: 33px 18px; + height: unset !important; + -moz-box-shadow: 10px 10px 60px #111; + -webkit-box-shadow: 10px 10px 60px #111; + -khtml-box-shadow: 10px 10px 60px #111; + box-shadow: 10px 10px 60px #111; } h1 { @@ -112,6 +117,8 @@ hr { border-radius: 4px; border-style: solid; border-width: 1px; + -webkit-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.5), 0px 5px 5px -5px #000000; + box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.5), 0px 5px 5px -5px #000000; } .btn-text { @@ -148,36 +155,6 @@ hr { background-color: #f58700; } -.btn-donate { - background-color: #007bbd; - border-color: #00679e !important; -} - -.btn-donate:hover { - background-color: #00679e; - } - -.btn-grid { - background: #fff; - -webkit-box-sizing: border-box; - box-sizing: border-box; - display: grid; - grid-gap: 16px; - grid-template-columns: repeat(2,1fr); - max-width: 752px; - padding: 16px; -} - -.btn-decentraleyes { - background-color: #777; - border-color: #444 !important; -} - -.btn-decentraleyes:hover { - background-color: #444; - -} - /** * Miscellaneous */ @@ -198,9 +175,6 @@ hr { } .subtle-hint { - background-color: #fcfcfc; - border-radius: 4px; - border: 1px solid #e6e6e6; color: #777; font-size: 14px; margin-bottom: 20px; @@ -260,13 +234,26 @@ hr { } } -@media screen and (max-width: 550px) { +@media screen and (max-width: 500px) { + + .btn-grid { + grid-template-columns: repeat(1,1fr); + } + + .btn-panel { + flex-wrap: wrap; + + } .btn { - padding: 13px 18px 12px + padding: 13px 18px 12px; + width: 100%; + margin-bottom: 10px; + max-width: 733px; } .btn-text { - display: none + width: 100%; + min-height: unset; } } diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 2c829a4c..8706f26d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -4,7 +4,7 @@ LocalCDN release notes - + @@ -28,7 +28,7 @@
  • Release notes: Open new tab in background (Review)
  • - Please update your uBlock/uMatrix rules + Generate rule sets for uBlock or uMatrix
    diff --git a/pages/welcome/welcome.html b/pages/welcome/welcome.html index fe309c58..bdd1a3ff 100644 --- a/pages/welcome/welcome.html +++ b/pages/welcome/welcome.html @@ -4,7 +4,7 @@ LocalCDN says Hello - fork from Decentraleyes - + @@ -13,10 +13,11 @@
    -

    What's new in LocalCDN?

    +

    Hello

    -
    Differences between LocalCDN and Decentraleyes
    LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs: +
    What is LocalCDN?
    +

    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 testing utilities to find out if you are properly protected. For a good start there is a short tutorial and our Wiki pages. LocalCDN supports more than 90 Libraries and 26 CDNs! Here is a very small selection of the advantages of LocalCDN:

    • jQuery up to 3.4.1
    • Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)
    • @@ -24,7 +25,6 @@
    • AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch
    • Generator to create uBlock/uMatrix rules
    -

    You can find a detailed overview on the add-on version history and on Codeberg.

    If you like LocalCDN, I would be happy about a small donation.

    @@ -36,20 +36,6 @@

    On behalf of everyone: Thank you!

    -
    -
    -
    From Decentraleyes:
    -
    -
    -
    A Clear User Interface
    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.
    -
    -
    -
    Improved Configurability
    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.
    -
    -
    -
    Simplified Whitelist Management
    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.
    -
    -

    Learn more, or contribute