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);