Tryed repairing forums didnt help. Mybe it is coded so closed topics are excluded from topic query?
Ok yet again found solution on my own.
Existing script was almost valid, problem was that author had hard coded table prefixes which I changed to use prefixes from WP configuration, now it works like I wanted.
And here I posted my edited script for other user use http://pastebin.com/ANBwipYR
ok never mind fixed it by adding
-webkit-animation-duration: 0s; /* Chrome, Safari, Opera */
animation-duration: 0s;
one plugin was adding
animation-duration: 0.0001s
to all img tags