var fDesc=new Array(); fDesc[0] = "This is the second release of the EZThumbz script for Greasemonkey. Automatically loads all of the gallery data about the deviant as they enter the #Thumbsshare room .Users can simply select works they would like to share and then click the "Thumb it!" button to automatically add the thumb codes to the dAmn chat window.
Features:
- Integrated with the existing dA Modals.
- Detects user privilege class and limits thumb posting accordingly (for #Thumbsshare).
- Works in all chat rooms.
- Reworked the image loading process to improve load times.
- Button will automatically add itself to the active chat window when gallery has loaded.
- Redesigned interface."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }