Skip to content

External Rating broke #6

@Jogai

Description

@Jogai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions