Claude.ai Full Screen Chat

Modifies the styles of claude.ai to display the chat in full screen.

  1. // ==UserScript==
  2. // @name Claude.ai Full Screen Chat
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Modifies the styles of claude.ai to display the chat in full screen.
  6. // @match https://claude.ai/*
  7. // @grant GM_addStyle
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. GM_addStyle(`
  15. .max-w-3xl {
  16. max-width: none !important;
  17. }
  18. `);
  19. })();

QingJ © 2025

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