哔历重排版

哔历重排版0

  1. // ==UserScript==
  2.  
  3. // @name 哔历重排版
  4.  
  5. // @namespace http://tampermonkey.net/
  6.  
  7. // @version 0.1
  8.  
  9. // @description 哔历重排版0
  10.  
  11. // @author foolmos
  12.  
  13. // @match https://www.bilibili.com/account/history
  14.  
  15. // @grant GM_addStyle
  16.  
  17. // @license MIT
  18.  
  19. // ==/UserScript==
  20.  
  21. GM_addStyle("a.title {color:#9ea192 !important;font-size:20px !important;width:fit-content !important;}");
  22. GM_addStyle(".b-head-search .b-head-search_input[_v-a93b2a70] {background-color: transparent;}");
  23. GM_addStyle(".title {overflow:visible !important;white-space:pre-wrap !important;width:fit-content !important;}");
  24. GM_addStyle(".name, .username, .lazy-img.userpic {display:none !important;}");
  25.  
  26. (function() {
  27.  
  28. 'use strict';
  29.  
  30. // Your code here...
  31.  
  32. })();
  33.  
  34.  

QingJ © 2025

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