We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a6eb9 commit 35c3a8dCopy full SHA for 35c3a8d
‎src/main.rs
@@ -92,6 +92,7 @@ fn replace_social_media(website: &str) -> &str {
92
"x.com" => "https://fixvx.com",
93
"vm.tiktok.com" => "https://vm.vxtiktok.com",
94
"instagram.com" => "https://ddinstagram.com",
95
+ "pixiv.net" => "https://phixiv.net",
96
_ => "None",
97
}
98
0 commit comments