-
10-20-2008, 01:09 AM #21I just whipped this up now and haven't tested it but it SHOULD work. Just replace that into the <script> portion of the HTML file. Name your wallpapers IN SEQUENCE starting from 1.jpg all the way to [changes per hour * 24).jpg. (e.g. for 2 changes/hour, name up to 48, 3 name up to 72, etc). Make sure you make CHANGESPERHOUR something that divides nicely into 60, or else it'll break.Code:
//CHANGE THIS! var CHANGESPERHOUR = 2; //Make sure it divides evenly into 60! (aka max of 6) //DON'T CHANGE BELOW! var date = new Date(); var h = date.getHours(); var m = date.getMinutes(); document.write(’body{background: white url(' + (h*CHANGESPERHOUR + m%(60/CHANGESPERHOUR)+1) + '.jpg); color: black}”>’);
-
10-21-2008, 05:01 PM #22
dude, thank you so much. ive posted in about 12 diff forums and no one has gotten back. im gonna try this out tomorrow, i may need more help lol, but ill try to fig it out tomorrow. thanks!!!
dude, can you repost that code? something is messed up and its all funky when i try to cut and paste it. thanks!Last edited by ean101; 10-21-2008 at 05:01 PM. Reason: Automerged Doublepost
-
10-22-2008, 12:19 AM #23Here it is again? Don't know if that'll help :PCode:
//CHANGE THIS! var CHANGESPERHOUR = 2; //Make sure it divides evenly into 60! (aka max of 6) //DON'T CHANGE BELOW! var date = new Date(); var h = date.getHours(); var m = date.getMinutes(); document.write(’body{background: white url(' + (h*CHANGESPERHOUR + m%(60/CHANGESPERHOUR)+1) + '.jpg); color: black}”>’);
/edit: Yeah...turns out that the above code I quickly whipped up DOESN'T work. But, I did release a working version in the Theme releases section (the RIGHT section
).
Last edited by moogoat; 10-24-2008 at 10:18 PM.
-
The Following User Says Thank You to moogoat For This Useful Post:
ean101 (10-22-2008)
-
05-24-2010, 04:46 PM #24What's Jailbreak?
- Join Date
- Aug 2009
- Location
- Melbourne, Australia
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
i cannot find this app anywhere. its not on the i.danstaface source anymore.
does anyone have the .deb for this?
-
05-24-2010, 04:50 PM #25
this really old thread search for bosspaper in cydia
-
05-24-2010, 10:17 PM #26
-
05-26-2010, 07:24 AM #27What's Jailbreak?
- Join Date
- Aug 2009
- Location
- Melbourne, Australia
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts



LinkBack URL
About LinkBacks
Reply With Quote
