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

Fix for comments not getting updated. #35

Closed primaryobjects closed 8 years ago

primaryobjects commented 8 years ago

This is a fix for the comments no longer getting updated.

The problem is that Google is no longer returning the JSON for the comments in the expected format. Some of the JSON fields have changed position. This fix updates the regular expression to parse the JSON correctly.

This allows the latest comments to display and also the progress bar now correctly updates to 100%.