Redirect specific sites by replacing part of the URL.
< 脚本URL Replacer/Redirector的反馈
How would I accomplish this?https://www.sankakucomplex.com/en/posts/8JaGogjZAaL/comments{ "replacePrefix": "/comments", "replaceSuffix": "/", "replaceTheseStrings": { "comments": "" }}what I am trying to do is remove the /comments so it comes out a https://www.sankakucomplex.com/en/posts/8JaGogjZAaLOnce I get that working than I can make the final change so it will finish as.https://chan.sankakucomplex.com/en/posts/8JaGogjZAaL
登录以发表回复。
How would I accomplish this?
https://www.sankakucomplex.com/en/posts/8JaGogjZAaL/comments
{
"replacePrefix": "/comments",
"replaceSuffix": "/",
"replaceTheseStrings": {
"comments": ""
}
}
what I am trying to do is remove the /comments so it comes out a
https://www.sankakucomplex.com/en/posts/8JaGogjZAaL
Once I get that working than I can make the final change so it will finish as.
https://chan.sankakucomplex.com/en/posts/8JaGogjZAaL