Greasy Fork is available in English.

PDB DMs

Show who sent a DM request on PDB.

/* ==UserStyle==
@name           PDB DMs
@description    Show who sent a DM request on PDB.
@namespace      pdb-be-broke-lmao
@version        0.1
@license        MIT
==/UserStyle== */
  
@-moz-document domain("personality-database.com") {
  label.username, div.description > label { color: white !important }
}