Discord Spotify Listen Along Without Spotify Premium

Discord Spotify Listen Along [Without Spotify Premium]

So, like you can listen with your friends without Spotify premium without this stupid thing coming up

image

  1. Open the console by pressing CTRL + shift + j
  2. Paste the code below
  3. Profit
var findModule = (item) => Object.values(webpackJsonp.push([[],{['']:(_,e,r)=>{e.cache=r.c}}, [['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default[item]!==void 0).exports.default;
setInterval(() => {
           if (findModule("getActiveSocketAndDevice") != undefined) {
               if (!findModule("getActiveSocketAndDevice").getActiveSocketAndDevice().socket.isPremium) {
                   findModule(
                       "getActiveSocketAndDevice"
                   ).getActiveSocketAndDevice().socket.isPremium = true;
                   console.log("Patched Spotify Premium");
               }
           }
       }, 500);

Enjoy! :smile:

5 Likes

Hey, doesn’t work for me unfortunately :frowning:

Keeps throwing this: “Uncaught ReferenceError: webpackJsonp is not defined”