Small Issues
![]() ![]() |
This is, hands down, my favourite Greasemonkey script, However it only seems to be working half the time at the moment. It just seems to stall on the "Loading Wishlist items" screen. I can't tell why sometimes it works and sometimes it doesn't, any chance of a quick update? |
![]() ![]() |
Hanging appeared to happen when a product didn't have a price anymore. I've rewritten the script to try to ignore when a product doesn't have a price. |
![]() ![]() |
Thanks for developing this, its a much needed idea. I'm finding that it hangs, also, regardless of whether there is a price or not, I waited a few minutes for just a list that had three items, and it never came up. Perhaps Amazon changed their HTML again. |
![]() ![]() |
For whatever it is worth, I am having the same 'hanging' problem. I looked through the Amazon code for the page and they may have changed 'tiny' to 'small' but changing that in the script just breaks the script. **Edit: I found a way to get this working again, you just need to make some small changes to the script. All I had to do was change what the script was searching for as a title. Instead of searching for a titleStart span of "tiny", replace that tiny with "small productTitle" (sans quotes. This is in the processObject function. |
![]() ![]() |
wrongindustries' workaround worked for me. Thanks. |
![]() ![]() |
Thanks for the heads up, wrongindustries. I think I have it fixed now. |


