Fullchan X

8chan features script

< Fullchan X 피드백으로 돌아가기

질문/댓글

§
게시: 2025-04-17
수정: 2025-04-17

can you make a image preview hover to autoplay videos and add a little icon to show it's a video file please.
also add in the domain 8chan.se they have signficantly faster loading time

vfyxe작성자
§
게시: 2025-04-18

Added video preview play to requests.
.se domains should work now.

§
게시: 2025-04-18

Nice script, good work! In firefox, fcx.init() was being called before the custom element was actually ready, causing it to fail. It works if you wrap it like this: window.addEventListener('WebComponentsReady', () => {fcx.init()});

vfyxe작성자
§
게시: 2025-04-20

Had issues with WebComponentsReady for some reason, changed it to:
onload = (event) => fcx.init();

답글 게시

답글을 게시하려면 로그인하세요.