forked from soyguijarro/userscripts
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
| var filmTitle = document.querySelector("#featured-film-header h1").textContent, |
Maybe switch to:
document.querySelector("#content h1")?.textContent || document.querySelector(".primaryname")?.textContent
Both work, but doing it this way hopefully it breaks not as easily.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels