From a46482057a882f0f2deaeb576abf29374175c03f Mon Sep 17 00:00:00 2001 From: uh wot Date: Tue, 13 Jul 2021 14:43:33 +0200 Subject: [PATCH] fixed smarttracklist match --- dzunlock.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dzunlock.user.js b/dzunlock.user.js index fdf6b12..f8a2728 100644 --- a/dzunlock.user.js +++ b/dzunlock.user.js @@ -3,14 +3,15 @@ // @namespace io.github.uhwot.dzunlock // @description enables deezer hifi features lol // @author uh wot -// @version 1.1.3 +// @version 1.1.4 // @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 // @icon https://cdns-files.dzcdn.net/cache/images/common/favicon/favicon-96x96.852baf648e79894b668670e115e4a375.png -// @include /^https:\/\/www\.deezer\.com\/[a-z]{2}\/($|track|album|artist|playlist|episode|show|profile|channels|podcasts|smarttracklist|radio)/ +// @include /^https:\/\/www\.deezer\.com\/[a-z]{2}\/($|track|album|artist|playlist|episode|show|profile|channels|podcasts|radio)/ // @match https://www.deezer.com/search/* // @match https://www.deezer.com/account/* +// @match https://www.deezer.com/smarttracklist/* // @require https://cdnjs.cloudflare.com/ajax/libs/aes-js/3.1.2/index.min.js // @grant GM_getValue // @grant GM_setValue