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