You could modify my [Lesson/Review Count in Forums] script.
On line 133, it gets the number of available reviews:
var reviews = json.requested_information.reviews_available;
Right after that, insert the following:
if (reviews > 0)
window.location.href = 'https://www.wanikani.com/review';