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.
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
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