Skip to content

Instantly share code, notes, and snippets.

@oliviertassinari
Last active March 14, 2023 19:28
Show Gist options
  • Save oliviertassinari/bdd7b1c984737c76267c3e327873a514 to your computer and use it in GitHub Desktop.
Save oliviertassinari/bdd7b1c984737c76267c3e327873a514 to your computer and use it in GitHub Desktop.
@-moz-document url-prefix("https://www.linkedin.com/") {
/** Picture **/
.pv-top-card__non-self-photo-wrapper, .pv-top-card__photo-wrapper {
filter: blur(1.5rem);
}
/** Links to profile **/
a[href^="/in/"], a[href^="https://www.linkedin.com/in/"] {
filter: blur(1rem);
}
/** Name **/
.pv-text-details__left-panel h1,
/** Side info **/
.pv-text-details__left-panel .text-body-small {
filter: blur(0.5rem);
}
}
@-moz-document url-prefix("https://app.ashbyhq.com/") {
h2[class^="CandidateProfileHeader_name"] {
filter: blur(0.5rem);
}
div[class^="BulkApplicationReview_reviewApplicationTitle"] {
filter: blur(0.5rem);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment