//g/
File: style.png (13.8 KB)
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.
>>
first for xt
>>
>>108982597
xt is fucking dead
>>
>>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
>>
>>108982656
tripcodes (and thus tripcode filtering) is broken
>>
>>108982656
No, we shouldn't have so many fucking forks. ccd0 has maintained X forever now. That is what we need not this bullshit. If someone wants to improve X they should improve it.
>>
>>108982693
He barely keeps it on lifesupport and hasn't accepted any pull request in nearly 2 years, so nobody else can improve it.
>>
>>108982693
Retard
>>
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
>>
What does bitmap font do?
>>
Installed neXT
WHAT THE FUCK ARE THOSE BARS
>>
>>108983284
anchors to bring you to your posts, or replies to (You)
>>
File: file.png (82.8 KB)
82.8 KB
>>108983284
this is a better example
>>
>>108983300
Tell me how to disable them?
>>
>>108983284
Settings >styling>scroll bar markers you can toggle them off.
in the header dropdown there's a setting to change location of the markers to either offset or sit directly on the scrollbar
>>
File: file.png (69.8 KB)
69.8 KB
>>108983379
Styling > Scrollbar Markers
>>
File: file.png (200.2 KB)
200.2 KB
>>108983389
nice, i like this option better already
>>
File: 1773281768285442.webm (2.8 MB)
2.8 MB
Just realized that the Stylechan dev read the past thread and reworked the theme section.
Thank you, I'm starting to make new ones already.
>>
File: file.png (182.9 KB)
182.9 KB
you can turn the opacity sliders all the way down to get the old style of your post/(You) post margin marking back too
>>
>>108983389
But I just want the tumors gone, not the highlights
Also why did uou have to change the colors from XT
What a shitty fork
>>
>>108983389
It's all fucked up
>>
chanawoo won
>>
>>108983435
how did you get extensions on mobile?
>>
>>108983420
I just checked that guy's other videos and he's really fruitt
>>
>>108983460
finger bite kinda gives that away
>>
Why does 4chan next not show a bar around read threads on the catalog page what the fuck??? cercos fix this shit asap

also the captcha dark mode is still annoying as fuck on some themes
>>
>>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.
>>
>>108983589
all you can do as it is now is highlight them as a solid color
i would prefer the option to go back to the old way of post highlighting too
>>
next is fucking ass bro I'm going back to cct0 cercos just copy 4chanx this new shit is wack
>>
>>108984176
You just can't handle it.
Sadly lack of skills in this time and age are a common thing.
>>
Why the fuck did k1rakishou merge kurobaex beta with stable, I have those installed separately.
>>
4chan neXT would be good if they brought back separate sfw/nsfw themes, I don't wanna get banned for accidentally posting big booty ebony porn in vg threads
>>
File: 1760160662563570.jpg (150.8 KB)
150.8 KB
4chanx + stylechan is all you need
>>
>>108984326
I need XT
>>
>>108984309
already has it
>>
why do I get a connection error whenever I try to post an image
>>
File: network security.png (84.9 KB)
84.9 KB
>>108985095
>>
When is Chance going to fix the rangeban on my cunt? I did nuffin wrong.
>>
>>108985147
that's not the apps fault
>>
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
>>
>>108983437
Who?
>>
>>108984326
>>108984451
XT just works
>>
File: file.png (99.8 KB)
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
>>
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
>>
>>108987937
browser extension on mobile is retarded
just install chance
>>
>>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.
>>
>>108988135
Update your app?
>>
>>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
>>
>>108983612
i'll add a toggle. for now i'll put it next to the auto text toggle. i will re work the styling section for a better layout at some point in the future.
>>
File: file.png (2.0 MB)
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
>>
>>108988358
I'm not creative enough for a GitHub name that isn't just my real name so I won't be doing that.
>>
>>108987345
chanawoo the best 4chan posting experience
>>
>>108988622
i added a ton of sort options do none of those fit the bill?
>>
>>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)
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
>>
>>108987937
Try Quetta/Cromite
>>
>>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.
>>
How to check if subject is null in the filter?
>>
>>108989421
/^$/
>>
>>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?
>>
>>108982614
Allchan-XT+ works for me
>>
>>108989474
General regex is like the following?
type:subject:/^$/,comment:/foobar/i;boards:*;op:only
>>
>>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
>>
>>108989664
nvm, I guess the correct regex for General is
/foobar/i;type:comment+subject:/^$/;boards:*;op:only
>>
>>108990033
Does that actually work for you? Because it doesn't for me, and from what I can tell there's no way to do what you're trying with the current filtering system.
>>
>>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; }
>>
>>108989421
Use this in the General filter section.
/^$/;type:subject;op:only;

