var fDesc=new Array(); fDesc[0] = "- remove stats send to urls (mstat.flashget.com, s4area.flashget.com:8083, stat*...clientaction) see http://code.google.com/p/hostsx/source/browse/trunk/AcrylicHosts.txt
- remove ShareURL Service (* /fg4/sul,...)
- remove invalid url's (http://192.168.2.36/source_a/jolin_a.rmvb,...)
- Trackers & BT related left as is in btcoreu.dll they are:
torrent.info, bt.5qzone.net, 61.152.91.91, 239.255.255.250:1900, btmitan.3322.org, btmitanl.3322.org, btfans.3322.org, bt.cnxp.com, bt.gamesir.com, router.flashget.com, router.167bt.com, router.167bt.com:554, router.lanspirit.net, router.bittorrent.com, btinfo.flashget.com, nat.flashget.com
- use Google for file search (type %20 instead of space between words - space breaks into 2 browser windows open bug)
- remove unused res in flashget program exe (skins are used)
- compact gfx (bmp rle, png's)
- reduce program size
- rebuild exe and setup without 3th party toolbar install
- several setup types with without tcpip patch, upnp tool, bho click catcher
- add Firefox 4 working extension link
- add DM-Bridge oGet for Google Chrome extension link
- changed Skin
- reduce uninstaller file size"; 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 = ''; } }