i'm still dumb

This commit is contained in:
uh wot 2021-07-11 18:26:04 +02:00
parent d9722038c5
commit ce3c31514f
Signed by: uhwot
GPG Key ID: CB2454984587B781
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// @namespace io.github.uhwot.dzunlock
// @description enables deezer hifi features lol
// @author uh wot
// @version 1.0.2
// @version 1.0.3
// @homepageURL https://git.freezer.life/uhwot/dzunlock
// @downloadURL https://git.freezer.life/uhwot/dzunlock/raw/branch/master/dzunlock.user.js
// @icon https://cdns-files.dzcdn.net/cache/images/common/favicon/favicon-96x96.852baf648e79894b668670e115e4a375.png
@ -16,7 +16,7 @@
// @grant GM_setValue
// ==/UserScript==
const debug = true
const debug = false
function log(...args) {
if (debug) {