From ceab88a5ca0c0785a56b68ca526ff2d168b9f217 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Mon, 1 Nov 2021 19:46:00 +0200 Subject: [PATCH] update @ Mon 1 Nov 19:46:00 EET 2021 --- .vscode/settings.json | 2 +- content/js/novpn/index.js | 5 +++++ page/novpn/index.html | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 28a51d5..a1c4910 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "compile-hero.disable-compile-files-on-did-save-code": false + "compile-hero.disable-compile-files-on-did-save-code": true } \ No newline at end of file diff --git a/content/js/novpn/index.js b/content/js/novpn/index.js index 134a053..9f0d1ae 100644 --- a/content/js/novpn/index.js +++ b/content/js/novpn/index.js @@ -4,5 +4,10 @@ const scroll_elements = document.getElementsByClassName("content"); function scrollDown() { ++scroll_element; let elem = scroll_elements[scroll_element]; + elem.scrollIntoView({ behavior: 'smooth' }); if (elem) elem.scrollIntoView(true); } + +function scrollUp() { + window.scrollTo({ top: 0, behavior: 'smooth' }); +} diff --git a/page/novpn/index.html b/page/novpn/index.html index 51f234e..f62cb9c 100644 --- a/page/novpn/index.html +++ b/page/novpn/index.html @@ -49,7 +49,7 @@

No. These VPNs collect enourmous ammount of your data and sell it. ExpressVPN hires literal spies - and NorcVPN had a huge data breach. + and NordVPN had a huge data breach. These are just two examples, most proprietary VPNs are or have faced this sort of issue. Read more.

@@ -166,6 +166,7 @@
  • Don't fall for bias people's sugartalk
  • Don't trust anyone
  • + Back to top.