From 725f846b770726a70b84025c30e28968a8700f4c Mon Sep 17 00:00:00 2001 From: uh wot Date: Wed, 17 Aug 2022 14:31:20 +0200 Subject: [PATCH] changed homepage / download urls --- README.md | 2 +- dzunlock.user.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b330e0b..c33f10c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ enables deezer hifi features lol - install [violentmonke](https://violentmonkey.github.io/) (other userscript extensions may work, but are not supported) -- click [this link](https://git.freezerapp.xyz/uhwot/dzunlock/raw/branch/master/dzunlock.user.js) \ No newline at end of file +- click [this link](https://uhwotgit.fly.dev/uhwot/dzunlock/raw/branch/master/dzunlock.user.js) diff --git a/dzunlock.user.js b/dzunlock.user.js index 568a137..1409983 100644 --- a/dzunlock.user.js +++ b/dzunlock.user.js @@ -3,10 +3,10 @@ // @namespace io.github.uhwot.dzunlock // @description enables deezer hifi features lol // @author uh wot -// @version 1.4.0 +// @version 1.4.1 // @license GPL-3.0-only -// @homepageURL https://git.freezerapp.xyz/uhwot/dzunlock -// @downloadURL https://git.freezerapp.xyz/uhwot/dzunlock/raw/branch/master/dzunlock.user.js +// @homepageURL https://uhwotgit.fly.dev/uhwot/dzunlock +// @downloadURL https://uhwotgit.fly.dev/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|radio|\?|#)/ // @match https://www.deezer.com/search/* @@ -215,4 +215,4 @@ unsafeWindow.fetch = (function (fetch) { return resp }; -})(unsafeWindow.fetch); \ No newline at end of file +})(unsafeWindow.fetch);