Skip to content

Instantly share code, notes, and snippets.

View moorchegue's full-sized avatar

moorchegue moorchegue

View GitHub Profile
@moorchegue
moorchegue / 500px.css
Created January 24, 2025 06:17
500px.com decluttering
/* 500px */
div:has(>a[href*="pulsepx.com"]) {
display: none !important;
}
@moorchegue
moorchegue / da.css
Last active January 24, 2025 06:16
Detrans deviantart
/* deviantart */
#outdated_banner {
display: none;
}
header g path {
fill: white;
}
.-xQQ9 tbody>:not(:first-child) {
filter: none;
}