element.io-width

Hides useless elements in element.io.

目前为 2021-07-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         element.io-width
// @version      0.3
// @description  Hides useless elements in element.io.
// @match        http://app.element.io/*
// @match        https://app.element.io/*
// @match        http://*.app.element.io/*
// @match        https://*.app.element.io/*
// @namespace    https://gf.qytechs.cn/users/217495-eric-toombs
// @run-at       document-idle
// ==/UserScript==

setTimeout(function() {
  document.getElementsByClassName(
    "mx_LeftPanel_GroupFilterPanelContainer"
  )[0].style.display = "none";
}, 10000)

QingJ © 2025

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