Import ratings for movies, TV series and episodes from a csv file.
These are versions of this script where the code was updated. Show all versions.
Log output fix
Updated to work with new IMDB UI.
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.
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.