Skip to content

Commit

Permalink
fix(readme): fix removal of quick access reaction tip for unreact sug…
Browse files Browse the repository at this point in the history
…gestions
  • Loading branch information
WhistlingZephyr committed Oct 4, 2024
1 parent ef3d4c3 commit 96b2262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can add additional filters that this filter list doesn't activate by default
You can remove quick access reactions with:

```adblock
discord.com##div[aria-roledescription="Message"] > div[class^="buttonContainer_"] > [aria-label="Message Actions"] > div > :is([aria-label^="Click to react with"], [class^="separator_"])
discord.com##div[aria-roledescription="Message"] > div[class^="buttonContainer_"] > [aria-label="Message Actions"] > div > :is(:has(~ [class^="separator_"]), [class^="separator_"])
```

-
Expand Down

0 comments on commit 96b2262

Please sign in to comment.