From 9c4112d2a427bfd50bf8df0ebd01ac5ec239b6d9 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:20:38 +0100 Subject: [PATCH 1/7] Removed auto https --- resources/javall.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/javall.js b/resources/javall.js index dd51c4e..0e63ddc 100644 --- a/resources/javall.js +++ b/resources/javall.js @@ -24,8 +24,3 @@ console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;"); var shortcon = $("", {rel :'shortcut icon',href:'/resources/img/favicon.ico'}) $('head').append(shortcon) - -// Https -// if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { -// location.protocol = "https:" -// } From 53d6f854a79cae4dda792b582d556d995f6c42cc Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:21:20 +0100 Subject: [PATCH 2/7] Removed 000webhost watermark remover --- resources/javall.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/javall.js b/resources/javall.js index 0e63ddc..41a8109 100644 --- a/resources/javall.js +++ b/resources/javall.js @@ -1,11 +1,3 @@ -// 000webhost watermark remover -addEventListener("load", function() { - if (document.querySelector('[alt="www.000webhost.com"]')) { - let el = document.querySelector('[alt="www.000webhost.com"]').parentNode.parentNode; - el.parentNode.removeChild(el); - } -}) - // // Tawk // var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); // (function(){ From bbb591930bb696454705b9fc8253f9bee869b5da Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:22:15 +0100 Subject: [PATCH 3/7] Removed tawk --- resources/javall.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/javall.js b/resources/javall.js index 41a8109..ddf25c5 100644 --- a/resources/javall.js +++ b/resources/javall.js @@ -1,14 +1,3 @@ -// // Tawk -// var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); -// (function(){ -// var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; -// s1.async=true; -// s1.src='https://embed.tawk.to/5da48879f82523213dc72f8f/default'; -// s1.charset='UTF-8'; -// s1.setAttribute('crossorigin','*'); -// s0.parentNode.insertBefore(s1,s0); -// })(); - // Console mark console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;"); From a38ba90e55afe4b92eee64d06bf2d7f8f5ce4808 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:58:26 +0100 Subject: [PATCH 4/7] update 404 page --- 404/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/404/index.html b/404/index.html index bfacb3a..07fef75 100644 --- a/404/index.html +++ b/404/index.html @@ -1,3 +1,7 @@ +--- +permalink: /404.html +--- + From af05f101ac8f379d46edb2828b5b5fbdfa9a3c7d Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:00:07 +0100 Subject: [PATCH 5/7] Rename index.html to 404.md --- 404/{index.html => 404.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 404/{index.html => 404.md} (100%) diff --git a/404/index.html b/404/404.md similarity index 100% rename from 404/index.html rename to 404/404.md From 042104847aff4a2d9948e096cdb1cee1e526419d Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:03:19 +0100 Subject: [PATCH 6/7] Create 404.md --- 404.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 404.md diff --git a/404.md b/404.md new file mode 100644 index 0000000..07fef75 --- /dev/null +++ b/404.md @@ -0,0 +1,32 @@ +--- +permalink: /404.html +--- + + + + + + + + + + + + + + Error + + + +
+

Error: 404

+

Something went wrong, try a different link/address

+
+ + + + + + + + From e28a9453f062af65383d1324fd83a161d4d22222 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:03:59 +0100 Subject: [PATCH 7/7] Delete old 404.md --- 404/404.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 404/404.md diff --git a/404/404.md b/404/404.md deleted file mode 100644 index 07fef75..0000000 --- a/404/404.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -permalink: /404.html ---- - - - - - - - - - - - - - - Error - - - -
-

Error: 404

-

Something went wrong, try a different link/address

-
- - - - - - - -