ChatGPT responsive + customizations

ChatGPT website is more suitable for wide screens.

当前为 2024-06-20 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name ChatGPT responsive + customizations
  3. @version 1.0.6
  4. @description ChatGPT website is more suitable for wide screens.
  5. @author BreatFR (https://breat.fr)
  6. @namespace https://gitlab.com/breatfr
  7. @homepageURL https://gitlab.com/breatfr/chatgpt
  8. @supportURL https://discord.gg/Q8KSHzdBxs
  9. @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
  10. @preprocessor stylus
  11.  
  12. @var text fontsize "Custom font size" 1.2rem
  13. @var checkbox widemode "Wide mode" 1
  14. ==/UserStyle== */
  15.  
  16. /* === Credits ===
  17. Website https://breat.fr
  18. facebook https://www.facebook.com/breatfroff
  19. mastodon https://mastodon.social/@breat_fr
  20. telegram https://t.me/breatfr
  21. vk https://vk.com/breatfroff
  22. X (twitter) https://x.com/breatfroff
  23. === Credits === */
  24.  
  25. @-moz-document domain("chatgpt.com") {
  26. /* Custom font size */
  27. :root {
  28. font-size: fontsize;
  29. }
  30. if widemode {
  31. .md\\:max-w-3xl,
  32. .max-w-3xl {
  33. max-width: 100%;
  34. }
  35.  
  36. .\!whitespace-pre {
  37. white-space: break-spaces !important;
  38. }
  39. }
  40. }

QingJ © 2025

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