Skip to content

Instantly share code, notes, and snippets.

View drzo1dberg's full-sized avatar
🔒
#lockedin

Michael J. Nunes Jacobs drzo1dberg

🔒
#lockedin
View GitHub Profile
@drzo1dberg
drzo1dberg / installLicenceAndKey
Created November 16, 2025 20:09
Get License and Key for Citron Emulator Script
#!/bin/bash
# Simplified script for downloading and setting up keys and firmware for Citron emulator only
set -e # Exit on any error
# ============================================================================
# CONFIGURATION
# ============================================================================
# Citron configuration
CITRON_LINUX_BASE="$HOME/.local/share/citron"
@drzo1dberg
drzo1dberg / bookmarkletXTimeRemover.js
Created June 21, 2025 10:18
Removes X Notifications new Time feature
javascript:(()=>{
const s=document.createElement('style');
s.textContent='time[datetime]{display:none!important}';
document.head.appendChild(s)
}
)();
FAQ:
>How do I activate Windows?
github.com/massgravel/Microsoft-Activation-Scripts
HWID2 generates and registers a permanent legitimate license on MS's activation servers
Usage: paste into Powershell, run.
irm https://get.activated.win | iex
>and Office?
Same method, use Ohook
You can also use Office.com if your needs are very minimal
or try OnlyOffice/LibreOffice and set it to save in MSOffice file formats