| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css
" rel="stylesheet" /> | 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css
" rel="stylesheet" /> |
| 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> | 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
| 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"
></script> | 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"
></script> |
| 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> | 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| 8 <script type="text/javascript" src="options.js" charset="utf-8"></script> | 8 <script type="text/javascript" src="options.js" charset="utf-8"></script> |
| 9 <title>Adblock Plus Options</title> | 9 <title>Adblock Plus Options</title> |
| 10 <style type="text/css" media="screen"> | 10 <style type="text/css" media="screen"> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 font-weight:bold; | 102 font-weight:bold; |
| 103 padding:3px; | 103 padding:3px; |
| 104 } | 104 } |
| 105 | 105 |
| 106 /* Filter list entry status message */ | 106 /* Filter list entry status message */ |
| 107 .flMsg { | 107 .flMsg { |
| 108 display: none; | 108 display: none; |
| 109 color: #b0b0b0; | 109 color: #b0b0b0; |
| 110 } | 110 } |
| 111 | 111 |
| 112 #tab-whitelisted | 112 #tab-whitelisted, #rawFiltersButton |
| 113 { | 113 { |
| 114 display: none; | 114 display: none; |
| 115 } | 115 } |
| 116 | 116 |
| 117 </style> | 117 </style> |
| 118 </head> | 118 </head> |
| 119 <body> | 119 <body> |
| 120 <table> | 120 <table> |
| 121 <tr> | 121 <tr> |
| 122 <td style="padding-right: 8px"> | 122 <td style="padding-right: 8px"> |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> | 260 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> |
| 261 </div> | 261 </div> |
| 262 </p> | 262 </p> |
| 263 | 263 |
| 264 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> | 264 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> |
| 265 </div> | 265 </div> |
| 266 </div> | 266 </div> |
| 267 | 267 |
| 268 </body> | 268 </body> |
| 269 </html> | 269 </html> |
| OLD | NEW |