diff --git a/kemono.user.js b/kemono.user.js index eb112f0..a40c490 100644 --- a/kemono.user.js +++ b/kemono.user.js @@ -1,18 +1,20 @@ // ==UserScript== -// @name Go to kemono.party -// @name:ja kemono.partyへ移動 +// @name Go to kemono.su +// @name:ja kemono.suへ移動 // @namespace https://greasyfork.org/ja/users/1126644-s-k-script // @version 0.1.2 -// @description Go to kemono.party from an artist's page. Supports Patreon, Pixiv, Fanbox and Fantia -// @description:ja アーティストのページから対応するkemono.partyのページへ移動します。Pixiv, Fanbox, Fantia, Patreonをサポートしています。 +// @description Go to kemono.su from an artist's page. Supports Patreon, Pixiv, Fanbox and Fantia +// @description:ja アーティストのページから対応するkemono.suのページへ移動します。Pixiv, Fanbox, Fantia, Patreonをサポートしています。 // @author S.K.Script -// @homepage https://greasyfork.org/ja/users/1126644-s-k-script +// @homepage https://gitler.moe/skscript/redirect2kemono // @license GPL-3.0-only // @match https://fantia.jp/* // @match https://*.fanbox.cc/* // @match https://www.pixiv.net/* // @match https://www.patreon.com/* -// @icon https://www.google.com/s2/favicons?sz=64&domain=kemono.party +// @match https://kemono.su/* +// @match https://kemono.party/* +// @icon https://www.google.com/s2/favicons?sz=64&domain=kemono.su // @grant none // @run-at context-menu // ==/UserScript==