Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Array.from(document.getElementsByClassName('jeg_meta_option')).forEach(function(value,index){
- value.addEventListener('click',function(){
- timer = setInterval(function(){
- later = document.querySelector('[data-playlist-id="watch-later"]')
- favor = document.querySelector('[data-playlist-id="favorite"]')
- if (later && favor) {
- later.parentNode.style.display='none'
- favor.parentNode.style.display='none'
- clearInterval(timer)
- }
- },50)
- })
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement