Block links that match a certain domain #2366
-
|
Let's say I have a webpage with about 50 links that looks like this: <a href="http://example.com/blog/adfsdsfsd">a cool blog</a>
<a href="http://spam.com/blog/fmsmmverw">a cool blog</a>
<a href="http://example.com/blog/hrtytrsgtt">a cool blog</a>
<a href="http://spam.com/blog/dfhgfhgfsdff">a cool blog</a>
<a href="http://example.com/blog/rgwekmg">a cool blog</a>
<a href="http://example.com/blog/jwerfqewf">a cool blog</a>What filter could I use to block the links that go to |
Beta Was this translation helpful? Give feedback.
Answered by
mapx-
Nov 16, 2022
Replies: 2 comments 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ItsIgnacioPortal
-
|
See https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
##[href*="spam.com"]