Thank You 2020: Difference between revisions

Content deleted Content added
Seddon (WMF) (talk | contribs)
No edit summary
Seddon (WMF) (talk | contribs)
No edit summary
Line 1,137:
</script>
<script>
<nowiki>$( document ).ready(function() {
 
<nowiki>$( document ).ready(function() {
var testVideo = document.createElement('video');
if ( testVideo.canPlayType('video/webm; codecs="vp8, vorbis"') !== 'probably' ) {
$('.video-container').insertAfter('<span class="frb-inline-disclaimer"> This stream is hosted by YouTube, LLC, a third-party service; please see their <a class="cta" href="https://policies.google.com/privacy" title=" privacy policy" target="_blank">privacy policy</a> and <a class="cta" href="https://policies.google.com/terms" title="Terms of Service" target="_blank">terms of service</a>. </span>');
}
});</nowiki>
</script>
</body></html>