script gets imdb login status wrong
![]() ![]() |
Hi, I am using ver 2.1.1 (2009-09-02). Greasemoneky ver. 0.8.20090123.1 . I love the idea of this script! I am logged into imdb but the script incorrectly states that I am not logged in. At the time of initial install, the script was working correctly but now it does not work. I've tried uninstallng and reinstalling the script but that did not fix it. See the following screenshot for details.
I've also set the debug to true in the script but it did not give out any additional messages. Can anybody tell me what I am doing wrong? What can I do to fix this? Thanks. |
![]() ![]() |
The layout of imdb changed recently and with this some ids.
var account = document.getElementById('nb15personal');
in the script und change it to var account = document.getElementById('nb_personal');
|
![]() ![]() |
andre-r, That seems to fix it, thanks. However, the page layout is all broken for firefox 3.5.3/Windows XP SP3 . This happens even in safe mode (which I assume all plugins are disabled.). |
![]() ![]() |
> the page layout is all broken for firefox 3.5.3/Windows XP SP3 . The page layout seems to work fine when I fiddle w/ site preference settings. FYI, here is my current site preference settings: Display full credits (title pages): checked
|
![]() ![]() |
I can still use it without problems. Why do you get a different layout? Is it a imdb beta test or something?
|
![]() ![]() |
See: http://www.imdb.com/board/bd0000040/thread/1466...
Since it seems there are two designs at the moment, it is probably better to get the account element with something like: var account = document.getElementById('nb15personal') || document.getElementById('nb_personal');
---
|
![]() ![]() |
script is updated to accomodate the ui change |


