Anonymous
4chan X + Stylechan + Chance + Kurobaex + Clover updates 06/05/26(Fri)00:22:01 No. 108982340
4chan X + Stylechan + Chance + Kurobaex + Clover updates 06/05/26(Fri)00:22:01 No. 108982340
4chan X + Stylechan + Chance + Kurobaex + Clover updates Anonymous
06/05/26(Fri)00:22:01
No.
108982340
[Reply]
►
File: style.png (13.8 KB)
https://github.com/ccd0/4chan-x/releases/tag/stable
https://github.com/3nly/StyleChan/releases/tag/v1.6.0
https://github.com/otacoo/Clover/releases/tag/v3.6.2
https://github.com/K1rakishou/Kuroba-Experimental/releases/tag/v1.3.44 -release
Showing all 157 replies.
>>
>>
>>
>>108982614
what else do you need? base xt is already perfect, this fork fixed the filenames
https://github.com/nick-s-b/4chan-xt
if you want a more updooted fork there is neXT, it has a lot of new features, my fav are the download all media button and the improved qr
https://github.com/cercos/4chan-neXT
>>
>>
>>
>>
>>
I have a problem with Stylechan, it doesn't seem to style the post and reply scroll position indicators - the styles are
post-scroll-marker
reply-scroll-marker
so I had to add manual css for them.
not posting on github because I don't have an account
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
File: Screenshot_20260605-014340.png (85.9 KB)
>>108983389
It's all fucked up
>>
>>
>>
>>
>>
>>
>>108983442
>how did you get extensions on mobile?
Quetta for Chrome store ones. Iceraven for Firefox AMO ones. Turn on the developer mode by tapping the about page multiple times if you want to install from an xpi file in Iceraven.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
File: network security.png (84.9 KB)
>>108985095
>>
>>
>>
for nuClover can we get these two changes
>for replies popup you need double tap to navigate to a reply instead of a single tap
>on the captcha screen the notification popup blocks the post button so move that popup somewhere else
>>
>>
>>108984326
>>108984451
XT just works
>>
File: file.png (99.8 KB)
neXT dev please fix the themes
they are supposed to be disabled when you use stylechan
but the backlinks and filenames use the neXT colors with (you) posts (see example pic)
also the custom css should always be enabled, there are some fixes that are only applied with it like the gallery grid and other autistic fixes
>>
File: wojak tired sad diagonal.jpg (31.3 KB)
Is there anything I can just put into tampermonkey and expect it to work on mobile? I used to have an old 4chanx extension on Kiwibrowser but it stopped working recently
>>
>>
File: Screenshot_20260530-062125.jpg (99.2 KB)
>>108988000
I am using Chance, but I (and many others it seems) can't post with it, so I use the internal browser to post.
Pic related gets me a captcha failure, even after email verification.
>>
>>
>>108987851
what version are you using?
i didnt leave custom css enabled because StyleChan has their own custom css and I was avoiding clashes. what I'll do is leave the sections visible but have a checkbox in the section header so that they can be manually re-enabled.
>there are some fixes that are only applied with it like the gallery grid and other autistic fixes
can you explain this a little more?
i am adding any issues in this thread as some todo's but creating a github issue is best to guarantee i see them as I don't always browse these threads
>>
>>
File: file.png (2.0 MB)
>>108988358
i'm using the latest version. i tested the scripts with different browsers just to be sure
on chromium the theme works fine, but on firefox the backlinks turn blue when i get a (you) with stylechan.
>can you explain this a little more?
i use this fix for the gallery, it doesn't work with stylechan's custom css
it's super useful for threads full of pics/* gallery grid */
.gal-viewport {
width: 550px;
}
.gal-thumbnails {
width: 1280px;
flex: 0 0 550px;
flex-flow: wrap;
align-content: flex-start;
align-items: center;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.gal-highlight{
background-color: #9887c9;
}
.gal-name {
position: fixed;
left: 24px;
top: 0px;
}
.gal-labels {
position: fixed;
margin-right: 400px;
}
.gal-buttons {
display: none;
}
.gal-image > [href] {zoom:96%;
}
>>
>>108988560
and this fix to put the active threads at the top in thread watcher >>101209179
>>
>>
>>
>>
>>108988560
and the latest version is 1.0.7. if you are using the update button in violentmonkey it was broken on those first few releases. gotta manually install the newer and it correct the updateUrl and downloadUrl then the update button will work properly
>>
File: file.png (183.6 KB)
>>108988752
holy shit i didn't know about the new options for the thread watcher <3
>>108988762
yea, i was using 1.0.7, and just reinstalled manually
the colors in (you) posts are still bugged
>>
>>
>>108988897
It looks like the gallery is functioning correctly, but you're looking for a grid layout instead of the vertical sidebar. when you said fix it, I thought it was actually broken
I'll add a few different layout types and an option to move the thumbnails around. different sides of the screen or something and play around with it from there.
>>
>>
>>
>>108983589
>Why does 4chan next not show a bar around read threads on the catalog page what the fuck???
can you show me what you mean? whats it show doing or not doing now and what did it do or not do before?
which themes is the captcha failing on?
>>
>>
>>
>>108988560
>>108983612
update to 1.0.8 if you updated to 1.0.7 the update button in your userscript manager should work now if now here's the release page
https://github.com/cercos/4chan-neXT/releases/tag/1.0.8
>>
>>
>>
>>108989421
either use pure css.opContainer:has(.subject:not(:empty)) { display: none; }
or add a filter for anything with a subject/./;highlight:op-has-subject;top:no;
and then use css to select, or not.opContainer:not(.op-has-post) { whatever: you-want; }
>>
>>
>>
>>108990134
i just reissued 1.0.8 with a few small changes i forgot to fix., jsut the auto text for edge only and the thread watcher deatch now stays attached when you drag with the thread watcher. maybe irrelevant to you but if you wanted those you would have to manually update from the release page as the script manager wont pull those 2 changes.
>>
>>
>>108990337
regex must come first, and highlight is a separate option/^$/;type:subject;op:only;highlight:no-subject
the no-subject is a classname you want to apply to matching posts. your custom css you would apply would look like this or however you wanted to mark it..postContainer.no-subject > .post {
background-color: rgba(230, 126, 34, 0.18) !important;
border-left: 4px solid #e67e22 !important;
}
>>
>>
File: 1772967000750050.jpg (158.9 KB)
>>108988931
My Android is old so they are not available. Even Firefox is not available.
Switched to violentmonkey on Kiwibrowser and now it werks again
>>
>>
I felt like people are building their stuff on sand with where XT was at the time of winding down without it completing the Typescript migration. I finally managed to finish the automated non-AI portion of the migration, separated and squashed changes into several commits and then pushed it out. Planning to finish the migration in a separate branch throughout the weekend with AI tooling but hopefully, the base branch should be useful for people.
https://github.com/pacf531/4chan-xt
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>108994283
>>108994340
i think some of you are just reatrded and there's no fix for that
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>108994672
i built-on the highlighting that already existed. i added it have background colors so it would stand out more because the edge highlighting doesn't stand out enough for my eyes. the catalog highlighting is a toggle and easily killed other than that there wasn't much changed the settings page was reorganized and that would feel aggressive but the actual styling enhancements were minimal. what part in particular feels aggressive to you?
>>
>>
>>
>>108995002
i'll add a defaults option for text colors to use defaults so the colors don't auto adjust for contrast, will remain consistent and use theme defaults.
>>108995088
neXT has edge highlighting only with ability to have bg color if you want it.
>>
>>108995123
I've also found that submit on captcha completion doesn't work when the sliderless captcha is on. I feel bad pointing out everything I don't like about it because I can't code at all. Maybe it's just not for me.
>>
File: 1751004117178459.png (1.1 MB)
>>108995123
I'm talking about the highlights I put in the filters. I don't care about highlights for Watched threads or Your post. Even if I disable everything here I can't get it to look like in 4chan-eX.
>>
>>108995310
i'll add it tot he list. dont feel bad because i am relying on the community that is kind enough to help out with finding bugs. im one guy so testing is minimal admittedly . it helps tremendously having people like you to point out bugs. also including details and as much info as you can or pictures helps a ton if it's something visual. i would prefer github but i'll take what i can get at this point.
>>108995297
i will look into this
>>
>>108995416
The spacebar sometimes activates the get captcha button too. I'm just trying to type a complete sentence and BAM the captcha loads and there's no space in my sentence. It's still typing so I don't think it's like I'm hitting tab accidentally, the text box still has focus, or gets it back right after at least.
I'm also >>108988640 so I can't open GitHub issues.
I also found >>108994283. I have no idea how hard it would be to do this but it almost might be easier to completely separate your own styling settings from what you inherited from the base XT.
>>
>>
im also not a fan of how aggressive the restyling of 4chan is within next.
for example, changing of the default link colors and quote text. also if i navigate to a yotsuba board, im still on yotsuba b theming? the removal of the setting descriptions to only appear on [title] hover is also an extremely poor choice and should be reverted.
provide the classes so that it can be styled by the user in custom css, a userstyle, or in stylechan. and make it colored by variables (since its building off XT) for even easier "hooking into". if a new color has to be created, it should fit in with the default 4chan themes as a hint, not completely take over
>>
File: 1752357681680494.png (119.4 KB)
some noticings with the qr
- quote text doesnt color
- not saying it should, but crossboard links dont "link"
- again not saying it should, but links dont either
- heading to jp, there is already a mona font toggler which eats into the idea of the comment previewer
- heading to sci, [math] tags dont get previewed again, should be done by the previewer or the toggler?
- using the correct classes, the flag selector on pol already has the needed declarations, so isnt this being doubled for no reason? also the flags are offset
- the same code doesnt work on mlp
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>108996296
Yeah I know I'm using non-sanctioned XT fork with a couple fixes
https://github.com/nick-s-b/4chan-xt
Using Chromium browser (Vivaldi) and I meant >>108996254 here that 1.6.1 doesn't highlight.
I mean, I can just switch to another fork or stay on 1.6.0 forever until it breaks completely.
>>
>>108996391
Just update, it should work again.
It was working but only if you had vanilla 4chan highlights enabled (for which the option never shows if you don't disable 4chanx) which is why it was working for me.
Simple overlook while testing stuff.
>>
File: 1768684979434382.gif (2.3 MB)
>>108996402
Yay, it's fixed!
>>
cercos and SystemPatch, thank you for your efforts.
I am pleased with using your software. It works and works well, and you fix it when it doesn't.
As a poster of the board I want you to know I appreciate it.
>>
File: 2025-05-03 10.29.33-boards.4chan.org-_bant_ - _ftl_ Fish Tank Live #2363 - International_Random - 4c.png (51.7 KB)
Feature request for StyleChan:
Floating quick reply
This already exists in OneeChan:
https://github.com/SystemPatch/OneeChan-Main/commit/1cb1fc626d10022104 85a8980d339d41128452d1
Feature request for neXT and/or StyleChan:
The ability to change post highlight style in addition to its color.
In XT+OneeChan these looked solid and thin dotted. Migrating and importing the settings has it dotted but it looks more like wide dashes.
I have a small style bug in neXT I will report in a minute.
>>108995446
>The spacebar sometimes activates the get captcha button too.
I think I'm encountering this too and it seems to happen when Stacked T captcha is enabled. And not just space? I also have keybinds disabled.
>>
File: Screenshot 2026-06-07 at 01-42-16 _g_ - 4chan X Stylechan Chance Kurobaex Clover updates - Technology - 4chan.png (11.1 KB)
>>108997263
neXT filter settings style boundaries
>>
File: Screenshot 2026-06-07 at 01-53-09 _g_ - 4chan X Stylechan Chance Kurobaex Clover updates - Technology - 4chan.png (45.1 KB)
>>108997263
And this is how it looks after migrating.
I noticed the "(You)" is also not red but I have not checked the settings for this.
>>
>>108997263
>>108997271
>>108997292
This is my biggest gripe with neXT. Thanks for putting it into words. The (you)s changing colors from red to blue is off-putting.
>>
File: Screenshot 2026-06-07 at 02-18-24 _g_ - 4chan X Stylechan Chance Kurobaex Clover updates - Technology - 4chan.png (79.4 KB)
>>108997263
>>108997292
>The ability to change post highlight style in addition to its color.
Maybe disregard this.
I realized the width of the edge is what controls the way the dots look.
Setting it like this mimics how it was for me in XT+OneeChan.
Example related, but obviously colors dimmed in the background.
>>
>>
>>
>>108998615
i need the quick reply with the dump list, drag and drop files, preview file, rename file, randomize filename, auto resize pics, auto mute videos(didn't know about this until i forgot to remove the audio from a webm) sliderless captcha, thread watcher, custom board list, keyboard shortcuts, hover pics and webms, download buttons, highlights and filters, and better light themes because yotsuba and yotsuba b colors are eyerape
>>
>>
>>
>>
>>
>>
>>108995297
you can always help out on projects by helping modify documentation or the read me. if you feel something is missing or should be explained more in depth in the docs or maybe a user guide or something, that's always helpful non-coding stuff. it would require knowing markdown which is fairly simple.
>>
>>
>>
>>
check it out anons
https://github.com/cercos/4chan-neXT/releases/tag/1.1.0
if i didnt get to your issue hang in there bu tthis tackled a lot of issues and I think makes it less aggressive on changes with things being omre opt-in than forced on. check it out and run it through the meat grinder. I was testing it for a couple hours and fixed the issues i came across and I think I got a lot of em ironed out. again thank you to all the testers finding issues and giving feedback. we'll iron out these wrinkles together. let me know if this feels less intrusive now. extensive changelog. probably missed a few things but that's the bigger changes.
>>
>>
>>
>>
>>
File: file.png (36.1 KB)
>>109003448
>undefined: VideoStripper.stripMetadata is not a function
you can't post videos if you have turned on pic related, they don't load in the qr
the pics load but it strips the metadata anyway even if you turn it off.
it was activated by default when i updated but disabling it fixes both.
please don't touch the metadata some of us look at reposts in the archives, if you want that feature you could do it with a button in the qr to change the hash or something.
also bring back the relative time and timestamp at the same time, we were able to use both in XT
>>
>>
>>
File: 1762288721140023.png (25.6 KB)
>>109003881
?
>>
>>
>>
>>
This latest kuroba update fucked up swipe to close for me. I used to barely have to swipe and it made one handed browsing easier but now I have to swipe the whole screen to get rid of the Pic or page I'm looking at. Terrible mess