Platform
For Gemini, lazyloading long chats doesn't work - and only a part is exported
There's most likely a mistake here "content.js"
const container = (
document.querySelector('main [class*="overflow-y-auto"]') ?? // ChatGPT
document.querySelector('[class*="conversation-container"]') ??
document.querySelector('main') ??
document.documentElement
);
Firefox version
153.0
Platform
For Gemini, lazyloading long chats doesn't work - and only a part is exported
There's most likely a mistake here "content.js"
const container = (
document.querySelector('main [class*="overflow-y-auto"]') ?? // ChatGPT
document.querySelector('[class*="conversation-container"]') ??
document.querySelector('main') ??
document.documentElement
);
Firefox version
153.0