minecraft.net scroll fixer

try to take over the world!

当前为 2021-03-10 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name minecraft.net scroll fixer
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://www.minecraft.net/*
  8. // @grant GM_addStyle
  9. // @require https://code.jquery.com/jquery-2.0.3.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. GM_addStyle('.modal-open {overflow: visible !important}');
  14. })();