I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
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
/** | |
* Chrome-Last.fm-Scrobbler - Saavn.com Connector | |
* | |
* Author: Vikas Kumar [[email protected]] | |
* Derived from Sitesh Shrivastava code on gaana.js | |
*/ | |
// DOM Nodes to keep track for song details | |
var SONG_TRACK_DOM = '#player-track-name'; | |
var SONG_ALBUM_DOM = '#player-album-name'; |