Hi folks, are there any extension developers here? I've a question, not sure if it is possible.
I created a very simple extension which opens chatgpt in the sidebar. This works great, but the thing is, every time I open the sidebar, it refreshes the page. I don't want that, I'd rather it opens where I left off. Is there any way to accomplish this or is it a pipe dream? I'll post my code here:
manifest.json:
Is there any way to accomplish this or is it a pipe dream?
Dunno if that's possible in a way specific to extensions, but perhaps you could try to save the HTML of the page and load the saved page on sidebar opening/closing if nothing else works.
BTW, your post formatting could be fixed by using 3 consecutive ` on empty lines, like so: