From b6933e5faa93a7b84817bff326f284a51a7989c2 Mon Sep 17 00:00:00 2001 From: uh wot Date: Mon, 19 Jul 2021 11:37:31 +0200 Subject: [PATCH] changed const to let lol --- dzunlock.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {}