Experiment: Hide DU names CSS script: [View all]
I've been trying an experiment recently whereby I hide almost all identifying information about DU posters.
I downloaded the Stylish plugin for Firefox (there's also one for Chrome), and added the following code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.democraticunderground.com" {
}
table.default-table .author {
display: none;
}
table.reply-table td.author {
display: none;
}
p.post-author2 a.author2 {
display: none;
}
p.post-replyto {
display: none;
}
.post-sig {
display: none;
}
p.post-author {
margin: 0px;
display: none;
}
p.post-avatar {
display: none;
}
div.content-container {
padding: 17px 0px;
margin: 0px 13px 0px 20px;
min-height: 34px;
}
table.input-form-table tr:nth-child(1) {
display: none;
}
h2.usersection {
display: none;
}
a.mp-author {
display: none;
}
This code will remove all usernames of all posters except on their profile pages (because that uses a common CSS code that the rest of the site uses and I couldn't figure out how to fix it). This includes in PMs, in My Posts, in the main forum author pages, everywhere I can find on the site. This code will also remove all signatures and avatar pictures (and make a bit more space for the forum display so it's not ugly when removing the avatars).
I literally don't know who is replying to me or who I am replying to without going to the effort of figuring out who it is. So far I have found myself doing it twice when I felt attacked (just by turning off the style or by going to the profile page).
Try it out, it can be quite refreshing. And telling about some others. And before anyone asks, yeah, it's actually pretty hard to differentiate posters by writing style, only a few ones stand out, so I really don't know who I'm responding to.