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 23 matching lines...) Expand all Loading... |
34 | 34 |
35 #subscriptionTemplate, | 35 #subscriptionTemplate, |
36 #addSubscriptionContainer, | 36 #addSubscriptionContainer, |
37 #customSubscriptionContainer | 37 #customSubscriptionContainer |
38 { | 38 { |
39 display: none; | 39 display: none; |
40 } | 40 } |
41 | 41 |
42 #acceptableAdsContainer | 42 #acceptableAdsContainer |
43 { | 43 { |
| 44 display: none; |
44 margin-top: 10px; | 45 margin-top: 10px; |
45 } | 46 } |
46 | 47 |
47 #acceptableAdsLink, | 48 #acceptableAdsLink, |
48 #acceptableAdsDocs | 49 #acceptableAdsDocs |
49 { | 50 { |
50 margin-left: 10px; | 51 margin-left: 10px; |
51 margin-right: 10px; | 52 margin-right: 10px; |
52 } | 53 } |
53 | 54 |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> | 256 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> |
256 </div> | 257 </div> |
257 </p> | 258 </p> |
258 | 259 |
259 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> | 260 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> |
260 </div> | 261 </div> |
261 </div> | 262 </div> |
262 | 263 |
263 </body> | 264 </body> |
264 </html> | 265 </html> |
OLD | NEW |