This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Lista de Presentes - Vodka de Casa Nova</h2> | |
<h6>OBS: Todas as imagens são exemplos.</h6> | |
<div id="app"></div> | |
<div class="author">Made with ♥ by <a href="https://github.com/joismar/" target="_blank">Joismar</a></div> | |
</div> | |
<div class="inspiration"> | |
Inspired by: | |
<a href="https://codepen.io/_danko/pen/RRYVNQ" target="_blank">Danko Pen</a> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<div class="container"> | |
<div class="form"> | |
<div class="mini-header"> | |
<h3>Mode: </h3> | |
<select id="mode" class="mode" onchange="val()"> | |
<div class="options"> | |
<option value="m0">Pick a mode...</option> | |
<option style="background-color" value="m1">all lowercase</option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
if (document.getElementsByClassName('ytd-playlist-video-list-renderer') != "undefined") { | |
var playlist = document.querySelector("ytd-playlist-video-list-renderer"); | |
} | |
else { | |
var playlist = document.querySelector("ytd-playlist-panel-renderer"); | |
} | |
var timeSeconds = 0, |