kemono.user.js を更新

このコミットが含まれているのは:
skscript 2023-10-28 12:33:53 +09:00
コミット 354c1fe31d
1個のファイルの変更8行の追加6行の削除

ファイルの表示

@ -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==