Fullchan X

8chan features script

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

Αναφορά: Καλός - ο κώδικας λειτουργεί

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

I really like the script so far. I made a small modification to the part that highlights your posts and replies. Instead of making your posts have a green line and replies have a red line it makes your posts have a solid line and replies a dashed line which is similar to how 4chan x worked. I think fits better with the many themes on the site.

.innerPost:has(.quoteLink.you) {
border-left: dashed 6px;
}

.innerPost:has(.youName) {
border-left: solid 6px;
}

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

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