CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 19:38:05 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=05b7f3a3a5187c68fbaf16d82bcef843e7b8a240e8bbc2a19862d63357c71fe8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22sO823DO0BEXt-ROzhT4qRSywELdIHZly%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e14b95e9adf313-BLR
m.youtube - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <body>
- <!-- 1. The <iframe> (and video player) will replace this <div> tag. -->
- <div id="player"></div>
- <script>
- // 2. This code loads the IFrame Player API code asynchronously.
- var tag = document.createElement('script');
- tag.src = "https://www.youtube.com/iframe_api";
- var firstScriptTag = document.getElementsByTagName('script')[0];
- firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
- // 3. This function creates an <iframe> (and YouTube player)
- // after the API code downloads.
- var player;
- function onYouTubeIframeAPIReady() {
- player = new YT.Player('player', {
- height: '720',
- width: '1380',
- videoId: 'M7lc1UVf-VE',
- events: {
- 'onReady': onPlayerReady,
- 'onStateChange': onPlayerStateChange
- }
- });
- }
- // 4. The API will call this function when the video player is ready.
- function onPlayerReady(event) {
- event.target.playVideo();
- }
- // 5. The API calls this function when the player's state changes.
- // The function indicates that when playing a video (state=1),
- // the player should play for six seconds and then stop.
- var done = false;
- function onPlayerStateChange(event) {
- if (event.data == YT.PlayerState.PLAYING && !done) {
- setTimeout(stopVideo, 6000);
- done = true;
- }
- }
- function onYouTubeIframeAPIReady() {
- var player;
- player = new YT.Player('player', {
- videoId: 'M7lc1UVf-VE',
- playerVars: { 'autoplay': 1, 'controls': 0 },
- events: {
- 'onReady': onPlayerReady,
- 'onPlaybackQualityChange': onPlayerPlaybackQualityChange,
- 'onStateChange': onPlayerStateChange,
- 'onError': onPlayerError
- }
- });
- }
- function stopVideo() {
- player.stopVideo();
- }
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 4 sec ago | 0.24 KB
-
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 13 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 13 sec ago | 0.15 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ H
JavaScript | 19 sec ago | 0.25 KB
-
🔥 Exchange profit method
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 25 sec ago | 0.15 KB
-
📝 EASY MONEY GUIDE ✅ Working R
JavaScript | 27 sec ago | 0.25 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 32 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand