From e235aa6cf4914cbff6c72f19e0fcf6888da349f7 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 20 Aug 2024 01:20:30 +0200 Subject: yayyy new website!! --- static/bvg.png | Bin 0 -> 6984 bytes static/deobfuscate.sh | 17 +++++++++++++++++ static/favicon.gif | Bin 0 -> 1822809 bytes static/huh.jpg | Bin 0 -> 23872 bytes static/me.png | Bin 0 -> 108139 bytes static/not-very-brave.html | 42 ++++++++++++++++++++++++++++++++++++++++++ static/robots.txt | 3 +++ static/rose.gif | Bin 0 -> 644180 bytes static/rose.png | Bin 0 -> 10403 bytes static/wilted-flower.gif | Bin 0 -> 479385 bytes 10 files changed, 62 insertions(+) create mode 100644 static/bvg.png create mode 100755 static/deobfuscate.sh create mode 100644 static/favicon.gif create mode 100644 static/huh.jpg create mode 100644 static/me.png create mode 100644 static/not-very-brave.html create mode 100644 static/robots.txt create mode 100644 static/rose.gif create mode 100644 static/rose.png create mode 100644 static/wilted-flower.gif (limited to 'static') diff --git a/static/bvg.png b/static/bvg.png new file mode 100644 index 0000000..b10c869 Binary files /dev/null and b/static/bvg.png differ diff --git a/static/deobfuscate.sh b/static/deobfuscate.sh new file mode 100755 index 0000000..40ce970 --- /dev/null +++ b/static/deobfuscate.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +value="$1" +offset=$((16#${value:0:2})) +n=2 +final="" + + +while [ $n -lt ${#value} ]; do + num=${value:n:3} + charAscii=$((16#$num - $offset)) + final="$final$(printf \\u$(printf "%03x" $charAscii))" + n=$((n + 3)) +done + +echo "$final" + diff --git a/static/favicon.gif b/static/favicon.gif new file mode 100644 index 0000000..b2ca4e4 Binary files /dev/null and b/static/favicon.gif differ diff --git a/static/huh.jpg b/static/huh.jpg new file mode 100644 index 0000000..8d09392 Binary files /dev/null and b/static/huh.jpg differ diff --git a/static/me.png b/static/me.png new file mode 100644 index 0000000..72c0f8c Binary files /dev/null and b/static/me.png differ diff --git a/static/not-very-brave.html b/static/not-very-brave.html new file mode 100644 index 0000000..c2487aa --- /dev/null +++ b/static/not-very-brave.html @@ -0,0 +1,42 @@ + + + + + + + You have been blocked for using brave" + + + + + + + + +
NotveryBrave
+

You have been blocked from accessing xenia.blahaj.land due to your choice of browser.

+

+ I generally believe in the right for people to choose the software they see best suited for them. However I do not tolerate if software developers build a product based on fake claims, run by a hateful person, exploiting website developers through cryptocurrency. +
+ What I defined here, is what brave is, a browser that claims to be good for privacy (spoiler: it is not) and even has some nice features like an adblocker built in. Except that adblocker is used to simply replace ads with custom ads from brave and reward website developers with some random cryptocurrency. +
+ As I do not have the time to research and write a long article about this, please read this great article about the shortcomings of brave. +
+ In addition to the reasons listed in the article mentioned above, the founder of brave, Brendan Eich, the inventor of javascript (already horrible enough), is also the co-founder of Mozilla, the non profit Foundation behind Firefox, a browser that respects the users freedom more (it still has some shortcomings, but thats a different topic), in 2014 he became the CEO of Mozilla, but then resigned after being pushed out of Mozilla due to his views against same-sex marriage. +
+ I believe that lgbt rights are human rights. And will not stand any person saying anything against this. This includes people supporting Brendan Eich by using the Brave browser. +

+

What now?

+

+ If you were not aware of the sketchiness of brave and Eich's horrendous views on human rights and do not agree with it, then its simple, switch to a different browser! Since you apparently already care about privacy, I suggest firefox! It is the browser I use on the daily and it has never let me down! +
+ If you however you already knew, or approve of it, then it also is simple, stay away from me. I do not want to interact with you and wish you the day you deserve (a horrible one that is). + + + + + + +
CC BY-SA 4.0Brave suckslmao
+ + diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/static/rose.gif b/static/rose.gif new file mode 100644 index 0000000..b4e9ceb Binary files /dev/null and b/static/rose.gif differ diff --git a/static/rose.png b/static/rose.png new file mode 100644 index 0000000..dcb46f9 Binary files /dev/null and b/static/rose.png differ diff --git a/static/wilted-flower.gif b/static/wilted-flower.gif new file mode 100644 index 0000000..d0c5eba Binary files /dev/null and b/static/wilted-flower.gif differ -- cgit v1.2.3