Y
Hacker News
new
|
ask
|
show
|
jobs
by
naniwaduni
1653 days ago
It doesn't work because
= is looking strictly for a substring, it doesn't do globbing. Something like [href
="pinterest."] probably gets closer to what you're expecting.
1 comments
detaro
1653 days ago
(use \* to escape the *)
link