阿里云es优化

try to take over the world!

  1. // ==UserScript==
  2. // @name 阿里云es优化
  3. // @namespace https://jeff.wtf/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author sljeff
  7. // @match https://elasticsearch-cn-hangzhou.console.aliyun.com/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. window.onload = function () {
  15. var dom = document.getElementsByClassName('wind-rc-app-layout-content')[0]
  16. dom.style.overflowY = 'hidden'
  17. }
  18. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址