OPTIONS:
Add to User JS to fade spammers
#--------—-
// User Settings
var anonsw = {
qflair: , //'' Examples: REAL, →
qcolor: '#99d6ff',
youcolor: '#F3D74D',
scrollcolor: 'rgba(153, 153, 153, 0.6)',
scrollbackcolor: '#333',
scrolltime: 400, // ms
updateDelay: 200, // ms
sidenavWidth: 30, // px
floodEnabled: true,
floodThreshold: 10, // min # posts before beginning fade
floodVanish: 15, // max # posts before completed fade/hide
floodBehavior: 'fade', // hide, fade
fadenametripregex: /^(Anon(ymous)?-.|.-!!Hs1Jq13jV6)$/i,
fadenametripfloodvalue: -1, // Effective post count for fading, or -1 for auto of floodThreshold+post count
strikeThroughNameFags: true,
rateHistoryLen: 50, // Data points on chart
rateAvgLen: 10 // Number of data points to average for instantaneous rate
};