We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a918bd commit aedaaa1Copy full SHA for aedaaa1
src/main.rs
@@ -151,7 +151,9 @@ fn replace_social_media(website: &str) -> &str {
151
"twitter.com" => "https://vxtwitter.com",
152
"x.com" => "https://fixvx.com",
153
"vm.tiktok.com" | "tiktok.com" => "https://vm.vxtiktok.com",
154
+/*
155
"instagram.com" => "https://ddinstagram.com",
156
+ */
157
"pixiv.net" => "https://phixiv.net",
158
_ => "None",
159
}
0 commit comments