米家自动化极客版样式优化

2024/5/23 09:54:40

目前為 2024-05-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name        米家自动化极客版样式优化
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @version     1.0
// @author      -
// @description 2024/5/23 09:54:40
// @grant GM_addStyle
// @license MIT
// ==/UserScript==
(function(){
  if("米家自动化极客版" != document.getElementsByTagName('title')[0].innerHTML)
    return

  GM_addStyle('.rule-list-item {width: calc(33.3% - 10px);margin: 5px;min-width: 500px;} .rule-list-head {width: 100%;} .rule-list {display: flex;flex-wrap: wrap;}')
})();

QingJ © 2025

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