This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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; */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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%; | |
} |
OlderNewer