Skip to content

Instantly share code, notes, and snippets.

@Gubarz
Gubarz / htb-academy-wide.js
Last active March 5, 2026 21:50
UserScript for HackTheBox Academy - Wider Content Container
// ==UserScript==
// @name HTB Academy - Better Layout
// @version 1.0.1
// @description Makes HTB Academy content wider and less wasteful with screen space
// @match https://academy.hackthebox.com/app/module/*
// @grant none
// @run-at document-idle
// @license MIT
// ==/UserScript==