Skip to content

Instantly share code, notes, and snippets.

@Dianliang233
Last active July 14, 2021 14:24
Show Gist options
  • Save Dianliang233/635394e5c97392f75fc109e55acf8bd0 to your computer and use it in GitHub Desktop.
Save Dianliang233/635394e5c97392f75fc109e55acf8bd0 to your computer and use it in GitHub Desktop.
I WANNA SCROLL ON MINECRAFT.NET
// ==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