安乐滚

. 安乐滚. Chrome 窄滚动条.所有数据收集于互联网, - 感谢原作者,如有侵权,联系删除。

当前为 2020-10-23 提交的版本,查看 最新版本

// ==UserScript==
// @name         安乐滚
// @author       Jones Miller
// @version      20.10.23
// @namespace    https://t.me/jsday
// @description  . 安乐滚. Chrome 窄滚动条.所有数据收集于互联网, - 感谢原作者,如有侵权,联系删除。
// @include      *
// @run-at       document-start
// @compatible   chrome
// @grant        none
// ==/UserScript==
-function() {
  const cssText =' ::-webkit-scrollbar{ width:5px;height:5px;} ::-webkit-scrollbar-thumb{ border-radius:1em;background-color:#18222d !important;} ::-webkit-scrollbar-track{ border-radius:1em;background-color:rgba(50,50,50,.1);} ';
function GMaddStyle(css) {
  let a = document.createElement('style'),doc;
  a.textContent = '<!--\n' + css + '\n-->';
  if (location.origin === "file://") {
    doc = document.head || document.documentElement;
  } else {
    doc = document.body || document.documentElement;
  }
  doc.appendChild(a);
}
GMaddStyle(cssText);
}();

QingJ © 2025

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