You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// include: <script src="nowplaying.js"></script> - Please include jquery's library first.
var seconds = 5; // seconds to check the current song -- interval
var time = seconds*1000; // dont edit this.
var message = 'Now Playing'; // default 'Now Playing', this will show as 'Now Playing: SONG'
var nowp = '.nowplaying' // class (.) or id (#) of the dom element to place the message variable and the current song. For example <div id="np"></div> <--- id: np