Skip to content

Instantly share code, notes, and snippets.

@muath-ye
Created November 10, 2024 13:08
Show Gist options
  • Save muath-ye/11bc7ef63194b9f148e14c36c71dbb92 to your computer and use it in GitHub Desktop.
Save muath-ye/11bc7ef63194b9f148e14c36c71dbb92 to your computer and use it in GitHub Desktop.
@-moz-document domain("web.whatsapp.com") {
/* Insert code here... */
._aigv._aigw {
filter: blur(5px);
}
span._ahxt.x1ypdohk.xt0b8zv._ao3e, /* chat sender name */
span._ahxt._ao3e, /* chat replay */
span.x1iyjqo2.x6ikm8r.x10wlt62.x1n2onr6.xlyipyv.xuxw1ft.x1rg5ohu._ao3e, /* chat heading - group name */
span.x1iyjqo2.x6ikm8r.x10wlt62.xlyipyv.xuxw1ft._ao3e.selectable-text.copyable-text, /* chat heading - group members */
._ak8l /* chat list on sidebar */
{
filter: blur(3px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment