<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Content Blocker rules are not applied to Google when you use address bar to search"
   href="https://bugs.webkit.org/show_bug.cgi?id=153743">153743</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Content Blocker rules are not applied to Google when you use address bar to search
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Misc.
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>am&#64;adguard.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Original issue:
<a href="https://github.com/AdguardTeam/AdguardBrowserExtension/issues/153">https://github.com/AdguardTeam/AdguardBrowserExtension/issues/153</a>

#### Steps to reproduce:
1. Register the following content blocker (should be enough to block most of google search ads ads):
[
    {
        &quot;trigger&quot;: {
            &quot;url-filter&quot;: &quot;.*&quot;
        },
        &quot;action&quot;: {
            &quot;type&quot;: &quot;css-display-none&quot;,
            &quot;selector&quot;: &quot;#taw, #rhs_block &gt; #mbEnd, #tads.c, #tads, #mbEnd, .ads-ad&quot;
        }
    }
]

2. First of all, navigate to google.com and check that ads are hidden.
3. Open a new tab.
4. Enter some popular commercial search query in the address bar (&quot;buy iphone 6s gold&quot; for instance).
5. Press &quot;Enter&quot;.

#### Expected result:
Ads should be hidden

#### In fact:
Ads are not hidden.
More than this, ads are not hidden even if I refresh the page (or enter some other search query).</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>