Closed zubyj closed 1 year ago
leetcode explained
changed the title v0.0.2 has some warnings when users download the extension. See if we can get rid of the warnings (remove tabs api, only browse certain openai.com endpoints Get rid of warnings when downloading extension by trying to remove some chrome apis and permissions now
6a2ac98
The first warning will only warn against the "https://chat.openai.com/api/auth/session" endpoint now. The second warning cant be helped. I need to read the tab name to figure out whether to add the leetcode solution to the page. Also the tab name is used to figure out the right problem to insert. I could create a button to add the video and then i'd only be using the activetab api which wont show the warning but the current implementation is a lot cleaner.