Pendoria - Temporary HD Fix

Wider chat (side-by-side only)

目前为 2018-09-06 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Pendoria - Temporary HD Fix
  3. // @description Wider chat (side-by-side only)
  4. // @namespace http://pendoria.net/
  5. // @version 0.0.2
  6. // @author Anders Morgan Larsen (Xortrox)
  7. // @match http://pendoria.net/game
  8. // @match https://pendoria.net/game
  9. // @match http://www.pendoria.net/game
  10. // @match https://www.pendoria.net/game
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. $('#chat').attr('style', 'max-width:2000px !important; width: 800px !important;');
  15. $('#content>.wrapper').attr('style', 'margin: 0 !important; width: 100%; min-width: 100%;');
  16. $('#main-section').attr('style', 'width: calc(62% - 368px) !important;');

QingJ © 2025

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