Greasy Fork is available in English.

IMDb - fix links

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

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • v1.2.2 2021/09/06

    normalize more links (title page)

  • v1.2.1 2021/09/05

    added 2 urls to normalize

  • v1.2 2021/09/02

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

  • v1.1.2 2021/08/24

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

  • v1.1.1 2021/08/18

    small fix to ensure that the mutationObserver is always loaded

  • v1.1 2021/08/17

    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 2021/06/02

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

  • v1.0.1 2021/04/30

    catch all imdb.com links

  • v1.0 2021/04/23