Fullchan X

8chan features script

< Feedback on Fullchan X

Question/comment

§
Posted: 2025-04-20

can this bypass or deal automatically with the rules disclaimer that pops up every few times per day when you access a board or a thread?

the one from 8chan.moe/.static/pages/disclaimer.html?

vfyxeAuthor
§
Posted: 2025-04-20

I don't want to add anything that touches any legal stuff, but if you want you can add it in yourself.

// @match *://8chan.moe/.static/pages/disclaimer.html
// @match *://8chan.se/.static/pages/disclaimer.html

if (window.location.href.includes('disclaimer')) window.location.href = '/.static/pages/confirmed.html';

§
Posted: 2025-04-20

hmm okay

is there any chance the script will do something about the shitty lazy loading shenanigans? images that only load when they enter the viewport?

vfyxeAuthor
§
Posted: 2025-04-20

Wouldn't be any point. The site will block access for a while and tell you to slow down if you load too much at once.

§
Posted: 2025-04-24

yikes that sucks literally the only page i ever seen doing that shit

well..... uh can you maybe improve the reply hiding feature of the page through this addon?

when you hit "Hide Post+" in a post it doesnt hide the replies to the posts that were stubbed

4chanx does this in 4chan,could your fullchan do it in 8chan?

i think thats abt the last qol i see myself wanting

Post reply

Sign in to post a reply.