Skip to content

Instantly share code, notes, and snippets.

View DickHorner's full-sized avatar
:octocat:
Request Pulling

J Luetkens DickHorner

:octocat:
Request Pulling
View GitHub Profile
@DickHorner
DickHorner / README.md
Last active July 26, 2026 15:13 — forked from SentaiBrad/README.md
Bundle Dude

Bundle Dude

A userscript that marks Steam games you already own, have wishlisted, or have ignored while browsing supported bundle and game-store websites. It also adds a direct Steam link where the page exposes a usable Steam product ID.

Current version: 2.9.13

What it does

The script reads Steam's logged-in store data and compares Steam app or package IDs with products shown by supported websites.

@DickHorner
DickHorner / WizTree Report
Last active November 8, 2025 21:40 — forked from SMSAgentSoftware/New-WizTreeDiskUsageReport.ps1
Creates csv and html disk usage reports and then some, using WizTree portable.
# Script to export html and csv reports of file and directory content on the system drive
param(
[switch]$DryRun,
[string]$LogFile,
[int]$TopN = 100,
[switch]$ExportFull,
[switch]$Trace,
[switch]$UseTextFieldParser
)