Makima 发表于 昨天 17:07

【冬宫学府】GM简化1.1 【脚本】

本帖最后由 Makima 于 2024-12-24 18:09 编辑

相比之前多了简化掉“称号”“发消息”“测试”整体效果be like:
@Name
// ==UserScript==
// @name            GM简化
// @namespace         1
// @version         1.1
// @authoe            MKM
// @match             https://www.gamemale.com/*
// @run-at            document-start
// @grant             GM_addStyle
// ==/UserScript==

GM_addStyle(`
    .pls .avatar img,
    #fastpostform .pls .avatar img,
    .personinformaion .person-imgs img,
    #main .t.t2 table .tr1 table .tac img,
    #um .avt img,
    #tath img,
    .rate table img,
    .rate dd li img,
    .cm .vm img,
    .card_mn .avt img {
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .pls .avatar img {
      width: 80px;
      height: 80px;
      border: none;
      padding: 0;
      margin: 0;
    }

    .pls .avatar img:hover,
    #fastpostform .pls .avatar img:hover,
    .personinformaion .person-imgs img:hover,
    #main .t.t2 table .tr1 table .tac img:hover,
    #um .avt img:hover,
    #tath img:hover,
    .rate table img:hover,
    .rate dd li img:hover,
    .cm .vm img:hover,
    .card_mn .avt img:hover {
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .pls .avatar {
      margin: 10px auto;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid white;
      overflow: hidden;
      position: relative;
    }

    .pls .avatar:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

    .pls .avatar img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    body {
      background: none;
    }

    #hd .wp .comiis_nav,
    .md_ctrl,
    p.xg1,
    nav.toc,
    .scbar_hot_td,
    .pls .avatar_p .vm,
    fieldset,
    .hm-t-container,
    .hm-t-main,
    .hm-t-body,
    .dnch_eo_f,
    .sign,
    .signature,
    .bui .m img {
      display: none !important;
    }

    #postlist .plhin {
      background: none;
    }

    div {
      display: none;
    }

    li.pm2 {
      display: none;
    }
    li.pm2 a.xi2 {
      display: none;
    }
   ul {
      display: none;
    }
`);

凯诺斯 发表于 昨天 17:20

简洁风也很好看,我个人也比较喜欢圆形头像框:loveliness:

Boow5945 发表于 昨天 17:21

而且头像还变成圆边框了。

广告屏蔽插件也可以精准抹去大部分东西我发现

崽仔狼 发表于 昨天 17:45

这个好诶!可以简化很多了,对我这种极简党来说真是再合适不过了

毛茸茸兽兽 发表于 昨天 17:47

吼吼~一直在用的1.0版本,终于更新了欸~更新ing

娱乐法师火布偶 发表于 昨天 17:52

减少画面的内容展示对于极简党真是利好啊

大墨迹 发表于 昨天 18:13

来瞻仰娘娘的双生子,真是好福气惹{:6_178:}

饥渴难耐的G 发表于 昨天 18:14

画面看着就简约了很多啊,不过手机上想用还是太复杂惹

Riverlethe 发表于 昨天 19:09

圆圆的看着确实舒服一些,就像右侧的头像框~~

贰狼Awoo 发表于 昨天 19:38

感觉会加快很多加载速度。。
(圆框头像还蛮好看的,就是得自己重调下头像)

you9632587 发表于 昨天 20:38

简化之后看上去很清爽了啊,话说你这个头像换成圆边框看不到全部之后有点像插着尿道棒的X头这个可以说吗()

不是卖萌的基佬 发表于 昨天 21:40

勋章再也挡不住我手机加载和回帖时间了{:4_86:}

提尔特 发表于 昨天 21:43

那个测试功能终于消失了 真是对我最大的帮助

Hadley0T 发表于 昨天 21:44

简洁一点的话感觉就不用加载那么多没用的东西了,网络不好的时候太方便了:$
页: [1]
查看完整版本: 【冬宫学府】GM简化1.1 【脚本】