|
|
|
|
|
by tiborsaas
2248 days ago
|
|
I made this bookmarklet for Mixcloud to be able to save the current track to my YouTube playlist. javascript:window.open('http://google.com/search?q=' + [].slice.call(document.querySelectorAll('span[class*=TrackInfo]')).reduce((acc,el)=>acc + el.innerText.split(' —')[0] + ' ', '').trim())
|
|