liady / ChatGPT-pdf

A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link
MIT License
1.47k stars 153 forks source link

chrome was saying sheet was null, and throwing type error #36

Open davidany opened 1 year ago

davidany commented 1 year ago

this was error

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'sheet') Context https://chat.openai.com/chat/b4fd8e8b-353f-4a78-b7a0-7f950a9e9140 Stack Trace content_script.js:255 (anonymous function)

const localCss = getCssFromSheet( document.querySelector(style[data-styled][data-styled-version]).sheet ) || "body{}";

davidany commented 1 year ago

this is my first pr to someone else's project, so if I screwed it up, please let me know, but I tested locally on chrome and chat-gpt save as link now working for me

Martinligabue commented 1 year ago

works also for me and a friend that had the same problem

davidany commented 1 year ago

the buttons kept flashing at bottom of page, I changed the check to false and it stopped the issue, please let me know if I broke something else

aolko commented 1 year ago

please fix this behavior @davidany