Greasy Fork is available in English.
Adds a 'Download CSV' button to the personal ratings page in Rotten Tomatoes which downloads a Letterboxd compatible CSV file.
< Opinie na Rotten Tomatoes export CSV button with Reviews- update -2020
Figured out the problem with this script -- now that the page is an infinite scroll, it's necessary to poll the page for entries not at page load but upon clicking the Download button. By simply taking the majority of the code currently listed above the declaration of the "Download" function and moving it WITHIN the "Download" function, the script will work as intended for any entries loaded on the page. Simply keep scrolling to the bottom until no further entries load, jump back to the top, and click "Download."
Are you able to post a screenshot of exactly what you changed about the script? I still cannot get it to work.
Figured out the problem with this script -- now that the page is an infinite scroll, it's necessary to poll the page for entries not at page load but upon clicking the Download button. By simply taking the majority of the code currently listed above the declaration of the "Download" function and moving it WITHIN the "Download" function, the script will work as intended for any entries loaded on the page. Simply keep scrolling to the bottom until no further entries load, jump back to the top, and click "Download."