This repository was archived by the owner on Jun 26, 2022. It is now read-only.
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
Slight delay and glitch when clicking on 'bookmarks' for the first time #6
Open
Description
This happens because:
- The credentials needed to get bookmarks, add bookmarks, remove bookmarks are available whenever one clicks the DM navbar button.
- So we need to simulate a click to the DM navbar button to get the required credentials.
- So you,
- Either click on DM button manually and close it
- Click on Bookmarks button directly, which opens and closes DM modal
- After the creds are recieved, there will be no glitch
Possible solutions to explore:
Check if creds are present in the page itself in the HTML, that way we won't have to watch for the creds.