sushrut111 / cowin-automation-extn

Source code for chrome extension Cowin Booking. Auto fills the fields on cowin vaccine slot booking portal to speed up the process and quickly book a slot.
MIT License
47 stars 31 forks source link

Tool not working across multiple tabs #64

Closed anilkothari08 closed 3 years ago

anilkothari08 commented 3 years ago

I tried accessing search by district in first tab and search by pin code in second tab. When I write this in console 'console.log(window.localStorage.getItem("searchpref"));' , I get pincode instead of district in first tab. And I feel this affects the working of the bot as it is not able to successfully book available sessions. Suggestion to solve this issue - https://stackoverflow.com/questions/12617536/store-browser-tab-specific-data

sushrut111 commented 3 years ago

It's not made for multiple tabs. I am aware of this.