The code can easily be changed for click instead of hover, but there’s something that needs to be fixed first.
.ellipsized-ip,
.inline-table tbody tr:nth-child(4) td,
.inline-table tbody tr:nth-child(11) td {
filter: blur(4px);
}
.ellipsized-ip:hover,
.inline-table tbody tr td:hover {
filter: blur(0px);
}
The problem is that the second line of .inline-table
blurs out “Other users with the same IP” line and I haven’t been able to figure out the right code that only targets the IP address.