changed homepage / download urls
This commit is contained in:
parent
a94074382c
commit
725f846b77
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue