diff --git a/dzunlock.user.js b/dzunlock.user.js index c632f23..fdf0179 100644 --- a/dzunlock.user.js +++ b/dzunlock.user.js @@ -3,7 +3,7 @@ // @namespace io.github.uhwot.dzunlock // @description enables deezer hifi features lol // @author uh wot -// @version 1.2.2 +// @version 1.2.3 // @license GPL-3.0-only // @homepageURL https://git.freezer.life/uhwot/dzunlock // @downloadURL https://git.freezer.life/uhwot/dzunlock/raw/branch/master/dzunlock.user.js @@ -186,7 +186,7 @@ fetchIntercept.register({ // Modify the response object if (response.url.startsWith('https://www.deezer.com/ajax/gw-light.php?method=deezer.getUserData')) { - const json = await response.json() + let json = await response.json() // removes upgrade popup stuff json.results.USER.ENTRYPOINTS = {}