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-2016 Eyeo GmbH | 4 - Copyright (C) 2006-2016 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 <option>SUBDOCUMENT</option> | 46 <option>SUBDOCUMENT</option> |
47 <option>IMAGE</option> | 47 <option>IMAGE</option> |
48 <option>STYLESHEET</option> | 48 <option>STYLESHEET</option> |
49 <option>SCRIPT</option> | 49 <option>SCRIPT</option> |
50 <option>OBJECT</option> | 50 <option>OBJECT</option> |
51 <option>XMLHTTPREQUEST</option> | 51 <option>XMLHTTPREQUEST</option> |
52 <option>FONT</option> | 52 <option>FONT</option> |
53 <option>PING</option> | 53 <option>PING</option> |
54 <option>POPUP</option> | 54 <option>POPUP</option> |
55 <option>ELEMHIDE</option> | 55 <option>ELEMHIDE</option> |
| 56 <option>WEBSOCKET</option> |
56 <option>OTHER</option> | 57 <option>OTHER</option> |
57 </select> | 58 </select> |
58 type | 59 type |
59 </td> | 60 </td> |
60 </tr> | 61 </tr> |
61 <tr> | 62 <tr> |
62 <td> | 63 <td> |
63 <div class="request-wrapper"> | 64 <div class="request-wrapper"> |
64 <div class="url">Request</div> | 65 <div class="url">Request</div> |
65 <div class="domain">Document domain</div> | 66 <div class="domain">Document domain</div> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 <div class="filter-wrapper"> | 109 <div class="filter-wrapper"> |
109 <div class="filter"> </div> | 110 <div class="filter"> </div> |
110 <div class="origin"> </div> | 111 <div class="origin"> </div> |
111 </div> | 112 </div> |
112 </div> | 113 </div> |
113 </td> | 114 </td> |
114 </tr> | 115 </tr> |
115 </template> | 116 </template> |
116 </body> | 117 </body> |
117 </html> | 118 </html> |
OLD | NEW |