Skip to content

Commit

Permalink
Update ProtonVPN Privacy Policy
Browse files Browse the repository at this point in the history
This version was recorded after filtering snapshot tosdr/tosback-snapshots@3e187c7
  • Loading branch information
Tosback Crawler authored and ToSBackCrawler committed Nov 28, 2020
1 parent 9eb028b commit d0d717e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ProtonVPN/Privacy Policy.md
Expand Up @@ -8,11 +8,11 @@

Language Deutsch Ελληνικά English Español (España) Español (México) فارسی Français Hrvatski Magyar Bahasa (Indonesia) Italiano Dutch Polski Português (Brasil) Português (Portugal) Русский Türkçe

.black-friday-top-bar { display: flex; justify-content: center; align-items: center; /\* gap: 1ch; \*/ background: #262A33; color: white; } .black-friday-top-bar .desktop a { text-decoration: underline !important; color: #56B366 !important; opacity: 1 !important; font-size: inherit !important; } .black-friday-top-bar .mobile { display: none; } .black-friday-top-bar .mobile a { color: #56B366 !important; opacity: 1 !important; } /\* fix topbar \*/ .black-friday-top-bar:not(.d-none) #page\_home .parallax-window { padding-top: 175px; } .black-friday-top-bar:not(.d-none) #navbar-main { top: 79px; } #topbar.active { margin-top: -80px !important; } #navbar-main:not(.active).withBanner { top: 78px !important; } .limited-time-offer-text { visibility: hidden; width: 0; white-space: nowrap; } .limited-time-offer-text.active { visibility: visible; width: auto; } #page\_pricing.withBanner { padding-top: 168px; } @media (max-width: 768px) { .black-friday-top-bar .desktop { display: none; } .black-friday-top-bar .mobile { display: flex; } .bg-color-custom { color: white !important; } } @media (max-width: 545px) { .black-friday-top-bar .mobile .day { display: inline-block !important; } #navbar-main:not(.active).withBanner { top: 60px !important; } }
.black-friday-top-bar { display: flex; justify-content: center; align-items: center; /\* gap: 1ch; \*/ background: #18d9bf; color: #1f1f25; padding: 3px; } .black-friday-top-bar .desktop a { color: #1f1f25 !important; opacity: 1 !important; font-size: 1.2rem; padding: 7px 11px; line-height: initial; margin-left: 5px; background: white; border-radius: 30px; text-transform: uppercase; font-weight: bold; text-decoration: none; } .black-friday-top-bar .desktop { display: flex; justify-content: center; align-items: center; } .black-friday-top-bar .mobile { display: none; } .black-friday-top-bar .mobile a { color: black !important; opacity: 1 !important; } /\* fix topbar \*/ .withBanner #page\_home .parallax-window { padding-top: 180px; } #topbar.active { margin-top: -80px !important; } .withBanner #navbar-main:not(.active) { top: 84px !important; } .limited-time-offer-text { visibility: hidden; width: 0; white-space: nowrap; } .limited-time-offer-text.active { visibility: visible; width: auto; } .withBanner #page\_pricing { padding-top: 168px; } @media (max-width: 768px) { .black-friday-top-bar .desktop { display: none; } .black-friday-top-bar .mobile { display: flex; } .bg-color-custom { margin-bottom: 2px; } } @media (max-width: 545px) { .black-friday-top-bar .mobile .day { display: inline-block !important; } .withBanner #navbar-main:not(.active) { top: 66px !important; } }

Limited-time offer: Black Friday sale, get up to 50% off. [Get a deal now.](https://protonvpn.com/blackfriday) Limited-time offer: Cyber Monday sale, get up to 50% off. [Get a deal now.](https://protonvpn.com/blackfriday) Extended Black Friday sale, get up to 50% off. [Get a deal now.](https://protonvpn.com/blackfriday) [Exclusive Black Friday deals](https://protonvpn.com/blackfriday) [Exclusive Cyber Monday deals](https://protonvpn.com/blackfriday) [Extended Black Friday deals](https://protonvpn.com/blackfriday)
Limited-time offer: Black Friday sale, get up to 50% off. Limited-time offer: Cyber Monday sale, get up to 50% off. Extended Black Friday sale, get up to 50% off. [Get a deal now](https://protonvpn.com/blackfriday?itm_content=bf2020banner_vpn) [Exclusive Black Friday deals](https://protonvpn.com/blackfriday?itm_content=bf2020banner_vpn) [Exclusive Cyber Monday deals](https://protonvpn.com/blackfriday?itm_content=bf2020banner_vpn) [Extended Black Friday deals](https://protonvpn.com/blackfriday?itm_content=bf2020banner_vpn)

(function () { const BLACK\_FRIDAY = { START: new Date(Date.UTC(2020, 10, 16, 6)), CYBER\_START: new Date(Date.UTC(2020, 10, 30, 6)), CYBER\_END: new Date(Date.UTC(2020, 11, 1, 6)), END: new Date(Date.UTC(2020, 11, 15, 6)), }; var loaded = new Promise(function (resolve) { window.addEventListener('DOMContentLoaded', resolve); }); window.hideBfBanner = function hideBfBanner() { document.querySelector('.black-friday-top-bar').classList.add('d-none'); loaded.then(function () { if (document.querySelector('#navbar-main')) { document.querySelector('#navbar-main').classList.remove('withBanner'); } if (document.querySelector('#page\_pricing')) { document.querySelector('#page\_pricing').classList.remove('withBanner'); } }); }; if ( // do not show for paid users /^(.\*;)?\\s\*is-paid-user\\s\*=/.test(document.cookie) // do not show before Nov 16th || Date.now() < BLACK\_FRIDAY.START || Date.now() > BLACK\_FRIDAY.END ) { hideBfBanner(); return; } window.addEventListener('DOMContentLoaded', function () { if (document.querySelector('#page\_pricing')) { document.querySelector('#page\_pricing').classList.add('withBanner'); } }); if (Date.now() < BLACK\_FRIDAY.CYBER\_START) { // blackfriday \[...document.querySelectorAll('.\_bf')\].forEach(el => el.classList.add('active')); } else if (Date.now() < BLACK\_FRIDAY.CYBER\_END) { // cybermonday \[...document.querySelectorAll('.\_cm')\].forEach(el => el.classList.add('active')); } else if (Date.now() < BLACK\_FRIDAY.END) { // extended cybermonday \[...document.querySelectorAll('.\_ebf')\].forEach(el => el.classList.add('active')); } })();
(function () { const BLACK\_FRIDAY = { START: new Date(Date.UTC(2020, 10, 16, 6)), CYBER\_START: new Date(Date.UTC(2020, 10, 30, 6)), CYBER\_END: new Date(Date.UTC(2020, 11, 1, 6)), END: new Date(Date.UTC(2020, 11, 15, 6)), }; var loaded = new Promise(function (resolve) { window.addEventListener('DOMContentLoaded', resolve); }); window.hideBfBanner = function hideBfBanner() { document.querySelector('.black-friday-top-bar').classList.add('d-none'); loaded.then(function () { if (document.querySelector('html')) { document.querySelector('html').classList.remove('withBanner'); } }); }; if ( // do not show for paid users /^(.\*;)?\\s\*is-paid-user\\s\*=/.test(document.cookie) // do not show before Nov 16th || Date.now() < BLACK\_FRIDAY.START || Date.now() > BLACK\_FRIDAY.END ) { hideBfBanner(); return; } if (Date.now() < BLACK\_FRIDAY.CYBER\_START) { // blackfriday \[...document.querySelectorAll('.\_bf')\].forEach(el => el.classList.add('active')); } else if (Date.now() < BLACK\_FRIDAY.CYBER\_END) { // cybermonday \[...document.querySelectorAll('.\_cm')\].forEach(el => el.classList.add('active')); } else if (Date.now() < BLACK\_FRIDAY.END) { // extended cybermonday \[...document.querySelectorAll('.\_ebf')\].forEach(el => el.classList.add('active')); } })();

[ProtonMail](https://protonmail.com/)

Expand Down

0 comments on commit d0d717e

Please sign in to comment.