Compact 12306

缩小新版 12306 的页面宽度

目前为 2018-11-08 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Compact 12306
  3. // @description 缩小新版 12306 的页面宽度
  4. // @author Arnie97
  5. // @version 2018.11.08
  6. // @license CC0
  7. // @namespace https://github.com/Arnie97
  8. // @match https://kyfw.12306.cn/otn/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. $(() => {
  13. $('.header-right').width(780);
  14. $('.nav,.wrapper').width(980);
  15. $('.nav-item').width(120);
  16. $('.nav-con>li').attr('style', 'width: 120px; padding-left: 20px;');
  17. for (var i = 2; i <= 6; i++) $('.nav-col' + i).width(i * 120);
  18. });

QingJ © 2025

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