aviary-apps / Pelican

Chrome extension for better Facebook :shipit: Works only with the previous design of Facebook.
MIT License
16 stars 9 forks source link

Make extension work on a fixed period of time #21

Open gauthamzz opened 5 years ago

gauthamzz commented 5 years ago

There is a lag due to extension always running on bg. Tbh we only need it to work when page loads and then it can stop working.

This issue requires rewriting the logic of how the functions are being called. Right now we use buttons with corresponding variables. This is not a good way. Any alternative method for the buttons is appreciated.