Last active
July 14, 2021 14:24
-
-
Save Dianliang233/635394e5c97392f75fc109e55acf8bd0 to your computer and use it in GitHub Desktop.
I WANNA SCROLL ON MINECRAFT.NET
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name: I WANNA SCROLL ON MINECRAFT.NET | |
// @namespace https://example.com/minecraftnetscroll | |
// @version 1.0.1 | |
// @description:en fix WEB-1933 | |
// @author Dianliang233 | |
// @updateURL https://gist.github.com/Dianliang233/635394e5c97392f75fc109e55acf8bd0/raw/62a95098f92559d241b74a78f663df72f5cb08be/minecraft_net_scroll.user.js | |
// @match https://www.minecraft.net/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.querySelector('body').classList.remove('modal-open') | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment