[ / / / / / / / / / / / / / ] [ dir / cyoa / hwndu / hydrus / just / reddit / sonyeon / strek / wai ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): d23ece797ca8921⋯.png (1.19 MB, 802x854, 401:427, CIA NIGGERS.png) (h) (u)

[–]

 No.805350>>805412 >>805627 >>805633 >>805662 [Watch Thread][Show All Posts]

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.

 No.805412>>805418

>>805350 (OP)

There's a shitload of inconsistencies and stupid shit in the HTML and CSS.

OP's files are outside it's own post container, the HTML elements of code blocks get flipped inside out if there's more than 1 in a single post, many things in the overboard are different than the catalog for no reason. Many things aren't contained in literally anything and/or don't have a ID nor class to style it with (catalog control buttons, links in page numbers, reply to thread button, file info stuff, half the things in the post form). Many things have inline styles which requires !importants everywhere to negate (announcement, numerous things in front page).

I'm probably forgetting a whole bunch too.


 No.805415

https://pastebin.com/raw/WTAS4Ju2

Check out CSS I just made that makes /tech/ a lot more comfy.

I can't seem to make the New Reply button not fucking retarded btw and gave up on the effort of trying to get it to scale properly with the fields beside it.


 No.805417

That's not even the worst. How about the fact that your own_posts in the local storage grows unbounded and is never cleaned up at any point (not even to the latest few hundred or thousand elements per board)?

I have a minimized version of this in my userscript thing in my User JS in the options to deal with how stupid it is:


(function (max, localStorage, JSON) {
var posts = JSON.parse(localStorage.own_posts || '{}');
for (var board in posts) {
var arr = posts[board];
if (arr.length > max) {
posts[board] = arr.slice(-max);
}
}
localStorage.own_posts = JSON.stringify(posts);
})(500, localStorage, JSON);

Which ends up looking like this:

!function(o,a,n){var r=n.parse(a.own_posts||"{}");for(var s in r){var t=r[s];t.length>o&&(r[s]=t.slice(-o))}a.own_posts=n.stringify(r)}(500,localStorage,JSON);

Would it be that fucking hard to have something like that on every post? I suppose I could just do it on new posts, but it's stupid that I have to do it at all rather than just doing some sort of bounds check with a config value and a sane default.


 No.805418>>805448

>>805412

>Many things have inline styles which requires !importants everywhere to negate (announcement, numerous things in front page).

THIS fucking THIS. I hate having to deal with that shit.

You should come to https://mewch.net/cancer/ btw and help out there with development, they actually listen and respond to shit, so if you find an issue and describe it and tell them about it, they fix it in about a day, and if you submit the fix yourself in even quicker. Very engaged development team.


 No.805448

>>805418

As much as I hate the shit in 8chan, I think the link you gave describes pretty well how I feel about your suggestion.


 No.805451

go back to /soc/ please


 No.805627>>805632 >>805724

>>805350 (OP)

>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.

spotted the faggot that doesn't use the Tomorrow theme


 No.805632

>>805627

>not writing your own theme


 No.805633

File (hide): dc714525df9c1ee⋯.png (9.93 KB, 494x345, 494:345, desontfuckingwork0.png) (h) (u)

>>805350 (OP)

this shit also doesn't work, I might actually try to read the source code and actually fix it


 No.805662

>>805350 (OP)

>He just ignores me and when I sperg out and attack the site he still doesn't pay attention.

>He just ignores me and when I sperg out and attack the site he still doesn't pay attention.

>He just ignores me and when I sperg out and attack the site he still doesn't pay attention.

>He just ignores me and when I sperg out and attack the site he still doesn't pay attention.

my dude, kill yourself


 No.805724

>>805627

>spotted the faggot that doesn't use the Tomorrow theme

Dude, I'm talking about the default CSS that the majority see, the shitty Yotsuba CSS.

Pic related is my theme.


 No.805725>>805727

edit nvm, still can't upload pictures to this site for some gay ass reason


 No.805727>>807134

>>805725

>upload pictures to this site for some gay ass

Is that supposed to work with any picture?


 No.807134>>807166

>>805727

Testing if I can finally upload pictures to 8chan. If you can see this post then you can see what my view of /tech/ looks like.


 No.807166

>>807134

i cant see your image :/


 No.807195

Thank you op, I was wondering why the site ran like absolute shit for the longest time.

can the javashit code be used in greasemonkey?




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
16 replies | 2 images | Page ???
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / cyoa / hwndu / hydrus / just / reddit / sonyeon / strek / wai ][ watchlist ]