Skip to content

Instantly share code, notes, and snippets.

@Nightblade
Nightblade / KeyboardClean.ahk
Last active February 24, 2025 02:44
Block keyboard input so you can clean it while it's plugged in.
#Requires AutoHotkey v2
/*
KeyboardClean.ahk
------------------
Temporarily disables keyboard input to allow cleaning while plugged in.
Version History:
v2.2 - 2025-02-24 (Re-enable keyboard on exit as a precaution)
v2.1 - 2025-02-22 (Merged enable/disable functions into a toggle)
v2.0 - 2025-01-14
@jdhitsolutions
jdhitsolutions / PSRefresh.ps1
Last active April 24, 2025 05:04
Refresh a new Windows PowerShell Installation.
#requires -version 5.1
#requires -RunAsAdministrator
#PSRefresh.ps1
<#
Update key PowerShell components on a new Windows 10/11 installation.
This script is not intended for server operating systems. The script
should be run in an interactive console session and not in a remoting session.
@aaravrav
aaravrav / RemoveClutter.theme.css
Last active June 7, 2025 02:11
Modifications for the Discord client to remove the clutter
/*==========
RemoveClutter.theme.css by aaravrav
How to inject: Paste in "Custom CSS" tab in BetterDiscord or download and use as theme
========== */
/* Stickers same size as emojis */
.assetWrapper-3GNt0z {
max-width: 48px;
max-height: 48px;