Skip to content

Commit

Permalink
Changed some videos
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Aug 25, 2024
1 parent b32e961 commit 0c866ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screensaver.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,18 @@
// If true, uses youtube-nocookie.com instead of youtube.com
const NoCookie = true;
// Duration of each video segment to play in seconds
const duration = 5 * Minute;
const duration = 10 * Minute;
// Videos to go through
const videos = [
{"id": "kMnpcMnguC4", "hours": 5, "minutes": 2, "seconds": 15, "skip": 10},
{"id": "1iZ03yAiRIA", "hours": 3, "minutes": 16, "seconds": 57, "skip": 10},
{"id": "Nj_EwOaAFao", "hours": 3, "minutes": 33, "seconds": 41, "skip": 10},
{"id": "_mKAqrA3weA", "hours": 2, "minutes": 0, "seconds": 21, "skip": 10},
{"id": "pb-j3svRQLI", "hours": 1, "minutes": 0, "seconds": 54, "skip": 10},
{"id": "RhOwyHWGqWg", "hours": 3, "minutes": 14, "seconds": 32, "skip": 10},
{"id": "Qg4aQUwtr5Q", "hours": 8, "minutes": 0, "seconds": 0, "skip": 10},
{"id": "7H7cTSml5zk", "hours": 11, "minutes": 54, "seconds": 59, "skip": 10},
{"id": "KCYl2eC_ShM", "hours": 3, "minutes": 3, "seconds": 41, "skip": 10},
{"id": "B5unCXpegAw", "hours": 8, "minutes": 0, "seconds": 0, "skip": 10},
{"id": "AKeUssuu3Is", "hours": 10, "minutes": 12, "seconds": 18, "skip": 10},
]

let current = document.getElementById('player1');
Expand Down

0 comments on commit 0c866ea

Please sign in to comment.