div.post { overflow: hidden; }
Such a simple thing to add to the default CSS but cuckmonkey will never do this or any other suggestions I make. Just this one line of code solves a lot of issues with weird characters and other things on this site fucking shit up and spilling outside of a post.
input, textarea, #user_flag, select {
background:#eee;
color:#444;
}
input[type="submit"], select, input {
border: 1px #aaa solid;
}
At present the textarea your write your comment, the submit and user flag button, various other buttons and input fields (such as subject, email, password, name) all have their background color, text color, and borders defined by your OS. So people on Linux Mint, a very popular OS amongst many of the users of this site, have a fucked up reply box, and there is no consistency in how buttons and so on look across different devices like android, windows, apple, linux, etc.
Actually fucking defining this stuff in the CSS as I've done here solves that issue.
I've literally been trying to get CuckMonkey to add these fixes for I think maybe a year now? At least several months. He just ignores me and when I sperg out and attack the site he still doesn't pay attention.
It's a simple fucking thing to fix. He just has to go to https://8ch.net/stylesheets/style.css and fucking add these lines in. It'll take him minutes. However he'd rather play whack-a-mole with me for months than do that.
Also yes I realize I'm posting on /tech/ and not /sudo/ right now but I just want to have a discussion on here about annoying shit about this site that never gets fixed, exploits, etc.