Skip to content

Instantly share code, notes, and snippets.

@RoootTheFox
RoootTheFox / thing.js
Last active December 15, 2021 00:05
vanilla discord snow fall (for copy pasting into devtools, https://cople.github.io/Snowfall.js/)
// load style
var tmp_head = document.getElementsByTagName('head')[0];
var tmp_style = document.createElement('style');
tmp_style.innerHTML = '.snowflake { \
position: absolute; \
color: #fff; \
line-height: 1; \
pointer-events: none; \
-webkit-user-select: none; \
-moz-user-select: none; \
@RoootTheFox
RoootTheFox / catppuccin-mocha-twitter.user.css
Last active December 27, 2022 15:29
catppuccin mocha teal for twitter.com (very work in progress, going to contribute this to catppuccin when ready)
/* ==UserStyle==
@name Twitter Catppuccin (Mocha)
@namespace github.com/RoootTheFox
@version 0.1.0
@description Catppuccin Mocha (teal) for twitter dot com
@author RoootTheFox
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* currently uses this custom catppuccin css because the -raw changes haven't been merged (if they ever get merged) and I need them */
:root {
@RoootTheFox
RoootTheFox / yippie.html
Created April 13, 2023 22:33
yippie!!1 (this is a bday shitpost)
<!DOCTYPE html>
<head>
<title>nya</title>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js"></script>
<style>
#time {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
@RoootTheFox
RoootTheFox / README.md
Last active May 17, 2024 17:45
revert to the bird (twitter revert)

twitter revert guide

Note

The userscript method is the RECOMMENDED WAY since it has more features and also applies the style for you. You should use the script unless you only want to replace the icon in the top left.

You do NOT NEED BOTH.

recommended way: userscript (all features)

@RoootTheFox
RoootTheFox / gd-auth.md
Last active April 29, 2024 15:47
gd auth

DashAuth API

Warning

If you are a modder or a developer, please tell me what you think of the current specification and if/how it can be improved!


All responses use JSON as data type. ## Types

Token (used for client->3rd party requests): Bearer <random string>

Challenge: