so, i got this code from https://hessostrange.neocities.org/hovereffects , i customized it and everything, it looks like this:
<style>
.friends-grid img:hover, .comments-table td img:hover:before{
filter: blur(0px) !important;
transition: filter 0.5s;
}
.friends-grid img:hover, .comments-table td img:hover{
filter: blur(5px) !important;
}
</style>
BUT!!!!!!!! i don't know how to make it fade back to normal when you move the cursor off of it.