/vault/ - The Vault

Very Important Threads

Index Catalog Archive Bottom Refresh
+
-
Name
Options
Subject
Message

Max message length: 12000

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

Ghost Screen
Celebrating its fifth anniversary all September


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

For the time being, some thread from /v/ that were at immediate risk of deletion yet do not satisfy the qualifications for archival are being housed here. These threads will be moved once a suitable archive board has been set up.

(3.93 MB 1694x1184 fcx.webm)

/b/ - 8chan X requests Anonymous 04/16/2025 (Wed) 18:45:20 No. 23926
Not really a real Fullchan-X, just my own shitty script. What do you faggots want in it? >Nested replies Already on the todo list.
Edited last time by yogi on 04/27/2025 (Sun) 15:09:50.
>>24971 It doesn't, that must be some other script or custom CSS you have.
>>24972 I have nothing else though? My CSS tab is blank, my JS tab is blank and I tested it having zero scripts enabled. Am on Chrome using Violentmonkey and with no other userscripts enabled, it just hides the menu buttons and I have no idea how to bring them back.
>>24971 >catalog it doesn't hide those
>>24974 That's not in the catalog, it's a problem I am currently having inside threads.
>>24975 checked if it's not ublock? 8chanSS does not hide those, 100% sure (I'm the dev and I'm using it rn)
>>24976 How do I check if it's ublock? This only happens with this script so I'd like to troubleshoot it or get it fixed
>>24977 This anon here, I tried resetting settings to system default but if I change an option (Hide stubs) then the menu buttons disappear after the reload. I also disabled ublock completely to see if it was that but nothing.
>>24978 Oh ok, that's my bad then. I forgot about that feature. Yeah will need to fix it, disable it for now. Sorry.
I understand this thread is "bumplocked", but why did we move so fast? It will take weeks for us to reach the bottom of the catalog. Am I missing something?
I might add a regex filter to designate shit posts.
>>24982 The position of the poopmoji doesn't make it obvious what's a shitpost and what isn't. Is >>1242440 supposed to be a shitpost? I can't tell. >>1242496 looks more baity-y to me.
>>24983 >The position of the poopmoji doesn't make it obvious what's a shitpost and what isn't I feel like the 7th gen shit-filter makes it clear enough.
How about the board index DOES NOT remember my scroll position. Stupid as fuck.
may i humbly ask for a CSS hack or something that removes the spoiler from images and/or reveals spoilered text like i'm hovering over it. there's some nice scripts in this thread that do it, but fullchan x has all the functionality i need atm except these 2, and multiple scripts bash against one another
(24.42 KB 567x769 screenshot.2025-04-25 (1).png)

>>24986 lynxchan does that
>>24987 thanks. but rummaging through the thread i found https://greasyfork.org/en/scripts/533173-8chan-lightweight-extended-suite which played nice with fullchan X, then i just edited a couple of lines (pic related) and everything seems to work hunky-dory i'll check that one out too
So are these features getting added to the base site or not?
anyone know why its sticking like this? it looks like ass
>>24990 It's got trouble reading saved settings. See >>20834 and reload. Setting will be wiped.
>tab highlighting like this (4chanx/dollchan extension) with ! on the tab for replies >a functional thread auto updater
>>24992 >>a functional thread auto updater It used to work until a few days ago so they can probably just fix it Also this stuff should really just be implemented in the site's software itself since this isn't closed source like 4chins was
(67.80 KB 1080x326 8chanX weird issue.png)

(2.41 MB 671x360 YorThinking.gif)

Help, how do I fix this issue on 8chanX?
THE THREADWATCHER IS DOGSHIT
may i ask for a copy of the thread watcher that sits on top of the page by default and doesn't follow you around?
I'm checking this thread ofc but I'd be better if we coordinated here: >>>/t/17721 Since this is bumplocked not many people may see it. >>24996 Might look into it. >>24994 I think you need to update and/or delete the localStorage check the other thread. >>24989 Seems no activity is happening. Last commit was 1 year ago. >>24986 8chanSS https://greasyfork.org/en/scripts/533268-8chanss >>24985 Should be fix as of the last version.
>>24997 Well I hope these projects and the main site can get some coordination because this is a good opportunity for something that wouldn't happen otherwise.
>>24998 (Me) Well the opportunity is over I guess.
>>24997 Thanks, updating and deleting all browsing data did the trick
>>23964 >Don't scroll page on reply Any progress? This one in particular drives me nuts.
>>25001 I found the bit of code that does it, it's within /.static/js/thread.js thread.replyCallback = function(status, data) { if (status === 'ok') { postCommon.storeUsedPostingPassword(api.boardUri, api.threadId, data); api.addYou(api.boardUri, data); document.getElementById('fieldMessage').value = ''; document.getElementById('fieldSubject').value = ''; qr.clearQRAfterPosting(); postCommon.clearSelectedFiles(); document.getElementById('footer').scrollIntoView(); if (!thread.autoRefresh || !thread.socket) { thread.refreshPosts(true); } } else { alert(status + ': ' + JSON.stringify(data)); } }; It scrolls to footer on successful posting.
>>25002 this setting really belongs in the Other tab in the Settings
test post
>>25001 >Any progress? Anon did it >>21152
>>25007 Going to update 8chanSS soon with that "fix" but if you want just add this into the JS option of 8chan's options: /* Don't scroll to bottom on posting */ function preventFooterScrollIntoView() { const footer = document.getElementById('footer'); if (footer && !footer._scrollBlocked) { footer._scrollBlocked = true; // Prevent double-wrapping footer.scrollIntoView = function () { }; } } preventFooterScrollIntoView();
>>25008 ahhhh based


Forms
Delete
Report
Quick Reply