Skip to content

Commit

Permalink
Merge pull request #17 from FridgeRacer/patch-4
Browse files Browse the repository at this point in the history
Try to block seasonal ad banners as they change.
  • Loading branch information
CroissantDuNord authored Dec 24, 2023
2 parents 7297a2a + ca1a084 commit bf84da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adblock.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}

/* Settings blocking */
/* Falloween ad */
#profile-customization-tab > div.container_d6bff4.containerDefaultMargin_dcee92.falloweenBackgroundImage__7e271 {
/* Banner ad */
#profile-customization-tab > div:has(div[class*="artContainer"][role="presentation"]) {
display: none
}

Expand Down

0 comments on commit bf84da7

Please sign in to comment.