Title: Capture Topics of a Community Post by: Tina on July 17, 2007, 10:01:16 AM Capture Topics of a Community # This script will show all the topics in a community. # Run the script in any community. Code: javascript:c=document;a=c.createElement('textarea');a.style.position='absolute';a.rows=30;a.cols=80;a.value=document.body.innerHTML.match(/tid.*/gi).join('\n').replace(/\'/gi,%22 %22).replace(/tid=/gi,%22'%22).replace(/\%22\>/gi,%22 - %22).replace(/\<\/a\>\<\/td\>/gi,%22',%22);b=c.body;b.insertBefore(a,b.firstChild);void(0) # Easiest way to know all the recent topics in a community Title: Re: Capture Topics of a Community Post by: Hellraiser on August 15, 2007, 01:30:19 PM gud 1
|