javascript screensaver
Add your html
<scriptsrc="screensaver.js" type="text/javascript"></script><linkrel="stylesheet" href="screensaver.css">Run screensaver
<scripttype="text/javascript">
window.onload = function(){run_screen_saver_x({"backgroundColor": "rgba(0,0,0,0.85)","videoOpacity": 0.7,"timeout": 5,"videos": ["matrix2.mp4","ssaver1.mp4","hacker.mp4"]});}</script>