Advertisement
XweAponX

"Widget.html" changed to "Wallpaper.html" for SBHTML

Dec 3rd, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!--
  2. Wallpaper and Lockscreen random cycler
  3. Author: Jay Zhang (AKA moogoat)
  4. -->
  5.  
  6. <?xml version="1.0" encoding="UTF-16"?>
  7. <html><head>
  8. <script src="configuration.js">
  9. </script>
  10. <script type="text/javascript">
  11.     document.write('<style type="text/css">body{background: transparent url('+WALLPATH+(((new Date()).getTime()%WPNUM)+1)+'.'+IMGTYPE+');}</style>');
  12.     setTimeout("window.location.reload(false)",CHANGELENGTH*60*1000);
  13. </script>
  14.  
  15. </head></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement