NGA左边缘调整

0.1

  1. // ==UserScript==
  2. // @name NGA左边缘调整
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 0.1
  6. // @author You
  7. // @match https://bbs.nga.cn/thread.php*
  8. // @icon https://bbs.nga.cn/favicon.ico
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. var a_1 = document.getElementsByClassName(" haveCustomBackground");
  16. a_1[0].setAttribute("style","margin-left: 500px;"); // 没做调整界面,500这个值自己改
  17. })();

QingJ © 2025

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