Fullchan X

8chan features script

< Σχολιασμός για τον κώδικα Fullchan X

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 17/04/2025
Επεξεργάστηκε: 17/04/2025

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Δημιουργός
§
Δημοσιεύτηκε: 18/04/2025

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

§
Δημοσιεύτηκε: 18/04/2025

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Δημιουργός
§
Δημοσιεύτηκε: 20/04/2025

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.