| 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-2017 eyeo GmbH | 4 - Copyright (C) 2006-2017 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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>WEBSOCKET</option> |
| 57 <option>WEBRTC</option> |
| 57 <option>OTHER</option> | 58 <option>OTHER</option> |
| 58 </select> | 59 </select> |
| 59 type | 60 type |
| 60 </td> | 61 </td> |
| 61 </tr> | 62 </tr> |
| 62 <tr> | 63 <tr> |
| 63 <td> | 64 <td> |
| 64 <div class="request-wrapper"> | 65 <div class="request-wrapper"> |
| 65 <div class="url">Request</div> | 66 <div class="url">Request</div> |
| 66 <div class="domain">Document domain</div> | 67 <div class="domain">Document domain</div> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 <div class="filter-wrapper"> | 110 <div class="filter-wrapper"> |
| 110 <div class="filter"> </div> | 111 <div class="filter"> </div> |
| 111 <div class="origin"> </div> | 112 <div class="origin"> </div> |
| 112 </div> | 113 </div> |
| 113 </div> | 114 </div> |
| 114 </td> | 115 </td> |
| 115 </tr> | 116 </tr> |
| 116 </template> | 117 </template> |
| 117 </body> | 118 </body> |
| 118 </html> | 119 </html> |
| OLD | NEW |