Skip to content

Instantly share code, notes, and snippets.

@HorizonCode
HorizonCode / osu!Ripple_Crawler.html
Last active August 16, 2020 14:58
osu!Ripple ReplayID Crawler
<head>
<title>osu!Ripple Replay Crawler</title>
<style>
/*
Thanks to: Usama Tahir
https://medium.com/@AmJustSam
*/
*{
margin: 0;
@HorizonCode
HorizonCode / osu!Akatsuki_Crawler.html
Created August 16, 2020 14:56
osu!Akatsuki ReplayID Crawler
<head>
<title>osu!Akatsuki Replay Crawler</title>
<style>
*{
margin: 0;
padding: 0;
}
html{
width: 100vw;
@HorizonCode
HorizonCode / osu!Gatari_Crawler.html
Created August 16, 2020 14:55
osu!Gatari ReplayID Crawler
<head>
<title>osu!Gatari Replay Crawler</title>
<style>
*{
margin: 0;
padding: 0;
}
html{
width: 100vw;

Keybase proof

I hereby claim:

  • I am horizoncode on github.
  • I am horizoncode (https://keybase.io/horizoncode) on keybase.
  • I have a public key ASD3d59f3BZaCuqMomIfrk_iWgY7jvsJvUL7P8jhEcALsQo

To claim this, I am signing this object:

@HorizonCode
HorizonCode / bd-theme-fix-and-addons.css
Last active December 20, 2017 12:50
BetterDiscord Themes Fix + Addons
* {
/*if you have Roboto Typefont installed you can use this*/
/*font-family: "Roboto Light", serif !important;*/
font-family: "Segoe UI Light", serif !important;
}
.button-1aU9q1{
width: 29px !important;
}