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
Hi all,
I found that spotify's info was not changing, so I made a small change to the file /js/controllers/SpotifyController.js.
I have changed the BaseController to the following
new BaseController({
siteName: "Spotify",
play: ".player-controls__buttons > button",
pause: ".player-controls__buttons > button",
playNext: ".player-controls__right button:nth-child(1)",
playPrev: ".player-controls__left button:nth-child(2)",
like: ".now-playing-bar div[class*=heart] button",
dislike: ".now-playing-bar button[class*=block]",
buttonSwitch: true,
mute: ".now-playing-bar button[class*=volume]",
song: ".ZcNcu7WZgOAz_Mkcoff3>div>div>div>div>div>span>a",
artist: ".gpNta6i8q3KYJC6WBZQC",
art: ".deomraqfhIAoSB3SgXpu>div>div:nth-child(1)>a>div>div>img",
// Messy nth-child selectors, but there is no other class/id/attribute information to distinguish the two times
currentTime: ".now-playing-bar .playback-bar__progress-time:nth-child(1)",
totalTime: ".now-playing-bar .playback-bar__progress-time:nth-child(3)"
});
Hi all,
I found that spotify's info was not changing, so I made a small change to the file /js/controllers/SpotifyController.js.
I have changed the BaseController to the following
Fixed zip: https://github.com/SDWaps/misc-files/raw/main/StreamKeys%20Update%20by%20Foxish.zip
Tutorial to install: https://bashvlas.com/blog/install-chrome-extension-in-developer-mode/
youtube.com/@FoxishYT
The text was updated successfully, but these errors were encountered: