IMDB Ratings Importer

Import ratings for movies, TV series and episodes from a csv file.

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v2.01 2024-05-22

    Log output fix

  • v2.0 2024-05-22

    Updated to work with new IMDB UI.

  • v1.2 2023-05-17

    Bug fix (discussion 183933) Due to same-origin policy Violentmonkey didn't send cookies to the server, which resulted in an error. But strangely, the script still worked in Greasemonkey. Fixed by replacing XMLHttpRequest by GM.xmlHttpRequest.

  • v1.01 2023-05-17

    Bug fix (discussion 183933): file with Windows style line ending could not be imported if "const" or "your rating" field is the last field in the file. The fix also allows importing files with Mac OS classic line endings.

  • v1.0 2023-04-12