>>9628774
>[Enter as a Name filter, click Reg ex]
>^(?!(Anonymous$|Q$|Ron$))
>[Enter as a Comment filter, click Reg ex]
>Daniel$
>[CSS theme]
>/ Add a blur and opacity change to images that fades-to-normal when moused over /
>.post-image {
> opacity: .8; / Can be between .01 - 1 /
> filter: blur(1.5px); / Can be 0 - 10+ /
> transition: all 233ms;
>}
>.post-image:hover {
> opacity: 1; / Can be between .01 - 1 /
> filter: blur(.5px); / Can be 0 - 10+ /
> transition: all 89ms;
>}
>[Disable images completely]
>Options->General->Hide Images
Your fucking bots suck