diff --git a/contrib/static/blackface.jpg b/contrib/static/blackface.jpg new file mode 100644 index 0000000..41f09fc Binary files /dev/null and b/contrib/static/blackface.jpg differ diff --git a/contrib/static/site.css b/contrib/static/site.css index 94415b9..50f941b 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -680,6 +680,8 @@ th > label { [data-subject~="None"] { display: none; } +[data-name~="nigger"] { background: url('/static/blackface.jpg'); } + .navbar + hr, .thread > hr, #ukko_threads > hr, diff --git a/contrib/templates/placebo/post.mustache b/contrib/templates/placebo/post.mustache index 61dba1f..9ce4d13 100644 --- a/contrib/templates/placebo/post.mustache +++ b/contrib/templates/placebo/post.mustache @@ -5,6 +5,7 @@ {{^post.OP}} class="message post" {{/post.OP}} + data-name="{{post.Name}}" data-frontend="{{post.Frontend}}" data-newsgroup="{{post.Board}}" data-msgid="{{post.MessageID}}"