Greasy Fork is available in English.

IMDb - fix links

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

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.2.2 6/9/2021

    normalize more links (title page)

  • v1.2.1 5/9/2021

    added 2 urls to normalize

  • v1.2 2/9/2021

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

  • v1.1.2 24/8/2021

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

  • v1.1.1 18/8/2021

    small fix to ensure that the mutationObserver is always loaded

  • v1.1 17/8/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 2/6/2021

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

  • v1.0.1 30/4/2021

    catch all imdb.com links

  • v1.0 23/4/2021