Skip to content

Instantly share code, notes, and snippets.

#NoEnv
#SingleInstance Force
#KeyHistory 0
#MaxThreadsPerHotkey 2
#HotkeyModifierTimeout -1
SetBatchLines, -1
ListLines, Off
SendMode Input
SetTitleMatchMode, 2
;####################
; made by antra
; published and edited by kraken
; server with more macro/script shit + support: https://thrallway.com
;####################
#Persistent
#SingleInstance, Force
SetBatchLines, -1
if FileExist("ViGEmWrapper.dll") {
@KawaiiKraken
KawaiiKraken / discord.css
Last active June 19, 2024 05:23
personal discord quickcss
:root {
/* make scrollbar visible */
--scrollbar-auto-thumb: #FFFFFF;
--scrollbar-thin-thumb: #FFFFFF;
/* --scrollbar-auto-scrollbar-color-thumb: #FFFFFF; */
}
/* Remove Nitro Stuff in Settings */
div[aria-label="User Settings"] > div[aria-label="Gift Inventory"] + div[class^="item_"] + div[class^="separator"],
div[aria-label="User Settings"] > div[aria-label="Clips"] + div[class^="item_"] + div[class^="separator_"] + div[class^="header_"],
@KawaiiKraken
KawaiiKraken / get_window_styles.ahk
Created April 14, 2024 20:20
press F5 to get the win32 window styles and exstyles of the active window
#NoEnv
#SingleInstance Force
; Define hotkey to trigger the function
F5::GetWindowStyles()
F6::ExitApp
; Function to get window styles and extended window styles of the active window
GetWindowStyles() {
WinGet, style, Style, A