Skip to content

Instantly share code, notes, and snippets.

@Matojeje
Matojeje / Monogolf auto-timer.ahk
Created July 23, 2023 22:12
This AutoHotkey script tracks the duration of Monogolf Challenge mode runs by watching your phone's screen using scrcpy
; Monogolf auto-timer by Mato, version 1.0
; Prerequisites: AutoHotKey v1, ScrCpy on PATH
; ===== Info =====
; Single beep means that the run start/end was detected
; Very high beep means that you reached a new high score in this session
; Double beep means that the window isn't in foreground, so no tracking will happen
; Press Esc to stop the script (also possible from the taskbar notification tray)
; Make sure to tweak the settings to fit your setup first, especially lines 44 and 73
@Matojeje
Matojeje / discord-mato-revert-refresh.theme.css
Last active April 19, 2025 15:04
Discord theme that makes the 2025 visual refresh look closer to what it was before, without completely breaking everything.
/**
* @name Revert refresh 2025
* @description Makes the new UI look closer to the old UI
* @author Mato
*/
.container_c48ade {
background: var(--mato-dark-background) !important;
/* --custom-chat-input-margin-bottom: 26px; */
@Matojeje
Matojeje / No dash channel names.theme.css
Created April 17, 2025 16:31
Discord CSS theme that removes dashes (hyphens) from channel names, using a custom font
/**
* @name No dash channel names
* @description Replaces dashes in channel names with spaces
* @author Mato
*/
@font-face {
font-family: "NoDash";
src: url("data:application/octet-stream;base64,T1RUTwAKAIAAAwAgQ0ZGIDuVzY0AAAT0AAABWU9TLzJ06QglAAABEAAAAGBjbWFwYIlg+wAABGgAAABsaGVhZCr0zPQAAACsAAAANmhoZWEGEAHjAAAA5AAAACRobXR4EaEAAAAABlAAAAAkbHRhZ2V+AAQAAAZ0AAAAEm1heHAACVAAAAABCAAAAAZuYW1lP1DUlgAAAXAAAAL3cG9zdAADAAAAAATUAAAAIAABAAAAAQAAiVQUAl8PPPUAAwgAAAAAAOQmwRoAAAAA5CbBGgAAAAADkQXIAAAAAwACAAAAAAAAAAEAAAYO/kgAAAORAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAJAABQAAAJAAAAAwH1AZAABQAAAooCuwAAAIwCigK7AAAB3wAxAQIAAAUBAQIBAAAAAACAAAABAAAAAAAAAAAAAAAAWFhYWABAACAgFQYO/kgAAAXIAAAAAAABAAAAAAMHBcgAIAAgAAAAAAAzAmoAAAAEAAAAAAACACYAAAAEAAAAAQAMAAAAAAAEAAAAAgAOAAwAAAAEAAAAAwAiADwAAAAEAAAABAAcABoAAAAEAAAABQAGADYAAAAEAAAABgAaAAAAAAAEAAAABwACACYAAAAEAAAACAACACYAAAAEAAAACQACACYAAAAEAAAACgACACYAAAAEAAAACwACACYAAAAEAAAADAACACYAAAAEAAAADQACACYAAAAEAAAADgACACYAAAAEAAAAEAAMAAAAAAAEAAAAEQAOAAwAAQAAAAAAAAABACcAAQAAAAAAAQAGAF4AAQAAAAAAAgAH
@Matojeje
Matojeje / discord-spoiler-snow.theme.css
Created April 17, 2025 16:35
Discord CSS theme that makes spoilered text look like it does in Telegram (with a floating snow particle animation effect)
/**
* @name Spoiler snow
* @description Replicates spoiler text effect from Telegram
* @author Mato
*/
span[aria-label=Spoiler][aria-expanded=false][role=button] {
background: url("https://mato.neocities.org/spoiler_snow.png") center/128px;
opacity: 60%;
}