IMDb allows you to add movies to the My Movies section. This is very hard to use. This script adds tons of functionality to make IMDb My Movies useful for managing your Must-See lists, DVD collections etc. It also highlights movies you voted for.
Version: 2.1.2
Copyright: 2008+, Futuros
License: Creative Commons Attribution-Share Alike 3.0 Netherlands License; http://creativecommons.org/licenses/by-nc-sa/3.0/nl/
| Recently Updated Topics | Posts |
|---|---|
| working in Google chrome / ... | 5 |
| Script not working anymore | 23 |
| Script on Google Chrome | 4 |
| Requested Features | 20 |
this script has 11 topics, 86 posts
| Review Summary | ||
|---|---|---|
| (2) | ||
| (2) | ||
| (0) | ||
| (0) | ||
| (0) | ||
this script has 4 reviews
Got a question or suggestion? Leave a comment.Like my script? Leave a review or 

For bigger screens see below ↓
Change log
- 2.1.1 (2009.09.02)
- Bugfix: Problem with the verification of an added category
- Bugfix: Problem with getMovie function
- 2.1.0 (2009.08.27)
- Feature: Styled category menu. Switches between on/off per category
- Feature: Update movie status based on Ajax response. Less ajax calls needed.
- Feature: Rebuild movies cache through context menu.
- Feature: Update page and cache on Vote
- Feature: Script now runs on details pages, episode list etc.
- Feature: Automatic version checker
- Fix: Custom getElementsByClassName function. FF2 is now supported.
- Fix: Support for /Title? tags
- Fix: Support for imdb.de, uk.imdb.com, us.imdb.com, italian.imdb.com
- 2.0.5 (2009.08.12)
- Bugfix: problem getting the username after IMDb update
- 2.0.3 (2009.05.22)
- added a warning for a third party cookies problem
- 2.0.2 (2009.05.05)
- when changing a single category it took the status from the checkbox instead of the movieObj
- 2.0.1 (2009.05.05)
- fixed a small bug. Script didn't start when going back to a page after a visit to the my movies page
- 2.0 (2009.05.04)
- Tag movie links on external pages
- REQ: Made the appearance more suitable for different skins (stylish)
- REQ: The Category names in the forms have been changed to links. To quickly add/remove to/from single categories
- Pulldown menu's for all movie titles
- Automatically clean the recycle bin after a movies has been deleted
- Update the categories without page reload
- Cleaned up some of the code
- hideActionBox is no longer included
- 1.1 (2008.11.14)
- Solved some issues with empty movie lists
- 1.0 (2008.11.10)
- First public release
Todo
- 2.2.0
- implement configurator and more configuration options like:
- labels on title page
- labels on movie links
- user vote on movie links
- colors
- improve updater/version checker
- rebuild cache automatically every x days
- recycle after x entries
- add highlights on other peoples my movies lists
- layout of pulldown menu in external pages
- resolve issues with multiple links to the same movie.
currently only the first one gets an pulldown menu otherwise there will be problems with duplicate form id's
- implement configurator and more configuration options like:
- 2.3.0
- vote for movie via pulldown
- add some more documentation/comments in the source
- Check for double entries in the mymovies lists
- performance optimizations
- Remote login functionality
No deadline. Maybe some day i'll finish this todo list.
Customisation
Third party websites
It is now possible to use this script on websites other than IMDb itself.
Just add the website in the manage scripts panel.
Make sure you either have thirdparty cookies enabled or added imdb.com to your allowed exceptions.
Javascript options
var CONFIG = {
label: {
goto: true, // use links to go to the mymovies lists instead of deleting from that category
confirmation: true // ask for confirmation when deleting a category with a link; NB: only used when goto:false
},
cleanup: true, // Should automatically empty recycle bin
pulldown: true, // a pulldown menu for every movie link
debug:{
level: 0, // prints info to the error console; level 0: nothing, 1: basic log messages, 2: all;
popup: false // show notifications when something gets deleted or updated
} };
// Colors
var COLOR = {
link: '#606060',
highlight: '#ddddbf',
vote: {
high: {text: 'white', bg: 'green'},
medium: {text: 'black', bg: '#FFCC00'},
low: {text: 'white', bg: 'red'},
} };
Problems?
If you're having problems with the script the debug function might give some answers. See the CONFIG variable.
Note: movies which are in you're 'Pending' list or in the 'Recycle Bin' are ignored and not displayed. You should move them to one of the other categories in your movie list.
Screens
New menu to quickly add a movie to multiple categories.

See which movies you have voted for and/or are in your movie list


It's even possible to add them to third party websites










