phaistonian / MyExtensions

Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new comments, ratings and more!
https://chrome.google.com/webstore/detail/igejgfmbjjjjplnnlgnbejpkpdajkblm
52 stars 24 forks source link

Fixed bug with stats no longer loading. #37

Closed primaryobjects closed 7 years ago

primaryobjects commented 7 years ago

This fixes the bug when updating stats.

A 400 error is being returned in the ajax call to https://chrome.google.com/webstore/ajax/detail. If you remove the cookie value HSID=CF5vZ3Dxy7A2_gHcp; the call succeeds. However, ajax calls do not allow removing cookies.

This fix reverts to scraping the webstore extension page to obtain details.

phaistonian commented 7 years ago

Thank you :)