Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
not returning ratings.
Lines 437 - 455 need to be replaced with:
//#topSection > section > div.mop-ratings-wrap.score_panel.js-mop-ratings-wrap > section > section > div.mop-ratings-wrap__half.critic-score > h2 > span > span.mop-ratings-wrap__percentage const criticsRating = responseDoc.querySelector('div.mop-ratings-wrap__half.critic-score > h2 > span > span.mop-ratings-wrap__percentage'); critText = (criticsRating)? criticsRating.innerText : "#" //#topSection > section > div.mop-ratings-wrap.score_panel.js-mop-ratings-wrap > section > section > div.mop-ratings-wrap__half.audience-score > h2 > span > span.mop-ratings-wrap__percentage const audienceRating = responseDoc.querySelector('div.mop-ratings-wrap__half.audience-score > h2 > span > span.mop-ratings-wrap__percentage'); audText = (audienceRating)? audienceRating.innerText : "#" } if (movieOrTV == "M") { const criticsRating = responseDoc.querySelector('#tomato_meter_link > span.mop-ratings-wrap__percentage'); critText = (criticsRating)? criticsRating.innerText : "#" // Get the users rating const audienceRating2 = responseDoc.querySelector('div.mop-ratings-wrap__half.audience-score > h2 > a > span.mop-ratings-wrap__percentage'); audText = (audienceRating2) ? audienceRating2.innerText : " # " }