Skip to content

cohost! undescribed media highlighter by kinluwi

Screenshot of cohost! undescribed media highlighter

Details

Authorkinluwi

LicenseCC BY-NC-SA 4.0

Categorycohost.org

Created

Updated

Size344 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

An userstyle to highlight images without alt text on the cohost dashboard

Notes

Please direct all questions to my cohost ask-box

Source code

/* ==UserStyle==
@name           cohost undescribed media highlighter
@namespace      kinluwi
@version        1.0.0
@description    An userstyle to highlight images without alt text on the dashboard
@author         kinluwi
==/UserStyle== */
@-moz-document domain("cohost.org") {
    .object-cover[alt=""] {
        border: 5px coral dashed;
}
}

Reviews

No reviews yet.