Skip to content

Instantly share code, notes, and snippets.

@zilahir
Created June 2, 2018 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zilahir/0f4938d1d6e1d614c6b967d6aab220f0 to your computer and use it in GitHub Desktop.
Save zilahir/0f4938d1d6e1d614c6b967d6aab220f0 to your computer and use it in GitHub Desktop.
jQuery(function($) {
function switchToNextSong() {
const nextBtn = $('*[class^="___PlaybackControls__nextTrackIcon"]');
//const demo = $('#mainContentContainer'); //DEMO
$( nextBtn ).on( "click", function() {
console.log('morjesta');
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment