changed homepage / download urls

This commit is contained in:
uh wot 2022-08-17 14:31:20 +02:00
parent a94074382c
commit 725f846b77
Signed by: uhwot
GPG Key ID: CB2454984587B781
2 changed files with 5 additions and 5 deletions

View File

@ -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)
- click [this link](https://uhwotgit.fly.dev/uhwot/dzunlock/raw/branch/master/dzunlock.user.js)

View File

@ -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);
})(unsafeWindow.fetch);