Skip to content

Instantly share code, notes, and snippets.

@Knewest
Knewest / 1_QuickReinstallBetterDiscord.md
Last active April 10, 2024 04:13
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@r-k-b
r-k-b / hide-mouse-cursor-when-idle.ahk
Last active July 5, 2023 17:05
AutoHotKey: Hide Mouse Cursor When Idle
; Saved from https://autohotkey.com/board/topic/42561-hide-mouse-cursor-when-idle/?p=391177
; see also: https://superuser.com/a/68302/144573
; see also: https://github.com/r-k-b/autohotkeys/blob/master/windows/hide-idle-mouse.ahk
Last_Move := A_TickCount
State := True
Loop
{
MouseGetPos, Mouse_X, Mouse_Y