From 354c1fe31d741522caca27843baa0a03bf799b38 Mon Sep 17 00:00:00 2001 From: skscript Date: Sat, 28 Oct 2023 12:33:53 +0900 Subject: [PATCH] =?UTF-8?q?kemono.user.js=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kemono.user.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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==