你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/519876-kemono-link-on-patreon/discussions/318955,源站連結 點此以跳轉。
Quick link to Kemono page from Patreon
< 脚本 Kemono link on Patreon 的反馈
Small feature request: direct users to posts if they're on a post page.
I've implemented it like this (around line 70):
const post = window.location.pathname.match(/^\/posts\/[^/]*?(\d+)$/); const url = `https://kemono.cr/patreon/user/${creatorId}${post ? `/post/${post[1]}`: ""}`;
Could handle a few more edge cases ideally, I guess, but this works.
登录以发布留言。
Small feature request: direct users to posts if they're on a post page.
I've implemented it like this (around line 70):
Could handle a few more edge cases ideally, I guess, but this works.