Greasy Fork 还支持 简体中文。

IMDB List Importer

Import list of titles or people in the imdb list

< Σχολιασμός για τον κώδικα IMDB List Importer

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 22/11/2023

Hey anyway to add movies to top of the list. I do some webscrapping on some movie sites and get imdb id. But when i try to add movies with your code they are added at bottom.

var x = new XMLHttpRequest()
x.open("POST", "https://www.imdb.com/list/list-id/tt0095956/add", true)
x.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
x.send("input-field")

Neinei0kΔημιουργός
§
Δημοσιεύτηκε: 23/11/2023

Hi, I updated the script. Now items can be added in any position and can also be inserted in reversed order.

§
Δημοσιεύτηκε: 23/11/2023

Thx for the update love the new feature

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.