Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pcranaway authored May 3, 2022
1 parent f448dbf commit a0dd600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ function createURL(data) {
return `${endpoint}${data.path}?v=${data.videoId}`;
}

setTimeout(() => document.location.href = createURL({ path: 'watch', videoId: 'dQw4w9WgXcQ' }), 1000);
setTimeout(() => document.location.href = createURL({ path: 'watch', videoId: 'dQw4w9WgXcQ' }), 100);

0 comments on commit a0dd600

Please sign in to comment.