OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
4 - Copyright (C) 2006-present eyeo GmbH | 4 - Copyright (C) 2006-present eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 26 matching lines...) Expand all Loading... |
37 <td colspan="3"> | 37 <td colspan="3"> |
38 Show | 38 Show |
39 <select id="filter-state"> | 39 <select id="filter-state"> |
40 <option value="">all</option> | 40 <option value="">all</option> |
41 <option>blocked</option> | 41 <option>blocked</option> |
42 <option>whitelisted</option> | 42 <option>whitelisted</option> |
43 </select> | 43 </select> |
44 items of | 44 items of |
45 <select id="filter-type"> | 45 <select id="filter-type"> |
46 <option value="">any</option> | 46 <option value="">any</option> |
47 <option>SUBDOCUMENT</option> | |
48 <option>IMAGE</option> | |
49 <option>STYLESHEET</option> | |
50 <option>SCRIPT</option> | |
51 <option>OBJECT</option> | |
52 <option>XMLHTTPREQUEST</option> | |
53 <option>FONT</option> | |
54 <option>PING</option> | |
55 <option>POPUP</option> | |
56 <option>ELEMHIDE</option> | |
57 <option>WEBSOCKET</option> | |
58 <option>WEBRTC</option> | |
59 <option>OTHER</option> | |
60 </select> | 47 </select> |
61 type | 48 type |
62 </td> | 49 </td> |
63 </tr> | 50 </tr> |
64 <tr> | 51 <tr> |
65 <td> | 52 <td> |
66 <div class="request-wrapper"> | 53 <div class="request-wrapper"> |
67 <div class="url">Request</div> | 54 <div class="url">Request</div> |
68 <div class="domain">Document domain</div> | 55 <div class="domain">Document domain</div> |
69 </div> | 56 </div> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 <div class="filter-wrapper"> | 98 <div class="filter-wrapper"> |
112 <div class="filter"> </div> | 99 <div class="filter"> </div> |
113 <div class="origin"> </div> | 100 <div class="origin"> </div> |
114 </div> | 101 </div> |
115 </div> | 102 </div> |
116 </td> | 103 </td> |
117 </tr> | 104 </tr> |
118 </template> | 105 </template> |
119 </body> | 106 </body> |
120 </html> | 107 </html> |
OLD | NEW |