Skip to content

Instantly share code, notes, and snippets.

View forkiesassds's full-sized avatar
📺
Get your free TV's!

icanttellyou forkiesassds

📺
Get your free TV's!
View GitHub Profile
// ==UserScript==
// @name Fix "You don't own Minecraft" error script
// @version 2024-05-17
// @description Fixes the "You don't own Minecraft" error caused by some weird account configurations where Bedrock purchase source is TRIAL.
// @author icanttellyou
// @match https://www.minecraft.net/en-us/15th-anniversary
// @icon https://www.google.com/s2/favicons?sz=64&domain=minecraft.net
// @grant none
// @run-at document-start
// ==/UserScript==