Date Name Downloads
Dec 3, 2005 1.6 6346
1.6
1.6
Dec 3, 2005
To be determined
6346

version 1.6 – December 3, 2005

LDDMonkey stopped working when Firefox got upgraded to 1.5. Kurt Higley

(http://www.higs.net) fixed it within a day! His changes included:


  • expander.onclick = … changed to expander.addEventListener('click', …)
  • calls to XMLHttpRequest changed to GM_xmlhttpRequest
  • restructure getResponseText() function to split it out a little better



    I made a few changes to the URL processing, but otherwise included the changes

    as-is. Thanks Kurt!



    I also added "https://.lotus.com/ldd" to the @include list for when you're

    logged in to the forum, and made it possible for the script to try to reload

    a response message if an earlier attempt never returned anything (which seems

    to happen at times).