Skip to content

Instantly share code, notes, and snippets.

View Nightblade's full-sized avatar

Nighty Nightblade

  • 04:26 (UTC +10:00)
View GitHub Profile
@Xitee1
Xitee1 / README.md
Last active August 25, 2026 02:43
Claude.ai Wide Mode

Claude.ai Wide Mode

A minimal, configurable Stylus UserStyle that widens the chat area on claude.ai. No ads, no branding, no bloat.

Install

  1. Install the Stylus browser extension (Firefox / Chromium).
  2. Open the raw URL of claude-wide.user.css in your browser — Stylus will prompt to install.
  3. Reload claude.ai. Tweak the options via the Stylus popup.
@Nightblade
Nightblade / KeyboardClean.ahk
Last active March 5, 2026 08:07
Block keyboard input so you can clean it while it's plugged in.
/*
KeyboardClean.ahk
------------------
Temporarily disables keyboard input to allow cleaning while plugged in.
NOTE: Must be Run as Administrator to be 100% effective.
Version History:
v2.3 - 2026-02-24 Add note about Run as Administrator; misc AHK2 tweaking
v2.2 - 2025-02-24 (Re-enable keyboard on exit as a precaution)
@jdhitsolutions
jdhitsolutions / PSRefresh.ps1
Last active July 10, 2026 09:30
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.