Skip to content

Instantly share code, notes, and snippets.

View solonovamax's full-sized avatar
💻
Writing Code

solo solonovamax

💻
Writing Code
View GitHub Profile
@solonovamax
solonovamax / play.json
Created May 26, 2023 20:14
Hypixel Play Commands
{
"skyblock": "sb",
"warlords_capture_the_flag": "warlords_ctf_mini",
"wl_capture_the_flag": "warlords_ctf_mini",
"warlords_ctf": "warlords_ctf_mini",
"wl_ctf": "warlords_ctf_mini",
"wl_domination": "warlords_domination",
"wl_team_deathmatch": "warlords_team_deathmatch",
"mega_walls_standard": "mw_standard",
"mw_standard": "mw_standard",
@solonovamax
solonovamax / gist:f6213119b65778d584141239068800b8
Created April 14, 2022 03:13
This is an automated dead man's switch post. Please read and share.
Hi,
If you are reading this, I am probably dead, dying, or imprisoned as it's quite easy for me to disable the switch just by visiting a simple web page only I know.
My real name is Lena, I'm 22 years old and I was (assuming I'm not anymore) living in the outskirts of Kyiv, Ukraine. I'm a geeky girl and my profile picture is actually me from behind.
I love movies, series, books. I'm passionate about privacy, anonymity, security and above all human rights. I was living alone and studying computer science.
My favorite movie is Fight Club.
My favorite book is Brave New World.
My favorite series are Maniac (https://www.imdb.com/title/tt5580146/) and Black Mirror.
@solonovamax
solonovamax / BlockYouTubeHostsFile
Created August 20, 2021 17:19 — forked from tibovanheule/BlockYouTubeHostsFile
Block YouTube Hosts File
0.0.0.0 host.youtube.com
0.0.0.0 mx.youtube.com
0.0.0.0 admin.youtube.com
0.0.0.0 devel.youtube.com
0.0.0.0 stats.youtube.com
0.0.0.0 http.youtube.com
0.0.0.0 mx0.youtube.com
0.0.0.0 administration.youtube.com
0.0.0.0 development.youtube.com
0.0.0.0 svn.youtube.com
@solonovamax
solonovamax / hosts
Created August 20, 2021 17:13 — forked from anilshanbhag/hosts
Hosts file to prevent google / youtube ads Paste the contents into /etc/hosts file in linux / mac
127.0.0.1 3ad.doubleclick.net
127.0.0.1 ad-emea.doubleclick.net
127.0.0.1 ad-g.doubleclick.net
127.0.0.1 ad-yt-bfp.doubleclick.net
127.0.0.1 ad.3au.doubleclick.net
127.0.0.1 ad.ae.doubleclick.net
127.0.0.1 ad.au.doubleclick.net
127.0.0.1 ad.be.doubleclick.net
127.0.0.1 ad.br.doubleclick.net
127.0.0.1 ad.de.doubleclick.net

Keybase proof

I hereby claim:

  • I am solonovamax on github.
  • I am solonovamax (https://keybase.io/solonovamax) on keybase.
  • I have a public key ASCE7bxPwT8S1ICgY3sYShivR6UKDKawsCd0B6POv_C-cwo

To claim this, I am signing this object:

@solonovamax
solonovamax / javadoc-dark-theme.css
Created October 11, 2020 22:58
A dark theme for javadocs. Just a simple css file. Generated by just using dark reader, then using the console to get the css data. (All credit goes to dark reader)
.jfk-bubble.gtx-bubble {
filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}
[data-darkreader-inline-bgcolor] {
background-color: var(--darkreader-inline-bgcolor) !important;
}
[data-darkreader-inline-bgimage] {
background-image: var(--darkreader-inline-bgimage) !important;