By: RPIT
Inspect and view changes in ChatGPT Lag Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "ChatGPT Lag Fix",
"version": "1.0.0",
"description": "Stops Firefox freezing on long ChatGPT conversations. Trims old messages before React renders them, keeping only the most recent ones in the DOM.",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https://chat.openai.com/*",
"https://chatgpt.com/*"
],
"background": {
"scripts": [
"src/background/background.js"
]
},
"content_scripts": [
{
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*"
],
"js": [
"src/page/pageInject.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*"
],
"js": [
"src/page/trimmer.js",
"src/page/mainWorld.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*"
],
"js": [
"src/content/index.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "src/popup/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "we@rpit.in",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best ChatGPT Lag Fix Alternatives
Here are some Firefox add-ons that are similar to ChatGPT Lag Fix:
ChatGPT Turbo: Fix Lag in Long Chats
schroeder.dev
ChatGPT Performance Optimizer
Huckleboard
Speed Booster for ChatGPT: Fix Lag in Long Chats
BGSN
ChatGPT : Fix Lag & Typing Delay
AR
LightSession Pro for ChatGPT
Emil K
Fast Chat-GPT
EzzA
GPT Boost
fatidian1
ChatGPT DOM Cleaner
Mathijs
ChatGPT DOM Fixer
MyCrowSoft
ChatGPT Booster - Performance Manager
ProjectNode
AI Chat Turbo
schroeder.dev