Grundos.cafe - Big Buttons

Bigger is better.

目前为 2025-03-01 提交的版本。查看 最新版本

// ==UserScript==
// @name         Grundos.cafe - Big Buttons
// @version      v1.0.0
// @description  Bigger is better.
// @author       Trevor Slocum
// @match        https://grundos.cafe/*
// @match        https://www.grundos.cafe/*
// @noframes
// @grant        none
// @run-at       document-body
// @license      MIT
// @namespace https://gf.qytechs.cn/users/1441150
// ==/UserScript==

var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = `.search-helper-sw, .search-helper-sdb, .search-helper-sdb-exists {
  width: 53px !important;
  height: 53px !important;
}
.search-helper-wish-witch, .search-helper-wish-witch-add {
  display: none;
}`;
document.head.appendChild(style);

QingJ © 2025

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