=We are at war. C_rAn is flooding our board with suicide subliminals=
If you're not filtering, you're helping the clowns produce useful idiots~ The blur-on-image is indispensable to us generating insights.
) * ( ) ( (
( ( /( ( ` )\ ) ( /( ( )\ ) ( )\ )
)\ )()) )))( (()/( )()) ( )\ (()/( ( )\ (()/(
((/ )(()\ (()()\ /()) (()\ )(() /()))\ (((()( /())
)_ (() (()(()())_| (() (() ()) (() )\ _ )())_
((/ |/ _ \ | \/ || |_ \ \ / / | _ )| _ \| |()(_)| \
| (| (_) || |\/| || | \ V / | _ \| /| _| / _ \ | |) |
_|___/ || |||| |_| |/||\||// _\ |_/
Because the Battlefield is your Limbic System; Banish Abuse.
Regex Filters:
/ Filters any name other than [left empty], Q, and Ron(CodeMonkey) /
[Enter as a Name filter] ^(?!(Anonymous$|Q$|Ron$))
/ Filters just the clowns rootkit + rape subliminal deployment tool, AKA cr[e]epbot /
[Enter as a Name filter] ([])=,e
/ Filters any combination of upper and lower case letters eg. re: milts' spam /
[Enter as a Comment filter] [Cc][Aa][Nn][Aa][Aa][Nn][Ii][Tt][Ee]
[Enter as a Comment filter] \b[Dd]aniel
[Enter as a Comment filter] [Ff][Ii][Nn][Kk][Ee][Ll]
[Enter as a Comment filter] [Rr][Aa][Bb][Bb][Ii]
[Enter as a Comment filter] [Kk][Ee][Kk]
[Enter as a Comment filter] [Cc][Ll][Oo][Ww][Nn] [Bb][Oo]
Theme | Custom CSS Basics:
/ Decrease RED TEXT size and recolour to Hot Pink for teh lulz. /
span.heading {
color: #ff00f0; / Hot Pink /
font-size: 4pt; / Real small, default is 11pt /
}
/ Add a blur and opacity change to images that fades-to-normal when moused over /
.post-image {
opacity: .5; / 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;
}