kemono.user.js を更新

このコミットが含まれているのは:
skscript 2023-10-28 12:50:27 +09:00
コミット 0943e18b8f
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -39,6 +39,7 @@
}
else {
document.querySelectorAll(".fanclub-name > a").forEach(element => {
console.log(element);
const match = element.href.match(re);
if(match) {
return {ok: match.groups.userid};