{"id":14988819,"url":"https://github.com/babylonone/chatgpt-widescreen-ultra-fast","last_synced_at":"2026-02-12T12:08:40.540Z","repository":{"id":236479864,"uuid":"792675286","full_name":"BabylonOne/ChatGPT-Widescreen-Ultra-Fast","owner":"BabylonOne","description":"The fastest ChatGPT widescreen userscript. Just one line, you don't even have to install a script. Create a bookmark and activate with one click.","archived":false,"fork":false,"pushed_at":"2024-08-22T02:21:14.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T20:14:54.021Z","etag":null,"topics":["ai","artificial-intelligence","chat","chat-bot","chatbot","chatbots","chatgpt","chatgpt-4","chatgpt3","chatgpt4","chrome-extension","gpt","gpt-3","gpt-4","greasemonkey","javascript","openai","userscript","userscripts","widescreen"],"latest_commit_sha":null,"homepage":"https://greasyfork.org/en/scripts/494023-chatgpt-widescreen-ultra-fast","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BabylonOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-27T08:43:32.000Z","updated_at":"2024-08-22T02:21:17.000Z","dependencies_parsed_at":"2024-04-29T11:29:09.483Z","dependency_job_id":"a7c71c42-5bde-4fcc-bb79-599f18c23276","html_url":"https://github.com/BabylonOne/ChatGPT-Widescreen-Ultra-Fast","commit_stats":null,"previous_names":["babylonone/chatgpt-widescreen-ultra-fast"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BabylonOne%2FChatGPT-Widescreen-Ultra-Fast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BabylonOne%2FChatGPT-Widescreen-Ultra-Fast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BabylonOne%2FChatGPT-Widescreen-Ultra-Fast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BabylonOne%2FChatGPT-Widescreen-Ultra-Fast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BabylonOne","download_url":"https://codeload.github.com/BabylonOne/ChatGPT-Widescreen-Ultra-Fast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501518,"owners_count":21114674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","artificial-intelligence","chat","chat-bot","chatbot","chatbots","chatgpt","chatgpt-4","chatgpt3","chatgpt4","chrome-extension","gpt","gpt-3","gpt-4","greasemonkey","javascript","openai","userscript","userscripts","widescreen"],"created_at":"2024-09-24T14:17:15.051Z","updated_at":"2026-02-12T12:08:40.505Z","avatar_url":"https://github.com/BabylonOne.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT Widescreen Ultra Fast\nThe fastest ChatGPT widescreen userscript.\n\nJust one line, you don't even have to install a script.\n\nCreate a bookmark named \"Expand ChatGPT\" with the following URL:\n\n`javascript:document.styleSheets[0].insertRule('.text-token-text-primary\u003ediv\u003ediv,.min-w-fit\u003ediv{max-width:100%!important}',0);`\n\nClick the bookmark and all ChatGPT chat boxes should expand instantly.\n\n## Simplicity is the ultimate sophistication\n✅ Don't use 10 pages of JavaScript when you can use one line\n\n✅ Don't use JavaScript when you can use pure CSS\n\n✅ Don't wait for elements to show when you do not need to\n\n✅ No addEventListener()\n\n✅ No find()\n\n✅ No forEach()\n\n✅ No getElementById()\n\n✅ No matchAll()\n\n✅ No MutationObserver()\n\n✅ No Promise()\n\n✅ No querySelector()\n\n✅ No setAttribute()\n\n✅ No setTimeout()\n\n✅ No window.onload()\n\n✅ No xmlHttpRequest()\n\n✅ No other CPU burning and scroll jittering callback nonsense\n\n## No-Install One-Click Bookmark Activation method\n\nIf you don't want to install a script, create a bookmark named \"Expand ChatGPT\" with the following URL:\n\n`javascript:document.styleSheets[0].insertRule('.text-token-text-primary\u003ediv\u003ediv,.min-w-fit\u003ediv{max-width:100%!important}',0);`\n\nClick the bookmark and all ChatGPT chat boxes should expand instantly.\n\n## No-Install URL Copy and Paste Activation Method\n\nYou can also copy and paste the same URL directly into the URL bar and press enter:\n\n`javascript:document.styleSheets[0].insertRule('.text-token-text-primary\u003ediv\u003ediv,.min-w-fit\u003ediv{max-width:100%!important}',0);`\n\nNote: Some browsers remove the \"javascript:\" from the URL for security reasons, you may need to manually enter \"javascript:\" in front of the URL before pressing Enter. Upon pressing Enter, all ChatGPT chat boxes should expand instantly.\n\n## How it works\n\nChatGPT uses the following TailwindCSS to limit box widths under different screen sizes:\n\n`\"md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"`\n\n`\"mx-auto max-w-6xl flex gap-2 sm:gap-3\"`\n\nThis script inserts the following CSS rule into the master style sheet:\n\n`.text-token-text-primary \u003e div \u003e div {max-width:100% !important;}`\n\n`.min-w-fit \u003e div {max-width:100% !important;}`\n\nIt overrides TailwindCSS and keeps chat boxes at 100% max-width on all screen sizes, before they are even created.\n\nJavaScript is used only to insert the CSS rule. Once the rule is inserted, it applies to all current and future chat boxes on the same page, no further JavaScript processing is required.\n\nThis approach functions without relying on constant page element monitoring, resulting in less rendering lag, especially in lengthy conversations and on less powerful hardware.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabylonone%2Fchatgpt-widescreen-ultra-fast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabylonone%2Fchatgpt-widescreen-ultra-fast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabylonone%2Fchatgpt-widescreen-ultra-fast/lists"}