/vyt/ - VTubers

Virtual YouTubers

Index Catalog Archive Bottom Refresh
+
-
Name
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).



8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

Meta Thread Codexx Board owner 04/16/2025 (Wed) 04:22:45 No. 8620
Welcome to /vyt/ The current rules of /vyt/ are: 1 : Dox is forbidden. Images of VTubers' real bodies/faces that they released themselves may be posted behind spoilers. Discussion of previous lives is generally permitted, but may be banned on a case-by-case basis. Discussion of information not related to public personas is discouraged. Do not post private information or hard dox. 2 : Stay on topic for a given thread. Threads should be related to vtubers in some way. 3 : No spamming, advertising, or raiding. 4 : This is a Safe For Work board. All pornographic images should be marked as a spoiler. 5 : Keep meta discussion in the meta thread. Remember that no matter the rules of the board, all global rules apply Discuss these rules or any meta discussion related to /vyt/ the board on 8chan.moe.
Edited last time by codexx on 04/20/2025 (Sun) 03:18:43.
I like my skeletons to also be there on the existing posts when the thread loads. So I stole the relevant parts from the custom script and made an user script.
>>933764 yeah, should probably make it an option was intentionally only on new posts for performance reasons so if your tab starts lagging you can just refresh lessons for next time
>>933744 well, there's always downloading the image and uploading it then dumping your dump dir now and then, but people hate that for whatever reason
>>933773 While you're at it, I have more feedback. >Add an option to keep the UFO posts in the thread after the animation is finished. >Clean up UFO posts from swampGas after the animation is finished. >Maybe return the ghost posts faster when they vanished, or show them on hover?
>>933790 >in thread after kinda hacky, half the fun is they're sort of ephemeral and it would be either unhide them so it causes a shift if a post is after or move them to the bottom which would make the posts out of order currently turning off extra animations ditches the fly but keeps the lights so you can just imagine it >clean ufos the ufos were originally moved to swamp gas but it broke the updater so I cloned them for a quick hack and didn't think about removing them should be though >return ghosts I'm not entirely happy with the ghost effect maybe instead of disappearing entirely after the pop in they drop down to the half opacity version also I should have made all the effects onload, extra so for the retroactive versions, and maybe with a custom handler so the ghosts and ufos only load when they're actually fully on screen
>>933806 >>clean ufos >the ufos were originally moved to swamp gas but it broke the updater so I cloned them for a quick hack and didn't think about removing them Because they are cloned, I can overwrite the display: none on the original posts an keep them without breaking the animation. Despite my criticisms, I really like what you did with the Halloween script. It's fun to have some silly animations on posts once in a while. And there is not a single tweak on the global Halloween CSS that I disagree with.
>>933776 That's precisely what I don't like, downloading an image that probably I will only use that day due to relevance. Dragging and dropping is more comfortable.
(115.62 KB 172x257 11.gif)

