Rotten Tomatoes info on IMDb

Fetches review count and average review score from Rotten Tomatoes

< Відгуки до Rotten Tomatoes info on IMDb

Відгук: Добре - скрипт працює добре

§
Опубліковано: 01.07.2021

For the new IMDB layout add this code after line 87

    //new layout
    const nav = document.querySelector(
      '[data-testid="hero-subnav-bar-topic-links"]'
    );
    if (!nav) {
      return;
    }

    const li = document.createElement("li");
    li.classList.add("ipc-inline-list__item");
    li.appendChild(link);

    nav.appendChild(li);
    //end of new layout
§
Опубліковано: 01.07.2021

It's Frankenstein coding but it works.

vacuumАвтор
§
Опубліковано: 04.07.2021

Well, thanks for fixing my code for me. I posted a new version which should hopefully work for a while.

§
Опубліковано: 04.07.2021

Thanks for updating <3

Опублікувати відповідь

Sign in to post a reply.