Greasy Fork is available in English.

IMDb - fix links

Removes all tracking info from imdb links. Keeps other parameters intact.

Đây là phiên bản của script này, nơi mã nguồn đã được cập nhật. Hiện tất cả các phiên bản.

  • v1.2.2 06-09-2021

    normalize more links (title page)

  • v1.2.1 05-09-2021

    added 2 urls to normalize

  • v1.2 02-09-2021

    try to fix first links as soon as possible
    normalizeLnk() is applied on all pages

  • v1.1.2 24-08-2021

    normalize links on "list" pages too
    fix "credits/cast" links on "title" pages (they broke something)

  • v1.1.1 18-08-2021

    small fix to ensure that the mutationObserver is always loaded

  • v1.1 17-08-2021

    fix for new "title" page (normalizeLnk)
    fix for "full-cast" page with thousands of links (eg. "Grey's anatomy", >14000) - the bottleneck was the link variable assignment - better event choice + "async" update.

  • v1.0.2 02-06-2021

    links uniformity - fix links in bio text (missing trailing /)

  • v1.0.1 30-04-2021

    catch all imdb.com links

  • v1.0 23-04-2021