Make the tag work again on every website. Deprecation of essential tags like
annoys me, but at least they still work (unlike ).<blink> for me by milk

Details
Authormilk
LicenseGPLv3
Category.*
Created
Updated
Code size241 B
Code checksum80417cae
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Recreated to be faithful to the original tag.
No preview provided because I'd have to make an animated PNG.
Source code
/* ==UserStyle==
@name <blink> for me
@namespace null
@version 1.0.0
@description null
@author Milk
==/UserStyle== */
@-moz-document regexp(".*") {
@keyframes blinanm{75%{opacity:0}}blink{animation:blinanm 1s steps(1)infinite}
}