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.
Encountered the same issue. IMDB must be serving different pages for testing…
The following 2 changes seem to resolve the issue:
In function highlightTitle()
if (!title)
title = document.querySelector("[data-testid=hero-title-block__title]");
In function highlightLinks()
if (!searchResultTitle)
searchResultTitle = a.querySelector("div > div[class*=searchResult__constTitle]");