Aebel-Shajan / scroll-minimap-for-chatgpt

Chrome extension to add minimap to chatgpt chats
https://chromewebstore.google.com/detail/scroll-minimap-for-chatgp/apekbedjllgmacohbcckgipfhjddehkf
GNU General Public License v3.0
23 stars 2 forks source link

button disappears #19

Open negru-ioan opened 2 days ago

negru-ioan commented 2 days ago

Hi. I just installed the extension but could not try it because the button disappears after showing briefly. Really want to try it, looks nice.

https://github.com/user-attachments/assets/7da028e2-b1eb-49b1-9b7d-8495a88d912a

negru-ioan commented 2 days ago

Saw these errors in the console but i dont think they are related because they appear even when i dont have the extension installed image

negru-ioan commented 2 days ago

nvm. Its not your fault. I think some other extensions interfere with it (like ublock origin...). I tried with other chrome profiles and the one without extensions works fine

Aebel-Shajan commented 2 days ago

Yeah i think it has to be other chrome extensions. I recently had this happen with the dark reader chrome extension.

I assume the document body rerenders from the other chrome extension. I might have to add like a timer or something to check if the minimap is rendered onto the page, if not then I add the minimap container in again.

I feel it's definitely fixable though, thanks for bringing it up :)