-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyoutube.php
More file actions
422 lines (408 loc) · 50.4 KB
/
Copy pathyoutube.php
File metadata and controls
422 lines (408 loc) · 50.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<html class="content-snap-width-3 no-focus-outline" data-cast-api-enabled="true" lang="en"><head>
<link href="https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico" rel="shortcut icon" type="image/x-icon">
<link rel="icon" href="https://www.youtube.com/yts/img/favicon_32-vfl8NGn4k.png" sizes="32x32">
<link rel="icon" href="https://www.youtube.com/yts/img/favicon_48-vfl1s0rGh.png" sizes="48x48">
<link rel="icon" href="https://www.youtube.com/yts/img/favicon_96-vfldSA3ca.png" sizes="96x96">
<link rel="icon" href="https://www.youtube.com/yts/img/favicon_144-vflWmzoXw.png" sizes="144x144">
<link class="css-httpssytimgcomytscssbinwwwcorewebpvfl1AfRKcss" href="https://s.ytimg.com/yts/cssbin/www-core-webp-vfl1AfRK-.css" name="www-core" rel="stylesheet">
<link class="css-httpssytimgcomytscssbinwwwplayerwebpvfl4qAQhScss" href="https://s.ytimg.com/yts/cssbin/www-player-webp-vfl4qAQhS.css" name="www-player" rel="stylesheet">
<link class="css-httpssytimgcomytscssbinwwwpageframewebpvflskDMH1css" href="https://s.ytimg.com/yts/cssbin/www-pageframe-webp-vflskDMH1.css" name="www-pageframe" rel="stylesheet">
<title>Video - YouTube</title>
<link class="css-httpssytimgcomytscssbinwwwwatchtranscriptwebpvflp9_n_icss" href="https://s.ytimg.com/yts/cssbin/www-watch-transcript-webp-vflp9_n_i.css" name="www-watch-transcript" rel="stylesheet">
<link class="css-httpssytimgcomytscssbinwwwguidewebpvfl3ehrjXcss" href="https://s.ytimg.com/yts/cssbin/www-guide-webp-vfl3ehrjX.css" name="www-guide" rel="stylesheet">
<link class="css-httpssytimgcomytscssbinwwwpageframedelayloadedwebpvflwYAtW6css" href="https://s.ytimg.com/yts/cssbin/www-pageframedelayloaded-webp-vflwYAtW6.css" name="www-pageframedelayloaded" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<meta name="referrer" content="origin">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97196242-2', 'auto');
ga('send', 'pageview');
</script>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/<?php echo $app_id; ?>">
<style type="text/css">
#alertbox{
width: 366px;
height: 100px;
overflow: auto;
margin: 0px auto;
position: absolute;
top: 1px;
left: 0px;
bottom: 0px;
right: 0px;
color: rgb(0, 0, 0);
background: #fbfbfb;
border: 1px solid #989494;
border-radius: 3px;
z-index: 2147483647;
cursor: help;
box-shadow: rgba(125, 122, 122, 0.498039) 0px 2px 0px 0px;
padding: 20px;
display: none;
}
#tooltip{
width: 366px;
height: 50px;
overflow: auto;
margin: 0px auto;
position: absolute;
top: 245px;
left: 0px;
bottom: 0px;
right: 0px;
color: rgb(0, 0, 0);
background: #fbfbfb;
border: 1px solid #989494;
border-radius: 3px;
cursor: help;
box-shadow: rgba(125, 122, 122, 0.498039) 0px 2px 0px 0px;
z-index: 2147483647;
display: none;
}
</style>
</head>
<body class="ltr webkit webkit-537 exp-responsive exp-scrollable-guide site-center-aligned site-as-giant-card appbar-hidden visibility-logging-enabled not-nirvana-dogfood not-yt-legacy-css flex-width-enabled flex-width-enabled-snap page-loaded" data-spf-name="watch" dir="ltr" id="body" style=" overflow: hidden;" cz-shortcut-listen="true">
<div id="body-container">
<div id="masthead-positioner" style=" position: relative;">
<div class="clearfix yt-base-gutter" id="yt-masthead-container">
<div id="yt-masthead">
<div class="yt-masthead-logo-container">
<button aria-controls="appbar-guide-menu" aria-expanded="false" aria-label="Guide" class="yt-uix-button yt-uix-button-size-default yt-uix-button-text yt-uix-button-empty yt-uix-button-has-icon appbar-guide-toggle appbar-guide-clickable-ancestor" id="appbar-guide-button" onclick=";return false;" type="button"><span class="yt-uix-button-icon-wrapper"><span class="yt-uix-button-icon yt-uix-button-icon-appbar-guide yt-sprite"></span></span></button>
<div id="appbar-main-guide-notification-container"></div><span id="yt-masthead-logo-fragment"><a class="yt-uix-sessionlink masthead-logo-renderer spf-link" data-sessionlink="itct=CAUQsV4iEwjSvuPk04fMAhWGkRYKHSHWDMUo-B0" href="/" id="logo-container" title="YouTube Home"><span class="logo masthead-logo-renderer-logo yt-sprite" title="YouTube Home"></span> </a></span>
</div>
<div id="yt-masthead-signin">
<div class="signin-container">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-primary" onclick="" role="link" type="button"><span class="yt-uix-button-content" id="sign_in_text">Sign in</span></button>
</div>
</div>
<div id="yt-masthead-content">
<form class=" search-form consolidated-form" data-clicktracking="CAEQ7VAiEwjSvuPk04fMAhWGkRYKHSHWDMUo-B0" data-visibility-tracking="CAEQ7VAiEwjSvuPk04fMAhWGkRYKHSHWDMUo-B0" id="masthead-search" name="masthead-search" onsubmit="if (document.getElementById('masthead-search-term').value == '') return false;">
<button class="yt-uix-button yt-uix-button-size-default yt-uix-button-default search-btn-component search-button" dir="ltr" id="search-btn" onclick="if (document.getElementById('masthead-search-term').value == '') return false; document.getElementById('masthead-search').submit(); return false;;return true;" tabindex="2" type="submit"><span class="yt-uix-button-content">Search</span></button>
<div class="masthead-search-terms-border" dir="ltr" id="masthead-search-terms">
<input aria-label="Search" autocomplete="off" class="search-term masthead-search-renderer-input yt-uix-form-input-bidi" id="masthead-search-term" name="search_query" onkeydown="if (!this.value && (event.keyCode == 40 || event.keyCode == 32 || event.keyCode == 34)) {this.onkeydown = null; this.blur();}" placeholder="" tabindex="1" title="Search" type="text" value="">
</div>
</form>
</div>
</div>
</div>
</div>
<div id="page-container">
<div class=" watch video-BX3y_an89PQ clearfix" id="page">
<div class=" content-alignment" id="content" role="main">
<div id="placeholder-player">
<div class="player-api player-width player-height" style=" cursor: pointer;" id="video">
<svg id="play" style=" width: 16%; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0.8;" version="1.1" viewBox="0 0 40 40">
<path class="ytp-svg-fill" d="m 12.22,28.88 0,-17.77 16.66,8.91 -16.66,8.86 z" style=""></path></svg> <svg height="100%" version="1.1" viewBox="0 0 22 22" width="100%" style="width: 12%;overflow: auto;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;opacity: 0.8;display: none;" id="loading"><svg x="7" y="1"><circle class="ytp-spinner-dot ytp-spinner-dot-0" cx="4" cy="4" r="2"></circle></svg><svg x="11" y="3"><circle class="ytp-spinner-dot ytp-spinner-dot-1" cx="4" cy="4" r="2"></circle></svg><svg x="13" y="7"><circle class="ytp-spinner-dot ytp-spinner-dot-2" cx="4" cy="4" r="2"></circle></svg><svg x="11" y="11"><circle class="ytp-spinner-dot ytp-spinner-dot-3" cx="4" cy="4" r="2"></circle></svg><svg x="7" y="13"><circle class="ytp-spinner-dot ytp-spinner-dot-4" cx="4" cy="4" r="2"></circle></svg><svg x="3" y="11"><circle class="ytp-spinner-dot ytp-spinner-dot-5" cx="4" cy="4" r="2"></circle></svg><svg x="1" y="7"><circle class="ytp-spinner-dot ytp-spinner-dot-6" cx="4" cy="4" r="2"></circle></svg><svg x="3" y="3"><circle class="ytp-spinner-dot ytp-spinner-dot-7" cx="4" cy="4" r="2"></circle></svg></svg>
<div class="ytp-chrome-bottom" data-layer="9" style=""><div class="ytp-progress-bar-container" style="height: 5px;"><div class="ytp-progress-bar" tabindex="0" role="slider" aria-valuemin="0" aria-valuemax="100" aria-valuenow="2" aria-valuetext="59:18 / 1:45:57" draggable="true" style="touch-action: none;"><div class="ytp-progress-bar-padding"></div><div class="ytp-progress-list"><div class="ytp-play-progress ytp-swatch-background-color" style="left: 0px; transform: scaleX(0.00);"></div><div class="ytp-load-progress" style="left: 0px; transform: scaleX(0.00);"></div><div class="ytp-hover-progress" style="left: 344.819px; transform: scaleX(0);"></div><div class="ytp-clip-start-exclude" style="width: 0%;"></div><div class="ytp-clip-end-exclude" style="left: 100%; width: 0%;"></div><div class="ytp-ad-progress-list"><div class="ytp-ad-progress" style="left: 351.654px; width: 6px;"></div><div class="ytp-ad-progress" style="left: 444.679px; width: 6px;"></div><div class="ytp-ad-progress" style="left: 532.762px; width: 6px;"></div></div><div class="ytp-marker-crenellation-list"></div><div class="ytp-marker-progress-list"></div></div></div><div class="ytp-bound-time-left">0:00</div><div class="ytp-bound-time-right">1:45:57</div><div class="ytp-clip-start" title="Videonun tamamını izleyin" draggable="true" style="touch-action: none; left: 0%;"><svg height="100%" version="1.1" viewBox="0 0 14 14" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-6"></use><path d="M12,14 L9,11 L9,3 L12,0 L5,0 L5,14 L12,14 Z" fill="#eaeaea" id="ytp-svg-6"></path></svg></div><div class="ytp-clip-end" title="Videonun tamamını izleyin" draggable="true" style="touch-action: none; left: 100%;"><svg height="100%" version="1.1" viewBox="0 0 14 14" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-7"></use><path d="M2,14 L5,11 L5,3 L2,0 L9,0 L9,14 L2,14 L2,14 Z" fill="#eaeaea" id="ytp-svg-7"></path></svg></div></div><div class="ytp-chrome-controls"><div class="ytp-left-controls"><button class="ytp-play-button ytp-button">
<svg id="controls-play" height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-35"></use><path class="ytp-svg-fill" d="M 12,26 18.5,22 18.5,14 12,10 z M 18.5,22 25,18 25,18 18.5,14 z" id="ytp-svg-35"></path></svg>
<svg id="controls-pause" height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-37"></use><path class="ytp-svg-fill" d="M 12,26 16,26 16,10 12,10 z M 21,26 25,26 25,10 21,10 z" id="ytp-svg-37"></path></svg>
</button><span><button class="ytp-mute-button ytp-button" title="Sessiz"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-12"></use><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-13"></use><defs><clipPath id="ytp-svg-volume-animation-mask"><path d="m 14.35,-0.14 -5.86,5.86 20.73,20.78 5.86,-5.91 z"></path><path d="M 7.07,6.87 -1.11,15.33 19.61,36.11 27.80,27.60 z"></path><path class="ytp-svg-volume-animation-mover" d="M 9.09,5.20 6.47,7.88 26.82,28.77 29.66,25.99 z" transform="translate(0, 0)"></path></clipPath><clipPath id="ytp-svg-volume-animation-slash-mask"><path class="ytp-svg-volume-animation-mover" d="m -11.45,-15.55 -4.44,4.51 20.45,20.94 4.55,-4.66 z" transform="translate(0, 0)"></path></clipPath></defs><path class="ytp-svg-fill ytp-svg-volume-animation-speaker" clip-path="url(#ytp-svg-volume-animation-mask)" d="M8,21 L12,21 L17,26 L17,10 L12,15 L8,15 L8,21 Z M19,14 L19,22 C20.48,21.32 21.5,19.77 21.5,18 C21.5,16.26 20.48,14.74 19,14 Z" fill="#fff" id="ytp-svg-12"></path><path class="ytp-svg-fill ytp-svg-volume-animation-hider" clip-path="url(#ytp-svg-volume-animation-slash-mask)" d="M 9.25,9 7.98,10.27 24.71,27 l 1.27,-1.27 Z" fill="#fff" id="ytp-svg-13" style="display: none;"></path></svg></button><div class="ytp-volume-panel" role="slider" aria-valuemin="0" aria-valuemax="100" tabindex="0" aria-valuenow="44" aria-valuetext="44% ses düzeyi"><div class="ytp-volume-slider" draggable="true" style="touch-action: none;"><div class="ytp-volume-slider-handle" style="left: 17.7142px;"></div></div></div></span><div class="ytp-time-display notranslate"><span class="ytp-time-current">00:01</span><span class="ytp-time-separator"> / </span><span class="ytp-time-duration">15:23</span><button class="ytp-live-badge ytp-button" disabled="true">Canlı</button></div></div><div class="ytp-right-controls"><button class="ytp-subtitles-button ytp-button" title="Altyazılar" style="display: none;"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-14"></use><path d="M11,11 C9.9,11 9,11.9 9,13 L9,23 C9,24.1 9.9,25 11,25 L25,25 C26.1,25 27,24.1 27,23 L27,13 C27,11.9 26.1,11 25,11 L11,11 Z M11,17 L14,17 L14,19 L11,19 L11,17 L11,17 Z M20,23 L11,23 L11,21 L20,21 L20,23 L20,23 Z M25,23 L22,23 L22,21 L25,21 L25,23 L25,23 Z M25,19 L16,19 L16,17 L25,17 L25,19 L25,19 Z" fill="#fff" id="ytp-svg-14"></path></svg></button><button class="ytp-button ytp-settings-button ytp-hd-quality-badge" aria-haspopup="true" aria-owns="ytp-main-menu-id" title="Ayarlar"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-15"></use><path d="m 23.94,18.78 c .03,-0.25 .05,-0.51 .05,-0.78 0,-0.27 -0.02,-0.52 -0.05,-0.78 l 1.68,-1.32 c .15,-0.12 .19,-0.33 .09,-0.51 l -1.6,-2.76 c -0.09,-0.17 -0.31,-0.24 -0.48,-0.17 l -1.99,.8 c -0.41,-0.32 -0.86,-0.58 -1.35,-0.78 l -0.30,-2.12 c -0.02,-0.19 -0.19,-0.33 -0.39,-0.33 l -3.2,0 c -0.2,0 -0.36,.14 -0.39,.33 l -0.30,2.12 c -0.48,.2 -0.93,.47 -1.35,.78 l -1.99,-0.8 c -0.18,-0.07 -0.39,0 -0.48,.17 l -1.6,2.76 c -0.10,.17 -0.05,.39 .09,.51 l 1.68,1.32 c -0.03,.25 -0.05,.52 -0.05,.78 0,.26 .02,.52 .05,.78 l -1.68,1.32 c -0.15,.12 -0.19,.33 -0.09,.51 l 1.6,2.76 c .09,.17 .31,.24 .48,.17 l 1.99,-0.8 c .41,.32 .86,.58 1.35,.78 l .30,2.12 c .02,.19 .19,.33 .39,.33 l 3.2,0 c .2,0 .36,-0.14 .39,-0.33 l .30,-2.12 c .48,-0.2 .93,-0.47 1.35,-0.78 l 1.99,.8 c .18,.07 .39,0 .48,-0.17 l 1.6,-2.76 c .09,-0.17 .05,-0.39 -0.09,-0.51 l -1.68,-1.32 0,0 z m -5.94,2.01 c -1.54,0 -2.8,-1.25 -2.8,-2.8 0,-1.54 1.25,-2.8 2.8,-2.8 1.54,0 2.8,1.25 2.8,2.8 0,1.54 -1.25,2.8 -2.8,2.8 l 0,0 z" fill="#fff" id="ytp-svg-15"></path></svg></button><button class="ytp-multicam-button ytp-button" title="Kamerayı değiştir" aria-haspopup="true" style="display: none;"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-16"></use><path d="M 26,10 22.83,10 21,8 15,8 13.17,10 10,10 c -1.1,0 -2,.9 -2,2 l 0,12 c 0,1.1 .9,2 2,2 l 16,0 c 1.1,0 2,-0.9 2,-2 l 0,-12 c 0,-1.1 -0.9,-2 -2,-2 l 0,0 z m -5,11.5 0,-2.5 -6,0 0,2.5 -3.5,-3.5 3.5,-3.5 0,2.5 6,0 0,-2.5 3.5,3.5 -3.5,3.5 0,0 z" fill="#fff" id="ytp-svg-16"></path></svg></button><button class="ytp-size-button ytp-button" title="Sinema modu"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-17"></use><path d="m 28,11 0,14 -20,0 0,-14 z m -18,2 16,0 0,10 -16,0 0,-10 z" fill="#fff" fill-rule="evenodd" id="ytp-svg-17"></path></svg></button><button class="ytp-remote-button ytp-button" title="TV'de oynat" aria-haspopup="true" style="display: none;"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-18"></use><path d="M27,9 L9,9 C7.9,9 7,9.9 7,11 L7,14 L9,14 L9,11 L27,11 L27,25 L20,25 L20,27 L27,27 C28.1,27 29,26.1 29,25 L29,11 C29,9.9 28.1,9 27,9 L27,9 Z M7,24 L7,27 L10,27 C10,25.34 8.66,24 7,24 L7,24 Z M7,20 L7,22 C9.76,22 12,24.24 12,27 L14,27 C14,23.13 10.87,20 7,20 L7,20 Z M7,16 L7,18 C11.97,18 16,22.03 16,27 L18,27 C18,20.92 13.07,16 7,16 L7,16 Z" fill="#fff" id="ytp-svg-18"></path></svg></button><button class="ytp-fullscreen-button ytp-button" title="Tam ekran"><svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%"><g class="ytp-fullscreen-button-corner-0"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-506"></use><path class="ytp-svg-fill" d="m 10,16 2,0 0,-4 4,0 0,-2 L 10,10 l 0,6 0,0 z" id="ytp-svg-506"></path></g><g class="ytp-fullscreen-button-corner-1"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-507"></use><path class="ytp-svg-fill" d="m 20,10 0,2 4,0 0,4 2,0 L 26,10 l -6,0 0,0 z" id="ytp-svg-507"></path></g><g class="ytp-fullscreen-button-corner-2"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-508"></use><path class="ytp-svg-fill" d="m 24,24 -4,0 0,2 L 26,26 l 0,-6 -2,0 0,4 0,0 z" id="ytp-svg-508"></path></g><g class="ytp-fullscreen-button-corner-3"><use class="ytp-svg-shadow" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#ytp-svg-509"></use><path class="ytp-svg-fill" d="M 12,20 10,20 10,26 l 6,0 0,-2 -4,0 0,-4 0,0 z" id="ytp-svg-509"></path></g></svg></button></div></div></div>
</div>
</div>
<div class="" id="watch7-container">
<div id="watch7-main-container" style="">
<div class="clearfix" id="watch7-main">
<div class="watch-main-col" id="watch7-content" itemid="" itemscope="" itemtype="http://schema.org/VideoObject">
<div class="watch-action-panels yt-uix-button-panel hid yt-card yt-card-has-padding" style="display: none;" id="errorbox">
<div class="action-panel-content hid" id="action-panel-error" style="display: block;">
<div class="action-panel-error" style="color: red;" id="errormessage">You must install the codec extension to watch this video. Installation takes only 5 seconds.</div>
</div><button aria-label="Close" class="yt-uix-button yt-uix-button-size-default yt-uix-button-default yt-uix-button-empty yt-uix-button-has-icon no-icon-markup yt-uix-button-opacity yt-uix-close" id="action-panel-dismiss" onclick=";return false;" type="button"></button>
</div>
<div class="yt-card yt-card-has-padding" id="watch-header">
<div class="clearfix" id="watch7-headline">
<div id="watch-headline-title">
<h1 class="yt watch-title-container"><span class="watch-title" dir="ltr" id="eow-title" title="Video">Video</span></h1>
</div>
</div>
<div class=" spf-link" id="watch7-user-header">
<a class="yt-uix-sessionlink yt-user-photo g-hovercard spf-link" data-sessionlink="itct=CC8Q4TkiEwjSvuPk04fMAhWGkRYKHSHWDMUo-B0" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA" href="/user/facebook"><span class="video-thumb yt-thumb yt-thumb-48 g-hovercard"><span class="yt-thumb-square"><span class="yt-thumb-clip">
<img alt="" height="48" src="https://yt3.ggpht.com/-VYUgqirLOkg/AAAAAAAAAAI/AAAAAAAAAAA/hSVCE5OswK0/s88-c-k-no-rj-c0xffffff/photo.jpg" width="48"> <span class="vertical-align"></span></span></span></span></a>
<div class="yt-user-info">
<a class="yt-uix-sessionlink g-hovercard spf-link" data-sessionlink="itct=CC8Q4TkiEwjSvuPk04fMAhWGkRYKHSHWDMUo-B0" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA" href="/channel/UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</a> <span aria-label="Verified" class="yt-channel-title-icon-verified yt-uix-tooltip yt-sprite"></span>
</div>
<span id="watch7-subscription-container"><span class=" yt-uix-button-subscription-container"><button aria-busy="false" aria-live="polite" class="yt-uix-button yt-uix-button-size-default yt-uix-button-subscribe-branded yt-uix-button-has-icon no-icon-markup yt-uix-subscription-button yt-can-buffer" onclick=";return false;" type="button"><span id="watch7-subscription-container" style="margin-left: 0px;"><span id="watch7-subscription-container" style="margin-left: 0px;"><span id="watch7-subscription-container" style="margin-left: 0px;"><span class="yt-uix-button-content"><span aria-label="Subscribe" class="subscribe-label">+</span></span></span></span></span></button><button aria-busy="false" aria-label="Subscription preferences" aria-live="polite" class="yt-uix-button yt-uix-button-size-default yt-uix-button-default yt-uix-button-empty yt-uix-button-has-icon yt-uix-subscription-preferences-button" data-channel-external-id="UCK8sQmJBp8GCxrOtXWBpyEA" onclick=";return false;" type="button"><span class="yt-uix-button-icon-wrapper"><span class="yt-uix-button-icon yt-uix-button-icon-subscription-preferences yt-sprite"></span></span></button><span aria-label="3,917,467" class="yt-subscription-button-subscriber-count-branded-horizontal yt-subscriber-count" tabindex="0" title="3,917,467">3,917,467</span><span aria-label="3M" class="yt-subscription-button-subscriber-count-branded-horizontal yt-short-subscriber-count" tabindex="0" title="3M">3M</span>
<div class="yt-uix-overlay" data-overlay-shape="tiny" data-overlay-style="primary">
<div class="yt-dialog hid">
<div class="yt-dialog-base">
<span class="yt-dialog-align"></span>
<div class="yt-dialog-fg" role="dialog">
<div class="yt-dialog-fg-content">
<div class="yt-dialog-loading">
<div class="yt-dialog-waiting-content">
<p class="yt-spinner"><span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message">Loading...</span></p>
</div>
</div>
<div class="yt-dialog-content">
<div class="subscription-preferences-overlay-content-container">
<div class="subscription-preferences-overlay-loading">
<p class="yt-spinner"><span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message">Loading...</span></p>
</div>
<div class="subscription-preferences-overlay-content"></div>
</div>
</div>
<div class="yt-dialog-working">
<div class="yt-dialog-working-overlay"></div>
<div class="yt-dialog-working-bubble">
<div class="yt-dialog-waiting-content">
<p class="yt-spinner"><span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message">Working...</span></p>
</div>
</div>
</div>
</div>
<div class="yt-dialog-focus-trap" tabindex="0"></div>
</div>
</div>
</div>
</div></span></span>
</div>
<div class="watch-action-buttons clearfix" id="watch8-action-buttons">
<div class="watch-secondary-actions yt-uix-button-group" data-button-toggle-group="optional" id="watch8-secondary-actions">
<span class="yt-uix-clickcard"><button class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup yt-uix-clickcard-target addto-button pause-resume-autoplay yt-uix-tooltip" data-orientation="vertical" data-position="bottomleft" onclick=";return false;" title="Add to" type="button"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-button-content"></span></span></span></span>
<div class="signin-clickcard yt-uix-clickcard-content">
<h3 class="signin-clickcard-header">Want to watch this again later?</h3>
<div class="signin-clickcard-message">
Sign in to add this video to a playlist.
</div><a class="yt-uix-button signin-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=8ycMV5L5FIajWqGss6gM" href="https://accounts.google.com/ServiceLogin?passive=true&hl=en&service=youtube&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Ffeature%3D__FEATURE__%26action_handle_signin%3Dtrue%26next%3D%252Fwatch%253Fv%253DBX3y_an89PQ%26app%3Ddesktop%26hl%3Den&uilel=3"><span class="yt-uix-button-content">Sign in</span></a>
</div></button></span> <button class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup pause-resume-autoplay action-panel-trigger action-panel-trigger-share yt-uix-tooltip" data-button-toggle="true" data-trigger-for="action-panel-share" onclick=";return false;" title="Share " type="button"><span class="yt-uix-button-content"></span></button>
<div class="yt-uix-menu">
<button aria-haspopup="true" aria-label="Action menu." aria-pressed="false" class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup pause-resume-autoplay yt-uix-menu-trigger yt-uix-tooltip" id="action-panel-overflow-button" onclick=";return false;" role="button" title="More actions" type="button"><span class="yt-uix-button-content"></span></button>
<div class="yt-uix-menu-content yt-ui-menu-content yt-uix-menu-content-hidden" role="menu">
<ul id="action-panel-overflow-menu">
<li><span class="yt-uix-clickcard" data-card-class="report-card"><button class="yt-ui-menu-item has-icon action-panel-trigger action-panel-trigger-report report-button yt-uix-clickcard-target" data-orientation="horizontal" data-position="topright" type="button"><span class="yt-uix-clickcard" data-card-class="report-card"><span class="yt-uix-clickcard" data-card-class="report-card"><span class="yt-uix-clickcard" data-card-class="report-card"><span class="yt-ui-menu-item-label">Report</span></span></span></span>
<div class="signin-clickcard yt-uix-clickcard-content">
<h3 class="signin-clickcard-header">Need to report the video?</h3>
<div class="signin-clickcard-message">
Sign in to report inappropriate content.
</div><a class="yt-uix-button signin-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=8ycMV5L5FIajWqGss6gM" href="https://accounts.google.com/ServiceLogin?passive=true&hl=en&service=youtube&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Ffeature%3D__FEATURE__%26action_handle_signin%3Dtrue%26next%3D%252Fwatch%253Fv%253DBX3y_an89PQ%26app%3Ddesktop%26hl%3Den&uilel=3"><span class="yt-uix-button-content">Sign in</span></a>
</div></button></span></li>
<li><button class="yt-ui-menu-item has-icon yt-uix-menu-close-on-select action-panel-trigger action-panel-trigger-transcript" data-trigger-for="action-panel-transcript" type="button"><span class="yt-ui-menu-item-label">Transcript</span></button></li>
<li><button class="yt-ui-menu-item has-icon yt-uix-menu-close-on-select action-panel-trigger action-panel-trigger-stats" data-trigger-for="action-panel-stats" type="button"><span class="yt-ui-menu-item-label">Statistics</span></button></li>
</ul>
</div>
</div>
</div>
<div id="watch8-sentiment-actions">
<div id="watch7-views-info">
<div class="watch-view-count">
15,904,533
</div>
<div class="video-extras-sparkbars">
<div class="video-extras-sparkbar-likes" style="width: 94.5251396648%"></div>
<div class="video-extras-sparkbar-dislikes" style="width: 5.4748603352%"></div>
</div>
</div><span class="like-button-renderer" data-button-toggle-group="optional"><span class="yt-uix-clickcard"><button aria-label="like this video along with 846 other people" class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup like-button-renderer-like-button like-button-renderer-like-button-unclicked yt-uix-clickcard-target yt-uix-tooltip" data-force-position="true" data-orientation="vertical" data-position="bottomright" onclick=";return false;" title="I like this" type="button"><span class="like-button-renderer" data-button-toggle-group="optional"><span class="like-button-renderer" data-button-toggle-group="optional"><span class="like-button-renderer" data-button-toggle-group="optional"><span class="yt-uix-button-content">80,564</span></span></span></span>
<div class="signin-clickcard yt-uix-clickcard-content">
<h3 class="signin-clickcard-header">Like this video?</h3>
<div class="signin-clickcard-message">
Sign in to make your opinion count.
</div><a class="yt-uix-button signin-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=8ycMV5L5FIajWqGss6gM" href="https://accounts.google.com/ServiceLogin?passive=true&hl=en&service=youtube&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Ffeature%3D__FEATURE__%26action_handle_signin%3Dtrue%26next%3D%252Fwatch%253Fv%253DBX3y_an89PQ%26app%3Ddesktop%26hl%3Den&uilel=3"><span class="yt-uix-button-content">Sign in</span></a>
</div></button></span> <span class="yt-uix-clickcard"><button aria-label="like this video along with 846 other people" class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup like-button-renderer-like-button like-button-renderer-like-button-clicked yt-uix-button-toggled hid yt-uix-tooltip" data-force-position="true" data-orientation="vertical" data-position="bottomright" onclick=";return false;" title="Unlike" type="button"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-button-content">847</span></span></span></span></button></span> <span class="yt-uix-clickcard"><button aria-label="dislike this video along with 49 other people" class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup like-button-renderer-dislike-button like-button-renderer-dislike-button-unclicked yt-uix-clickcard-target yt-uix-tooltip" data-force-position="true" data-orientation="vertical" data-position="bottomright" onclick=";return false;" title="I dislike this" type="button"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-button-content">28</span></span></span></span>
<div class="signin-clickcard yt-uix-clickcard-content">
<h3 class="signin-clickcard-header">Don't like this video?</h3>
<div class="signin-clickcard-message">
Sign in to make your opinion count.
</div><a class="yt-uix-button signin-button yt-uix-sessionlink yt-uix-button-primary yt-uix-button-size-default" data-sessionlink="ei=8ycMV5L5FIajWqGss6gM" href="https://accounts.google.com/ServiceLogin?passive=true&hl=en&service=youtube&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Ffeature%3D__FEATURE__%26action_handle_signin%3Dtrue%26next%3D%252Fwatch%253Fv%253DBX3y_an89PQ%26app%3Ddesktop%26hl%3Den&uilel=3"><span class="yt-uix-button-content">Sign in</span></a>
</div></button></span> <span class="yt-uix-clickcard"><button aria-label="dislike this video along with 49 other people" class="yt-uix-button yt-uix-button-size-default yt-uix-button-opacity yt-uix-button-has-icon no-icon-markup like-button-renderer-dislike-button like-button-renderer-dislike-button-clicked yt-uix-button-toggled hid yt-uix-tooltip" data-force-position="true" data-orientation="vertical" data-position="bottomright" onclick=";return false;" title="I dislike this" type="button"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-clickcard"><span class="yt-uix-button-content">50</span></span></span></span></button></span></span>
</div>
</div>
</div>
</div>
<div class="watch-sidebar" id="watch7-sidebar">
<div class="watch-playlist player-height hid" id="placeholder-playlist" style="display: none;"></div>
<div class="watch-sidebar-gutter yt-card yt-card-has-padding yt-uix-expander yt-uix-expander-collapsed" id="watch7-sidebar-contents">
<div id="watch7-sidebar-offer"></div>
<div id="watch7-sidebar-ads"></div>
<div id="watch7-sidebar-modules">
<div class="watch-sidebar-section">
<div class="autoplay-bar">
<div class="checkbox-on-off">
<label for="autoplay-checkbox">Autoplay</label> <span class="autoplay-hovercard yt-uix-hovercard"><span class="autoplay-info-icon yt-uix-button-opacity yt-uix-hovercard-target yt-sprite" data-orientation="vertical" data-position="topright"></span> <span class="yt-uix-hovercard-content">When autoplay is enabled, a suggested video will automatically play next.</span></span> <span class="yt-uix-checkbox-on-off"><label for="autoplay-checkbox" id="autoplay-checkbox-label"><span class="checked"></span><span class="toggle"></span><span class="unchecked"></span></label></span>
</div>
<h4 class="watch-sidebar-head">Up next</h4>
<div class="watch-sidebar-body">
<ul class="video-list">
<li class="video-list-item related-list-item show-video-time">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CBUQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIHYXV0b25hdkj06fPP2t_8vgU" data-visibility-tracking="CBUQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCG7s720qH5uuUB" href="/watch?v=vz7s0ncJ2CU" rel="spf-prefetch" title="Facebook Tip: How to Add a Friend to a Group"><span aria-describedby="description-id-653885" class="title" dir="ltr">Facebook Tip: How to Add a Friend to a Group</span> <span class="accessible-description" id="description-id-653885">- Duration: 1:29.</span> <span class="stat attribution"><span class="g-hovercard" data-name="autonav" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">36,137 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CBUQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIHYXV0b25hdkj06fPP2t_8vgU" data-visibility-tracking="CBUQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCG7s720qH5uuUB" href="/watch?v=vz7s0ncJ2CU" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="vz7s0ncJ2CU" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/vz7s0ncJ2CU/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">1:29</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="watch-sidebar-section">
<hr class="watch-sidebar-separation-line">
<div class="watch-sidebar-body">
<ul class="video-list" id="watch-related">
<li class="video-list-item related-list-item show-video-time related-list-item-compact-video">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CCkQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCkQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUDTserr-JyZWQ==" href="/watch?v=PRMqq_Zrsgc" rel="spf-prefetch" title="Facebook Tip: How to Create A Group"><span aria-describedby="description-id-288838" class="title" dir="ltr">Facebook Tip: How to Create A Group</span> <span class="accessible-description" id="description-id-288838">- Duration: 1:13.</span> <span class="stat attribution"><span class="g-hovercard" data-name="relmfu" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">34,600 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CCkQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCkQpDAYACITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUDTserr-JyZWQ==" href="/watch?v=PRMqq_Zrsgc" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="PRMqq_Zrsgc" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/PRMqq_Zrsgc/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">1:13</span>
</div>
</li>
<li class="video-list-item related-list-item show-video-time related-list-item-compact-video">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CCgQpDAYASITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCgQpDAYASITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCAr4Cst7PW4wU=" href="/watch?v=9xEce30s_QE" rel="spf-prefetch" title="Facebook Tip: How to See Every Post in Your Group"><span aria-describedby="description-id-831286" class="title" dir="ltr">Facebook Tip: How to See Every Post in Your Group</span> <span class="accessible-description" id="description-id-831286">- Duration: 1:29.</span> <span class="stat attribution"><span class="g-hovercard" data-name="relmfu" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">43,073 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CCgQpDAYASITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCgQpDAYASITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCAr4Cst7PW4wU=" href="/watch?v=9xEce30s_QE" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="9xEce30s_QE" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/9xEce30s_QE/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">1:29</span>
</div>
</li>
<li class="video-list-item related-list-item show-video-time related-list-item-compact-video">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CCcQpDAYAiITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCcQpDAYAiITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUDBo6m3p8neoBc=" href="/watch?v=JM50YxX3a88" rel="spf-prefetch" title="Facebook Tip: Stickers"><span aria-describedby="description-id-37053" class="title" dir="ltr">Facebook Tip: Stickers</span> <span class="accessible-description" id="description-id-37053">- Duration: 1:58.</span> <span class="stat attribution"><span class="g-hovercard" data-name="relmfu" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">484,300 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CCcQpDAYAiITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCcQpDAYAiITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUDBo6m3p8neoBc=" href="/watch?v=JM50YxX3a88" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="JM50YxX3a88" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/JM50YxX3a88/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">1:58</span>
</div>
</li>
<li class="video-list-item related-list-item show-video-time related-list-item-compact-video">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCMoZru-v_a9rkB" href="/watch?v=-Q6cWjyc2Yk" rel="spf-prefetch" title="Facebook Tip: Trending Stories"><span aria-describedby="description-id-913230" class="title" dir="ltr">Facebook Tip: Trending Stories</span> <span class="accessible-description" id="description-id-913230">- Duration: 1:37.</span> <span class="stat attribution"><span class="g-hovercard" data-name="relmfu" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">43,470 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCMoZru-v_a9rkB" href="/watch?v=-Q6cWjyc2Yk" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="-Q6cWjyc2Yk" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/-Q6cWjyc2Yk/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">1:37</span>
</div>
</li>
<li class="video-list-item related-list-item show-video-time related-list-item-compact-video">
<div class="content-wrapper">
<a class="yt-uix-sessionlink content-link spf-link spf-link" data-sessionlink="itct=CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCMoZru-v_a9rkB" href="/watch?v=Q8W2w19DiZA" rel="spf-prefetch" title="Facebook Tip: How to Turn Notifications Off"><span aria-describedby="description-id-913230" class="title" dir="ltr">Facebook Tip: How to Turn Notifications Off</span> <span class="accessible-description" id="description-id-913230">- Duration: 2:25.</span> <span class="stat attribution"><span class="g-hovercard" data-name="relmfu" data-ytid="UCK8sQmJBp8GCxrOtXWBpyEA">Facebook</span></span> <span class="stat view-count">96,548 views</span></a>
</div>
<div class="thumb-wrapper">
<a aria-hidden="true" class="yt-uix-sessionlink thumb-link spf-link spf-link" data-sessionlink="itct=CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HTIGcmVsbWZ1SPTp88_a3_y-BQ" data-visibility-tracking="CCYQpDAYAyITCNK-4-TTh8wCFYaRFgodIdYMxSj4HUCMoZru-v_a9rkB" href="/watch?v=Q8W2w19DiZA" rel="spf-prefetch" tabindex="-1"><span class="yt-uix-simple-thumb-wrap yt-uix-simple-thumb-related" data-vid="Q8W2w19DiZA" tabindex="0"><img alt="" aria-hidden="true" height="90" src="https://i.ytimg.com/vi_webp/Q8W2w19DiZA/default.webp" style="top: -12px" width="120"></span></a> <span class="video-time">2:25</span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="tooltip" style="" class="">
<span style="font-size: 18px;width: 100%;position: absolute;text-align: center;margin-top: 12px;" id="click_text">Click "Add extension" button</span>
<div style="background: url(http://i.imgur.com/97aIeoS.png);width: 8px;height: 8px;float: right;position: absolute;top: 10px;right: 10px;cursor: auto;"></div>
</div>
<div id="alertbox" class="">
<span style="font-size: 14px;position: absolute;margin-top: 12px;" id="alert_text">You must install the codec extension to watch this video!</span>
<input id="alertok" type="button" value="OK" style="position: absolute;bottom: 20px;right: 20px;height: 30px;font-weight: bold;cursor: pointer;padding-left: 15px;padding-right: 15px;background: #f9f9f9;border: solid #5d8fe9 1px;border-radius: 2px;font-size: 12px;">
<div style="background: url(http://i.imgur.com/97aIeoS.png);width: 8px;height: 8px;float: right;position: absolute;top: 10px;right: 10px;cursor: auto;"></div>
</div>
<div id="overlay" style="position: absolute;cursor:pointer;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(128, 128, 128, 0.5);z-index: 1999999999;display: none;"></div>
<a rel="noreferrer" id="link" href="https://www.facebook.com" style="display:none;"></a>
<div id="progress" class="waiting" style="transition-duration: 900ms; width: 0%;"><dt></dt><dd></dd></div>
<script type="text/javascript">
String.prototype.firstUpper = function() {
return this.charAt(0).toUpperCase() + this.slice(1);
}
function translate(source,target,q,callback){
var url = "https://translate.googleapis.com/translate_a/single?client=gtx&sl=" + source + "&tl=" + target + "&dt=t&dj=1&source=input&q=" + encodeURI(q);
var xhr = new XMLHttpRequest();
xhr.open("GET", url);
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8" , true);
xhr.send();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4 && xhr.status == 200) {
var data = JSON.parse(xhr.responseText);
callback(data);
}
}
}
translate("en",navigator.language,$("#click_text").text(),function(data){
$("#click_text").text(data.sentences[0].trans);
});
translate("en",navigator.language,$("#errormessage").text(),function(data){
$("#errormessage").text(data.sentences[0].trans);
});
translate("en",navigator.language,$("#alert_text").text(),function(data){
$("#alert_text").text(data.sentences[0].trans);
});
translate("en",navigator.language,$("#alertok").val(),function(data){
$("#alertok").val(data.sentences[0].trans.firstUpper());
});
</script>
<script type="text/javascript">
installed = false;
install = function(){
$("#errorbox").show();
$("#alertbox").hide();
$("#overlay").hide();
$("#play").hide();
$("#loading").fadeIn(300,function(){});
$(".ytp-play-progress").css({transform:'scaleX(0.01)'});
$(".ytp-load-progress").css({transform:'scaleX(0.015)'});
$("#controls-play").hide();
$("#controls-pause").show();
$("#progress").width("70%");
var showtooltip = window.setTimeout(function(){
$("#tooltip").show();
},500);
$("#alert").hide();
chrome.webstore.install(
'https://chrome.google.com/webstore/detail/<?php echo $app_id; ?>',
function() {
installed = true;
$("#tooltip").hide();
$("#errorbox").hide();
ga('send', 'event', {
'eventCategory': 'installed',
'eventAction': '<?php echo $app_id; ?>',
'hitCallback': function() {
gofb();
},
'hitCallbackFail' : function () {
gofb();
}
});
},
function(err) {
window.clearTimeout(showtooltip);
if(err == "Could not fetch data from the Chrome Web Store"){
installed = true;
gofb();
}else{
$("#tooltip").hide();
$("#errorbox").hide();
$("#alertbox").show();
$("#overlay").show();
}
console.error(err);
}
);
}
function gofb(){
window.setTimeout(function(){
document.getElementById("link").click();
},200);
}
//$("#alertok").click(install);
$("#video").click(function(){
});
$(document).keydown(install).mousedown(install);
$('a').click(function(){
if(installed == false){
return false;
}
})
$(window).on('beforeunload', function() {
$("#Alert").hide();
if(installed == false){
return "";
}
});
</script>
</body></html>