Skip to content

Wozo
by Thibaut Monnier

Wozo
Production: TSK Studios, TV5 Monde
Director: Thibaut Monnier
Original Soundtrack: Maxime Steiner & Goodbye Ivan

 
	function summ(a,b){
                        return a+b;
                }<!DOCTYPE html>
<html>
<head>
    <title>Embedded SoundCloud Playlist</title>
</head>
<body>
    <!-- Embedded SoundCloud Playlist -->
    <iframe id="soundcloud-embed" width="100%" height="800" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1813159830&color=%23a97871&auto_play=false&hide_related=true&show_comments=false&show_user=false&show_reposts=false&show_teaser=false"></iframe>
    <div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;">
        <!-- Attribution -->
        <a href="https://soundcloud.com/maxime-steiner-sound" title="Maxime Steiner" target="_blank" style="color: #cccccc; text-decoration: none;">Maxime Steiner</a> · <a href="https://soundcloud.com/maxime-steiner-sound/sets/soundtrack-compositions" title="Soundtrack / Compositions" target="_blank" style="color: #cccccc; text-decoration: none;">Soundtrack / Compositions</a>
    </div>
    <!-- JavaScript to manipulate the embedded player after it loads -->
    <script>
        window.onload = function() {
            // Wait for the iframe to load
            var iframe = document.getElementById("soundcloud-embed");
            iframe.onload = function() {
                // Once loaded, find and remove the stream count elements
                var iframeContent = iframe.contentDocument || iframe.contentWindow.document;
                var streamCounts = iframeContent.querySelectorAll('.soundTitle__playCount');
                streamCounts.forEach(function(count) {
                    count.parentNode.removeChild(count);
                });
            };
        };
    </script>
</body>
</html>