Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
80 </table> | 80 </table> |
81 </div> | 81 </div> |
82 <footer> | 82 <footer> |
83 <a id="reload">Reload</a> page to see effect of filter changes | 83 <a id="reload">Reload</a> page to see effect of filter changes |
84 </footer> | 84 </footer> |
85 | 85 |
86 <template> | 86 <template> |
87 <tr> | 87 <tr> |
88 <td> | 88 <td> |
89 <div class="request-wrapper"> | 89 <div class="request-wrapper"> |
90 <div><a class="resource-link" href="" target="_blank"> </a> | 90 <div> |
Sebastian Noack
2018/05/04 18:54:24
Nit: Put the <a> on a new line and indent the line
hub
2018/05/04 18:59:43
Done.
| |
91 <span class="rewritten-to" style="display:none;"> rewritten to <a href="" target="_blank"></a></span> | 91 <a class="resource-link" href="" target="_blank"> </a> |
92 <div> | 92 <span class="rewritten-url" hidden> rewritten to |
Sebastian Noack
2018/05/04 18:54:24
Is this meant to be </div> (closing)?
hub
2018/05/04 18:59:43
argh. yes.
| |
93 <a href="" target="_blank"></a> | |
94 </span> | |
95 </div> | |
93 <div class="domain"></div> | 96 <div class="domain"></div> |
94 </div> | 97 </div> |
95 </td> | 98 </td> |
96 <td> | 99 <td> |
97 <div class="type"></div> | 100 <div class="type"></div> |
98 </td> | 101 </td> |
99 <td> | 102 <td> |
100 <div class="action-wrapper"> | 103 <div class="action-wrapper"> |
101 <div class="filter-wrapper"> | 104 <div class="filter-wrapper"> |
102 <div class="filter"> </div> | 105 <div class="filter"> </div> |
103 <div class="origin"> </div> | 106 <div class="origin"> </div> |
104 </div> | 107 </div> |
105 </div> | 108 </div> |
106 </td> | 109 </td> |
107 </tr> | 110 </tr> |
108 </template> | 111 </template> |
109 </body> | 112 </body> |
110 </html> | 113 </html> |
LEFT | RIGHT |