minecraft.net scroll fixer

try to take over the world!

Versión del día 10/3/2021. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name         minecraft.net scroll fixer
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.minecraft.net/*
// @grant        GM_addStyle
// @require      https://code.jquery.com/jquery-2.0.3.min.js
// ==/UserScript==

(function() {
    GM_addStyle('.modal-open {overflow: visible !important}');
})();