2 <meta name=
"viewport" content=
"width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
7 -webkit-border-radius:
0;
8 box-sizing: border-box;
9 -moz-box-sizing: border-box;
10 -ms-box-sizing: border-box;
11 -webkit-box-sizing: border-box;
12 /*font-family: inherit;*/
19 text-decoration: none;
20 vertical-align: baseline;
28 background: url(cydget://_UIImageWithName/UILCDBackground.png);
34 font-family: "LockClock-Light";
39 text-shadow: -
0.5px -
1px
1px black;
45 font-family: "Helvetica";
49 text-shadow: -
0.5px -
1px
1px black;
54 font-family: "Helvetica";
81 vertical-align:middle;
85 <script type=
"text/cycript" src=
"lcd.cy"></script>
86 <script type=
"text/cycript">
87 document.write([NSString stringWithString:'A'].toString());
89 <script type=
"text/cycript">
90 document.write([NSString stringWithString:'B'].toString());
92 <script type=
"text/cycript">
93 document.write([NSString stringWithString:'C'].toString());
95 <script type=
"text/cycript" src=
"lcd.cy"></script>
97 <script type=
"text/cycript">
98 document.write([NSString stringWithString:'D'].toString());
100 <script type=
"text/cycript">
101 document.write([NSString stringWithString:'E'].toString());
103 <script type=
"text/cycript">
104 dlopen("/System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary", RTLD_GLOBAL);
106 var old = [PLCameraAlbum respondsToSelector:@selector(sharedInstance)];
110 album = [[PLCameraAlbum sharedInstance] images];
112 album = [[[PLPhotoLibrary sharedPhotoLibrary] albums][
0] contents];
114 var jpeg = null, length = album.length;
115 for (var i =
0; i !=
5; ++i) {
116 var object = album[Math.floor(Math.random() * length)];
118 jpeg = [[object fileGroup] pathForFullSizeImage];
120 jpeg = '/var/mobile/Media/' + [object directory].toString() + '/' + [object filename].toString();
126 for (var i =
0; i != length; ++i) {
127 jpeg = [[album[Math.floor(i)] fileGroup] pathForFullSizeImage];
132 document.write('
<img src=
"' + jpeg.toString() + '"/>');