OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
5 - Copyright (C) 2006-2016 Eyeo GmbH | 5 - Copyright (C) 2006-2016 Eyeo GmbH |
6 - | 6 - |
7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
10 - | 10 - |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 </tr> | 275 </tr> |
276 </table> | 276 </table> |
277 </form> | 277 </form> |
278 </div> | 278 </div> |
279 | 279 |
280 <div id="tab-general"> | 280 <div id="tab-general"> |
281 <p> | 281 <p> |
282 <div id="shouldShowBlockElementMenuContainer"> | 282 <div id="shouldShowBlockElementMenuContainer"> |
283 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho
uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> | 283 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho
uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> |
284 </div> | 284 </div> |
| 285 <div id="showDevtoolsPanelContainer"> |
| 286 <input type="checkbox" id="show_devtools_panel" /><label for="show_devto
ols_panel" class="i18n_show_devtools_panel"></label> |
| 287 </div> |
285 <div id="shouldShowNotificationsContainer" data-section="notifications"> | 288 <div id="shouldShowNotificationsContainer" data-section="notifications"> |
286 <input type="checkbox" id="shouldShowNotifications" /><label for="should
ShowNotifications" class="i18n_overlay_shownotifications_label"></label> | 289 <input type="checkbox" id="shouldShowNotifications" /><label for="should
ShowNotifications" class="i18n_overlay_shownotifications_label"></label> |
287 </div> | 290 </div> |
288 </p> | 291 </p> |
289 | 292 |
290 <p id="found-a-bug" class="i18n_found_a_bug"></p> | 293 <p id="found-a-bug" class="i18n_found_a_bug"></p> |
291 </div> | 294 </div> |
292 </div> | 295 </div> |
293 | 296 |
294 </body> | 297 </body> |
295 </html> | 298 </html> |
OLD | NEW |