79632192

Date: 2025-05-21 14:30:29
Score: 0.5
Natty:
Report link

For me this alone removed the background from the autofill

input:autofill {
    /*a week's worth of delay*/
    transition-delay: 604800s;
}

it seems to be supported by most modern browsers, for absolute suport is best to add the -webkit prefixes suggested on most other answers

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Barreto