<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Content Blocker: Blocking &quot;a[href*=randomString]&quot; doesn't work"
   href="https://bugs.webkit.org/show_bug.cgi?id=169167#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Content Blocker: Blocking &quot;a[href*=randomString]&quot; doesn't work"
   href="https://bugs.webkit.org/show_bug.cgi?id=169167">bug 169167</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>I tried to reproduce this and found everything working correctly.  Here are my steps for reproduction:

1) Put this into test.json on my desktop:
[{&quot;trigger&quot;:{&quot;url-filter&quot;: &quot;.*&quot;},&quot;action&quot;:{&quot;selector&quot;:&quot;a[href*=randomString]&quot;,&quot;type&quot;:&quot;css-display-none&quot;}}]
2) Put this into test.html on my desktop:
&lt;body&gt;&lt;a href=&quot;<a href="http://webkit.org/randomString">http://webkit.org/randomString</a>&quot;&gt;This should be hidden.&lt;/a&gt;This should not&lt;/body&gt;
2) Compile WebKit and run Tools/Scripts/run-minibrowser
3) Open a new WebKit2 window in MiniBrowser.
4) In MiniBrowser's Debug menu, open the extensions manager.
5) Add test.json.
6) Notice that &quot;This should be hidden.&quot; disappears.

This indicates that everything seems to be working correctly. If you find a modification to my reproduction steps that shows incorrect behavior, please elaborate.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>