Use this in the Subject filter section.
/^$/;op:only;
>>
>>108989998
I had to add the gallery directly to the theme so this is nice, thanks.
>>
>>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.
>>
>>108990086
How do I make the following regex for General work?
highlight:/^$/;type:subject;op:only;
>>
>>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;
}
>>
>>108983420
He thinks he's a niggah lmao
>>
File: 1772967000750050.jpg (158.9 KB)
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
>>
Mobile apps never work for me
>>
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
>>
>>108982340
Which ext is the fastest when it comes to threading?
>>
>>108990543
lmao
>>
File: file.png (15.0 KB)
15.0 KB
>>108989998
auto text colors is showing hyperlinks and quote links as white on highlighted posts
>>
neXT + stylechan is he way to go
>>
neXT + stylechan is the way to go
>>
neXT blows major dick
Which XT fork should I be using?
>>
File: file.png (1.1 MB)
1.1 MB
>>108989998
also this is happening to my catalog with the border setting
>>
File: 1779906932767134.png (73.8 KB)
73.8 KB
what's with this ugly ass red on my highlighted threads? How do I get rid of it? I already turned off highlight colors in styling
>>
>>108994340
By uninstalling neXT. Dev can't into color and what's is he started modifying 4chaX default colors. It looks horrendous.
>>
>>108991328
What doesn't work?
>>
>>108994363
>Dev can't into color and what's is he started modifying
you own drugs boy
>>
>>108994283
>>108994340
i think some of you are just reatrded and there's no fix for that
>>
>>108994439
>hurr durr you're uhh fucking retarded because someone else's software isn't good
important reminder that most people should just kill themselves and never post
>>
>>108994439
Already switched back to xt, don't have any issues with it anyways. except /a/ is dead but that happens with next too
>>
>>108994449
take your own advice
>>
>>108994457
>no u
it just keeps getting worse
>>
>>108994463
im rubber your glue whatever you say bounces of me and sticks to you
>>
>>108994470
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA i'm getting so mad
>>
>>108994363
Why is the next dev adding styling shit to 4chanX anyway?
>>
>>108994475
i know your type. you def are.
>>
>>108994268
neXT
>>
botnet
>>
>>108994646
the styling is just too aggressive
i don't like change
>>
File: w.png (107.6 KB)
107.6 KB
How do I add more fonts? I want a rounded one but but trying to @import some google ones in Stylechan wasn't working
>>
What's wrong with browsing raw?
>>
>>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?
>>
>>108994990
Even with the backgrounds off the colors are all different. The greentext green is different.
>>
>>108994990
I think the edge highlighing is so much better I went back to 4chan-eX.
>>
>>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)
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.
>>
>>108995310
what's the filter you used for that eX highlight?
>>
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)
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
>>
File: file.png (37.0 KB)
37.0 KB
>>108995721
also i just posted and the comment preview is still there?
>>
>>108995515
/mkg/i;boards:g;highlight;override
/PCBG/i;boards:g;highlight;override
/gedg/i;boards:g;highlight;override
Subject filters.
>>
>>108995416
it defaults to MD5 filtering the image when i shift click a catalog post and the regular XT setting to not do this is missing
>>
File: file.png (13.8 KB)
13.8 KB
scroll markers shouldn't overlap the quick reply
sometimes posts are accidentally hovered when you click the x, submit, or resize
see pic
>>
>Fix an issue with (you) highlights when using 4chanX and XT
You did the exact opposite, now (You)s don't highlight when everything worked just fine earlier today.
>>
>>108996197
How it works for me then?
>>
>>108996240
I dunno, but 1.6.0 works for me and 1.6.1. Just fix it.
>>
>>108996254
Ok, I just tried on X, XT, neXT and vanilla. All have working (you) highlights.

Which fork are you using?
>>
>>108996296
Nvm I know what's causing it.
>>
>>108994764
Just install the font you want and type the name in StyleChan.
>>
>>108996164
I was thinking the same.
Make the scroll marker be under the QR, Thread Watcher, Menus, etc.
>>
>>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)
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.
>>
Feature request for StyleChan:
Floating quick reply

This already exists in OneeChan:
https://github.com/SystemPatch/OneeChan-Main/commit/1cb1fc626d1002210485a8980d339d41128452d1

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.
>>
>>108997263
neXT filter settings style boundaries
>>
>>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.
>>
>>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.
>>
File: 1765772476987835.jpg (169.3 KB)
169.3 KB
neXT has some details but it works even with all the new features added.
I see the potential :)
>>
All crap you never needed.
>>
>>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
>>
what's the latest version of the captcha formatter? i have 1.2.6
>>
>>108999192
yeah, that's the latest version
i switched to stylechan's one because i can go back when i missclick
>>
>op:only; regex affects comments made by non op
I don't get this flag.
>>
File: 1752318176573136.png (39.2 KB)
39.2 KB
I'm retarded how the hell do I hide this shit in next, it was off by default in og 4chan and 4chan xt and there is no setting to revert back to that state?
>>
>>109000582
mine was bugged like that too, i reset settings and got fixed
did you import your old xt settings?
i can't remember if i imported , but i started a new config for next anyway
>>
>>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.
>>
>>109000765
thanks, I reset setting and imported only the general, filter and posting of the xt. It finally disappears
>>
File: 1756725969800687.jpg (193.7 KB)
193.7 KB
taco saar, can we get NOT case sensitive filters?
and copy image instead of image url?
saaar
>>
The posting image from URL doesn't seem to work for me on the nick XT fork.

What's the best 4chan X successor? I really like the image preview feat on XT.
>>
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.
>>
>>109003448
posting preview width limit, and a toggle for the 2k limiter in the QR window.
>>
>>109003678
i'll add todo for next update. previewer should work but i didnt test every tag on evry board but hit the common and those worked.
>>
>>109003756
math and eqn work on /sci/ now
>>
what are current forks on XT aside from neXT?
>>
File: file.png (36.1 KB)
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
>>
Resurrecting posts is nice and all, but what is preventing from resurrecting entire threads?
it'd make viewing old threads much better.
>>
>>109003881
Just use the 4chan archive?
>>
File: 1762288721140023.png (25.6 KB)
25.6 KB
>>109003881
?
>>
File: 4chanX + Oneechan.png (254.7 KB)
254.7 KB
I don't phonepost. All I need is 4chanX and Oneechan
>>
>>109002776
not the neXTfag here who's almost certainly samefagging to hype up his slop fork where he changes random shit for no reason
>>
>>109004338
You're probably gonna say I'm the dev, I'm not.
But the guy should try it and see for himself if he likes it or not.
>>
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
>>
>>108999593 (me)
nvm,it's daijobu now

Reply to Thread #108982340


Supported: JPG, PNG, GIF, WebP, WebM, MP4, MP3 (max 4MB)