From e46cb88d3763a64e97557b2db2f9b74ae7627555 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 24 Dec 2024 19:25:48 +0100 Subject: new website dropped --- static/antibrave.js | 1 - static/antibravestyle.css | 288 --------------------------------------------- static/bvg.png | Bin 6984 -> 0 bytes static/deobfuscate.sh | 17 --- static/huh.jpg | Bin 23872 -> 0 bytes static/lain.gif | Bin 26825 -> 0 bytes static/ltg.gif | Bin 2965 -> 0 bytes static/me.png | Bin 108139 -> 0 bytes static/not-very-brave.html | 42 ------- static/robots.txt | 3 - static/rose.apng | Bin 849075 -> 0 bytes static/rose.gif | Bin 644180 -> 0 bytes static/rose.png | Bin 10403 -> 0 bytes static/rose_88x31.png | Bin 4963 -> 0 bytes static/transrights.png | Bin 297 -> 0 bytes static/wilted-flower.apng | Bin 1005408 -> 0 bytes static/wilted-flower.gif | Bin 479385 -> 0 bytes static/xeniatransnow.png | Bin 512 -> 0 bytes 18 files changed, 351 deletions(-) delete mode 100644 static/antibrave.js delete mode 100644 static/antibravestyle.css delete mode 100644 static/bvg.png delete mode 100755 static/deobfuscate.sh delete mode 100644 static/huh.jpg delete mode 100644 static/lain.gif delete mode 100644 static/ltg.gif delete mode 100644 static/me.png delete mode 100644 static/not-very-brave.html delete mode 100644 static/robots.txt delete mode 100644 static/rose.apng delete mode 100644 static/rose.gif delete mode 100644 static/rose.png delete mode 100644 static/rose_88x31.png delete mode 100644 static/transrights.png delete mode 100644 static/wilted-flower.apng delete mode 100644 static/wilted-flower.gif delete mode 100644 static/xeniatransnow.png (limited to 'static') diff --git a/static/antibrave.js b/static/antibrave.js deleted file mode 100644 index 99d679c..0000000 --- a/static/antibrave.js +++ /dev/null @@ -1 +0,0 @@ -!async function(){if(navigator.brave&&await navigator.brave.isBrave()||!1){window.location.href="https://axtlos.blahaj.land/not-very-brave.html"}}; diff --git a/static/antibravestyle.css b/static/antibravestyle.css deleted file mode 100644 index e09fb7d..0000000 --- a/static/antibravestyle.css +++ /dev/null @@ -1,288 +0,0 @@ -/* $Id: mandoc.css,v 1.36 2018/07/23 22:51:26 schwarze Exp $ */ -/* - * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). - */ - -/* Global defaults. */ - - - -html { max-width: 65em; margin: auto; } -body { font-family: Helvetica,Arial,sans-serif; background: white; } -table { margin-top: 0em; - margin-bottom: 0em; } -td { vertical-align: top; } -ul, ol, dl { margin-top: 0em; - margin-bottom: 0em; } -li, dt { margin-top: 1em; } - -.center { - margin: auto; - width: 99%; -} - -.permalink { border-bottom: thin dotted; - color: inherit; - font: inherit; - text-decoration: inherit; } -* { clear: both } - -/* Search form and search results. */ - -fieldset { border: thin solid silver; - border-radius: 1em; - text-align: center; } -input[name=expr] { - width: 25%; } - -table.results { margin-top: 1em; - margin-left: 2em; - font-size: smaller; } - -/* Header and footer lines. */ - -table.head { width: 100%; - border-bottom: 1px dotted #808080; - margin-bottom: 1em; - font-size: smaller; } -td.head-vol { text-align: center; } -td.head-rtitle { - text-align: right; } - -table.foot { width: 100%; - border-top: 1px dotted #808080; - margin-top: 1em; - font-size: smaller; } -td.foot-os { text-align: right; } - -/* Sections and paragraphs. */ - -.manual-text { - margin-left: 3.8em; } -.Nd { display: inline; } -.Sh { margin-top: 1.2em; - margin-bottom: 0.6em; - text-align: left; - font-size: 110%; } -.Ss { margin-top: 1.2em; - margin-bottom: 0.6em; - margin-left: -1.2em; - font-size: 105%; } -.Pp { margin: 0.6em 0em; } -.Sx { } -.Xr { } - -/* Displays and lists. */ - -.Bd { } -.Bd-indent { margin-left: 3.8em; } - -.Bl-bullet { list-style-type: disc; - padding-left: 1em; } -.Bl-bullet > li { } -.Bl-dash { list-style-type: none; - padding-left: 0em; } -.Bl-dash > li:before { - content: "\2014 "; } -.Bl-item { list-style-type: none; - padding-left: 0em; } -.Bl-item > li { } -.Bl-compact > li { - margin-top: 0em; } - -.Bl-enum { padding-left: 2em; } -.Bl-enum > li { } -.Bl-compact > li { - margin-top: 0em; } - -.Bl-diag { } -.Bl-diag > dt { - font-style: normal; - font-weight: bold; } -.Bl-diag > dd { - margin-left: 0em; } -.Bl-hang { } -.Bl-hang > dt { } -.Bl-hang > dd { - margin-left: 5.5em; } -.Bl-inset { } -.Bl-inset > dt { } -.Bl-inset > dd { - margin-left: 0em; } -.Bl-ohang { } -.Bl-ohang > dt { } -.Bl-ohang > dd { - margin-left: 0em; } -.Bl-tag { margin-left: 5.5em; } -.Bl-tag > dt { - float: left; - margin-top: 0em; - margin-left: -5.5em; - padding-right: 1.2em; - vertical-align: top; } -.Bl-tag > dd { - clear: right; - width: 100%; - margin-top: 0em; - margin-left: 0em; - vertical-align: top; - overflow: auto; } -.Bl-compact > dt { - margin-top: 0em; } - -.Bl-column { } -.Bl-column > tbody > tr { } -.Bl-column > tbody > tr > td { - margin-top: 1em; } -.Bl-compact > tbody > tr > td { - margin-top: 0em; } - -.Rs { font-style: normal; - font-weight: normal; } -.RsA { } -.RsB { font-style: italic; - font-weight: normal; } -.RsC { } -.RsD { } -.RsI { font-style: italic; - font-weight: normal; } -.RsJ { font-style: italic; - font-weight: normal; } -.RsN { } -.RsO { } -.RsP { } -.RsQ { } -.RsR { } -.RsT { text-decoration: underline; } -.RsU { } -.RsV { } - -.eqn { } -.tbl { } - -.HP { margin-left: 3.8em; - text-indent: -3.8em; } - -/* Semantic markup for command line utilities. */ - -table.Nm { } -code.Nm { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Fl { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Cm { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Ar { font-style: italic; - font-weight: normal; } -.Op { display: inline; } -.Ic { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Ev { font-style: normal; - font-weight: normal; - font-family: monospace; } -.Pa { font-style: italic; - font-weight: normal; } - -/* Semantic markup for function libraries. */ - -.Lb { } -code.In { font-style: normal; - font-weight: bold; - font-family: inherit; } -a.In { } -.Fd { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Ft { font-style: italic; - font-weight: normal; } -.Fn { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Fa { font-style: italic; - font-weight: normal; } -.Vt { font-style: italic; - font-weight: normal; } -.Va { font-style: italic; - font-weight: normal; } -.Dv { font-style: normal; - font-weight: normal; - font-family: monospace; } -.Er { font-style: normal; - font-weight: normal; - font-family: monospace; } - -/* Various semantic markup. */ - -.An { } -.Lk { } -.Mt { } -.Cd { font-style: normal; - font-weight: bold; - font-family: inherit; } -.Ad { font-style: underline; - font-weight: normal; } -.Ms { font-style: normal; - font-weight: bold; } -.St { } -.Ux { } - -/* Physical markup. */ - -.Bf { display: inline; } -.No { font-style: normal; - font-weight: normal; } -.Em { text-decoration-line: underline; - font-weight: normal; } -.Sy { font-style: normal; - font-weight: bold; } -.Li { font-style: normal; - font-weight: normal; - font-family: monospace; } - -img { - padding: 5px; -} - - -/* Overrides to avoid excessive margins on small devices. */ - -@media (max-width: 37.5em) { -.manual-text { - margin-left: 0.5em; } -.Sh, .Ss { margin-left: 0; } -.Bd-indent { margin-left: 2em; } -.Bl-hang > dd { - margin-left: 2em; } -.Bl-tag { margin-left: 2em; } -.Bl-tag > dt { - margin-left: -2em; } -.HP { margin-left: 2em; - text-indent: -2em; } -} - -@media (prefers-color-scheme: dark) { - /* If the operating system is using dark mode, then apply this CSS */ - body { - background: #292b33; - } - td { - color: #F5F5F5; - } - h1,h2 { - color: #F5F5F5; - } - - p { - color: #F5F5F5; - } - section { - color: #F5F5F5; - } - a:link:not(.permalink),a:visited:not(.permalink) { - color: #b9cffb; - } -} \ No newline at end of file diff --git a/static/bvg.png b/static/bvg.png deleted file mode 100644 index b10c869..0000000 Binary files a/static/bvg.png and /dev/null differ diff --git a/static/deobfuscate.sh b/static/deobfuscate.sh deleted file mode 100755 index 40ce970..0000000 --- a/static/deobfuscate.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/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/huh.jpg b/static/huh.jpg deleted file mode 100644 index 8d09392..0000000 Binary files a/static/huh.jpg and /dev/null differ diff --git a/static/lain.gif b/static/lain.gif deleted file mode 100644 index b9cab1d..0000000 Binary files a/static/lain.gif and /dev/null differ diff --git a/static/ltg.gif b/static/ltg.gif deleted file mode 100644 index 0c311c6..0000000 Binary files a/static/ltg.gif and /dev/null differ diff --git a/static/me.png b/static/me.png deleted file mode 100644 index 72c0f8c..0000000 Binary files a/static/me.png and /dev/null differ diff --git a/static/not-very-brave.html b/static/not-very-brave.html deleted file mode 100644 index 3e79b91..0000000 --- a/static/not-very-brave.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index e9e57dc..0000000 --- a/static/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: diff --git a/static/rose.apng b/static/rose.apng deleted file mode 100644 index 10cd312..0000000 Binary files a/static/rose.apng and /dev/null differ diff --git a/static/rose.gif b/static/rose.gif deleted file mode 100644 index b4e9ceb..0000000 Binary files a/static/rose.gif and /dev/null differ diff --git a/static/rose.png b/static/rose.png deleted file mode 100644 index dcb46f9..0000000 Binary files a/static/rose.png and /dev/null differ diff --git a/static/rose_88x31.png b/static/rose_88x31.png deleted file mode 100644 index 9be1a1f..0000000 Binary files a/static/rose_88x31.png and /dev/null differ diff --git a/static/transrights.png b/static/transrights.png deleted file mode 100644 index 0e2b9d4..0000000 Binary files a/static/transrights.png and /dev/null differ diff --git a/static/wilted-flower.apng b/static/wilted-flower.apng deleted file mode 100644 index 01a68e7..0000000 Binary files a/static/wilted-flower.apng and /dev/null differ diff --git a/static/wilted-flower.gif b/static/wilted-flower.gif deleted file mode 100644 index d0c5eba..0000000 Binary files a/static/wilted-flower.gif and /dev/null differ diff --git a/static/xeniatransnow.png b/static/xeniatransnow.png deleted file mode 100644 index 6abafb5..0000000 Binary files a/static/xeniatransnow.png and /dev/null differ -- cgit v1.2.3