uncenter / npm-on-github

📈 A Chrome extension to view NPM package downloads right on GitHub.
https://chrome.google.com/webstore/detail/npm-on-github/ldpbompbnpjmnfabebpbjohomchefogk
MIT License
5 stars 0 forks source link

Improve reload/page change detection #12

Open uncenter opened 9 months ago

uncenter commented 9 months ago

Refined GitHub has this done perfectly, investigate how they have done that. Also worth investigating how they handle both Firefox and Chrome support - I think this is done with the background script approach for fetching that I had previously considered.

Resources: