The-CodingSloth / haha-funny-leetcode-extension

MIT License
393 stars 75 forks source link

Restore original url after completion #104

Open usama280 opened 2 months ago

usama280 commented 2 months ago

I think whats currently a little annoying with this extension is that it doesn't reload the original page I was trying to open or had open (after computer restart). This makes it hard to remember what I was planning to do or doing the day before. The only solution is to go through your browser history to find it.

I'm probably going to work on this myself and push a fix out there.

usama280 commented 2 months ago

welp, i spent an entire day trying to figure this out and nothing quite worked like I wanted it to. Does anyone have any suggestions? Somehow I want to capture the searched URL before it redirects. The listener keeps updating the value which doesn't work when you have multiple tabs. I think the issue has to do with how the redirect is set up, not letting the initial query load nor saving it, simply forcing a redirect regardless of query.