Unfollow tool for Bluesky
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="theme-color" content="#000000" />
8 <meta property="og:title" content="cleanfollow-bsky" />
9 <meta property="og:type" content="website" />
10 <meta property="og:url" content="https://cleanfollow-bsky.pages.dev" />
11 <meta property="og:description"
12 content="Unfollows blocked by, deleted, suspended, and deactivated bluesky accounts" />
13 <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
14 <title>cleanfollow-bsky</title>
15</head>
16
17<body>
18 <noscript>You need to enable JavaScript to run this app.</noscript>
19 <div id="root"></div>
20
21 <script src="/src/index.tsx" type="module"></script>
22</body>
23
24</html>