+1
-1
static/index.html
+1
-1
static/index.html
···
78
78
msg('<span class="r">invalid link!</span>');
79
79
return;
80
80
}
81
-
const bsky_appviews = ["bsky.app", "deer.social", "boobsky.app", "catsky.social", window.location.host];
81
+
const bsky_appviews = ["bsky.app", "deer.social", "boobsky.app", "catsky.social", "bitchsky.app", "witchsky.app", window.location.host];
82
82
if (!bsky_appviews.includes(url.hostname)) {
83
83
msg('<span class="r">this is not a bsky.app link!</span>');
84
84
return;