| OLD | NEW |
| 1 title=Adblock Plus filters explained | 1 title=Adblock Plus filters explained |
| 2 | 2 |
| 3 <head> | 3 <head> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 #content | 5 #content |
| 6 { | 6 { |
| 7 max-width: none; | 7 max-width: none; |
| 8 } | 8 } |
| 9 | 9 |
| 10 canvas | 10 canvas |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 </td> | 717 </td> |
| 718 </tr> | 718 </tr> |
| 719 <tr> | 719 <tr> |
| 720 <td><code>example.com,~mail.example.com#selector</code></td> | 720 <td><code>example.com,~mail.example.com#selector</code></td> |
| 721 <td> | 721 <td> |
| 722 <p> | 722 <p> |
| 723 {{s109 Active on:}} | 723 {{s109 Active on:}} |
| 724 <ul class="example-list"> | 724 <ul class="example-list"> |
| 725 <li><code>http://example.com/</code></li> | 725 <li><code>http://example.com/</code></li> |
| 726 <li><code>https://adverts.example.com/</code></li> | 726 <li><code>https://adverts.example.com/</code></li> |
| 727 <li><code>ftp://subdomain.example.edu/</code></li> | |
| 728 </ul> | 727 </ul> |
| 729 </p> | 728 </p> |
| 730 <p> | 729 <p> |
| 731 {{s111 Not active on:}} | 730 {{s111 Not active on:}} |
| 732 <ul class="example-list"> | 731 <ul class="example-list"> |
| 733 <li><code>http://mail.example.com/</code></li> | 732 <li><code>http://mail.example.com/</code></li> |
| 734 <li>{{s124 All other domains}}</li> | 733 <li>{{s124 All other domains}}</li> |
| 735 </ul> | 734 </ul> |
| 736 </p> | 735 </p> |
| 737 </td> | 736 </td> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 <tr> | 785 <tr> |
| 787 <td><code>##div[style$="width:300px;height:250px;"]</code></td> | 786 <td><code>##div[style$="width:300px;height:250px;"]</code></td> |
| 788 <td>{{s137 Matches div elements that end the style specified}}</td> | 787 <td>{{s137 Matches div elements that end the style specified}}</td> |
| 789 </tr> | 788 </tr> |
| 790 <tr> | 789 <tr> |
| 791 <td><code>##div[style*="width:300px;height:250px;"]</code></td> | 790 <td><code>##div[style*="width:300px;height:250px;"]</code></td> |
| 792 <td>{{s138 Matches div elements that containing the style specified}}</td> | 791 <td>{{s138 Matches div elements that containing the style specified}}</td> |
| 793 </tr> | 792 </tr> |
| 794 </table> | 793 </table> |
| 795 <p>{{s139 The above filters are only examples of valid element hiding rules. Any
<a href="http://www.w3.org/TR/css3-selectors/">CSS selector</a> supported by Fi
refox can be used for element hiding.}}</p> | 794 <p>{{s139 The above filters are only examples of valid element hiding rules. Any
<a href="http://www.w3.org/TR/css3-selectors/">CSS selector</a> supported by Fi
refox can be used for element hiding.}}</p> |
| OLD | NEW |