>The /vyt/ Halloween script is gone >But the global Halloween style is still here
>>937596 codexx is a big gay and does the site themes manually by editing the announcements gonna write him a little scheduler instead
>>937687 /asp/ - Aspiring Vtubers & Startups >>163653 /mint/ - Mint Fantôme General >>748360 /gsg/ - Glitch Stars General >>758476 /flip/ >>802884 /pyon/ >>744563 >>813312 /pkg/ - Production kawaii General >>764458 >>836975 /HAHA/ - Dokibird General >>814099 >>876005 /lig/- Large Indies Global >>802702 >>829115 >>860931 >>889059 /vag/ - VAllure General >>807810 >>827708 >>852315 >>876234 /tsunX/ - Tsunderia Extended >>799755 >>821173 >>836604 >>857657 >>881424 /MANS/ - Holostars EN General >>814708 >>832292 >>854254 >>872883 >>890497 /xvsj+/ - ExVShojo+ General >>801504 >>822814 >>844854 >>861237 >>875359 >>888524
Edited last time by goodgirlbeam on 11/01/2025 (Sat) 15:29:32.
moe's cert is kill because apparently the autoupdate is still broken accept it on https://8chan.moe:8888/ also to fix websockets if you don't want to switch to .se until it gets fixed
Something about the CSS on this board is slowing down firefox a lot. One of the mods saw my post about this before, but there was a few days before Halloween (1st pic) where it seemed a little better. Then the Halloween CSS brought the lag back and after it was removed, the lag is still here (2nd pic). Basically all gifs have a stutter and oekaki is basically unusable. I've watched it a lot and the stutter occurrence rate seems to be related to my cpu switching threads, but it doesn't stutter on other websites in the same time period. Just here.
>>946264 if hard refreshing doesn't fix it, there's probably nothing I can do about it without a repro have you tried profiling it and seeing if the profiler picks up the spikes? does it do it with all themes? do you have any extensions that muck about with css? do you have any extensions that are throwing a fit about the CSP and maybe misbehaving because of that? are you sure it's even css and not some js nonsense?
>>946299 I disabled everything and then enabled the extensions one by one until I found the exact conflict. Bitwarden is the reason but I don't know whats going on to cause that. I do have it set so it controls password autofill, so maybe it's something with that?
>>946322 that's a start it could be because a thread is really a giant form to support the html checkboxes and it's processing the entire thread to find elements it can autofill I'm not sure there's a way around that other than just disabling it for this website
>>946322 document.querySelectorAll('form, input, select, textarea').forEach(el => el.setAttribute('autocomplete', 'off')); you could try that in the console and see if that's enough of a hint to tell it to fuck off I've been meaning to kill autocomplete on most forms on the website because it just causes problems, but sometimes browsers straight ignore it, too, because fuck you
>>946299 >>946335 I found the setting to block it and it seems to alleviate the issue. If anyone else has the issue: >settings, autofill, blocked domains (at the bottom), add 8chan.moe and 8chan.se It's a recent issue for me, so not sure if it was something Bitwarden changed or something here. CPU usage is MUCH lower than when I thought it was better though so that's good.
>>946340 something there and it's hard to blame them for it when imageboards, while simple, are also a pretty unique format for displaying content on the web at this point most people aren't retarded enough to have forms 1000 entries long and most of the web doesn't give a shit about nojs users anymore either that said, the site doesn't do its best to avoid those issues, either
New and exciting politics >>>/phoenix/
Can we get mods in /lig/ to remove rebel? He's started replying to thread regulars like the birthday card posters and the round up anon to try and troll them about their posts
>>978219 I'm not an authoritarian I just work here
>>978418 Ok cool good to know you guys don't wanna do anything about the known thread troll. Awesome moderation guys
>>978787 if your thread doesn't agree with you, then we shouldn't do much about it unless they're doing something that damages the website/board that's how democracy is supposed to go if convincing the the thread it's threadshitting and should be removed doesn't work and filtering him doesn't work, you're free to bake a thread with a no rebel sign on it
>>978787 Relax they actually ban spammers and spergs here and he even gave multiple solutions that would get rid of him >>978839 I get the reasoning here, /xvsj+/ had to remove Silvervale as a streamer from their OP to make it known that a known sperg from 4chan was not wanted in their thread so if adding a line that says no rebel/RES allowed to the /lig/ OP does the same then whatever
>>978418 >>978839 Hi round up anon from /lig/ here, I thought i'd chime in since apparently him replying to my round up posts in an attempt to agitate me is what has triggered some of this (if you want examples, >>977222 and >>979588 ). Now for full context: I do have rebel filtered, and I usually do not even know he's posted most of the time, however last night he's started directly replying to my posts, which show a reply that's hidden, so i peeked at what he had to say. He's been trying to get under my skin specifically for about a year now and would make replies like the ones I linked on 4chan in an attempt to get a rise out of me. I normally do not respond, but I do want to make it explicitly clear he will continue doing this until someone steps in. I'm not gonna throw a fit about it, he'll remain filtered for me on here and i'll know better than to check the stubs now, and I generally think moderation here on this site is good, but he's also started doing this to the card anon as well, as shown here >>977768 , which implies he will do this to multiple people in the thread going foward. If you don't feel this is worth moderating that's fine, but if you let it fester it will eventually drive people off, and you should ask yourself if most of a thread has a specific user filtered, is it worth that user being around? Anyways that's my two cents. have a good night.
>>979637 if people can't be bothered to participate in ownership of their community to address such a serious problem then I would argue they don't have one and I don't find what they do have likely to stand to time unless it's not actually that serious it's not like you have to have bake five threads, have three forms of identification, a three digit iq, an oshi that isn't green and fill out a 27B-6 in triplicate to make a report thinking people need saved from themselves is usually a pretty quick way to lose a few toes to acute lead poisoning mediators, not masters
>"moe's down!!!" <404: you're geoblocked, sorry, complain >>>/site/5423 and use the onion http://alephchvkipd2houttjirmgivro5pxullvcgm4c47ptm7mhubbja6kad.onion with a Brave Tor Tab, Tor Browser, or your own proxy setup <Connection Timeout / Reset: it's most likely not actually down, you just can't get to it, because of certain (((people))) .moe has four ips currently: https://node1.8chan.moe 45.61.134.4 https://node2.8chan.moe 107.189.26.39 https://node3.8chan.moe 5.181.188.162 https://node4.8chan.moe 5.181.1.85 <-- the one that gets blocked, also go complain about this >>>/site/5423 the direct links don't have certs, but you can use them to check when you resolved 8chan.moe, you probably got node4 <force it to re-resolve by: Firefox: about:networking#dns -> [Clear DNS Cache] Chrome: chrome://net-internals/#dns -> [Clear host cache] which will most likely give you a different node if you use DNS-Over-HTTPS in your browser settings (mullvad's server is https://base.dns.mullvad.net/dns-query btw) if that doesn't work, clear your OS's DNS cache <switch VPN nodes which may either reset your vpn's dns cache or put in you a part of the world that can access node4 <set an ip for 8chan.moe in hostsfile Windows: %SystemRoot%\System32\drivers\etc\hosts\HOSTS Mac/nix: /etc/hosts (including phones) add "x.x.x.x 8chan.moe" using whichever node performs best and avoid the problem entirely <or similarly, for chrome-based browser users, add this flag to your shortcut --host-resolver-rules="MAP 8chan.moe x.x.x.x" don't forget to complain >>>/site/5423
(21.08 KB 588x342 images (8).jpeg)

>>979827 > fill out a 27B-6 in triplicate Nice
>>989100 onion's down...
Is it possible for mods to add subjects to threads? The /choc/ thread has been without a subject for 7 months, and since the thread is kind of dead it will be up for at least another 7 months. The subject should be "/choc/ - Chocolate Brown Chuubas" >>9069
>>1009793 done you can also just report things like that for a faster response
>>1009793 and if you're going to keep the thread alive, it's fine to bake at 500 so it's not buried for ages
Count Name ----- ---- 19005 Yellow 18913 Red 18842 Blue 18750 Magenta 18728 Cyan 18706 Green mapped every generated thread id in /vyt/ to hue 0-59, 60-119, and so on my archive isn't 100% perfect, but it should be 99.99% or so >>384530 the darkest id so far >>428182 lightest by brightness >>637464 >>717546 lightest by luminance 4fdc0b was used three times >>245675 >>535709 >>571762 d090a9 was also >>23992 >>184652 >>534502
Edited last time by goodgirlbeam on 11/24/2025 (Mon) 00:31:24.


Forms
Delete
Report
Quick Reply