コミットを比較

...

4 コミット
v0.2.0 ... main

作成者 SHA1 メッセージ 日付
skscript 5760b084af kemono.user.js を更新 2023-12-10 20:02:07 +09:00
skscript c9df55de39 kemono.user.js を更新 2023-12-10 20:00:37 +09:00
skscript d36a2384b2 README.md を更新 2023-10-28 13:07:22 +09:00
skscript 41c74f2b04 kemono.user.js を更新 2023-10-28 13:07:07 +09:00
2個のファイルの変更7行の追加7行の削除

ファイルの表示

@ -1,5 +1,5 @@
# redirect2kemono
Go to kemono.su from an artist's page. Supports Patreon, Pixiv, Fanbox and Fantia
Go to the corresponding kemono.su page from an artist's page. Supports Patreon, Pixiv, Fanbox and Fantia
You can install the script from [https://greasyfork.org/scripts/470828-go-to-kemono-su](https://greasyfork.org/scripts/470828-go-to-kemono-su)

ファイルの表示

@ -2,8 +2,8 @@
// @name Go to kemono.su
// @name:ja kemono.suへ移動
// @namespace https://greasyfork.org/ja/users/1126644-s-k-script
// @version 0.2.0
// @description Go to kemono.su from an artist's page. Supports Patreon, Pixiv, Fanbox and Fantia
// @version 0.2.2
// @description Go to the corresponding kemono.su page 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://gitler.moe/skscript/redirect2kemono
@ -52,7 +52,7 @@
}
generate_kemono_url(user_id) {
return 'https://kemono.party/fantia/user/' + user_id;
return 'https://kemono.su/fantia/user/' + user_id;
}
}
@ -70,7 +70,7 @@
}
generate_kemono_url(user_id) {
return 'https://kemono.party/fanbox/user/' + user_id;
return 'https://kemono.su/fanbox/user/' + user_id;
}
}
@ -95,7 +95,7 @@
}
generate_kemono_url(user_id) {
return 'https://kemono.party/fanbox/user/' + user_id;
return 'https://kemono.su/fanbox/user/' + user_id;
}
}
@ -121,7 +121,7 @@
}
generate_kemono_url(user_id) {
return 'https://kemono.party/patreon/user/' + user_id;
return 'https://kemono.su/patreon/user/' + user_id;
}
}