No more invisible empty links

Added by krystian3w, Created: Jun 03, 2019, Updated: Jun 03, 2019
No screenshot

Description:

visible all empty links


More info

a[href]:not([href=""]):empty {
    display: inline-block !important;
}
a[href]:not([href=""]):blank {
    display: inline-block !important;
}

a[href]:not([href=""]):empty::after {
    content: "\"url\"" !important;
}
a[href]:not([href=""]):blank::after {
    content: "\"url\"" !important;
}

Installs:
Support: 10+, , ,
Applies to:
all URLs

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.