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" content="Unfollow blocked, deleted, suspended, and deactivated Bluesky accounts" />
12 <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
13 <title>cleanfollow-bsky</title>
14</head>
15
16<body>
17 <noscript>You need to enable JavaScript to run this app.</noscript>
18 <div id="root"></div>
19
20 <script src="/src/index.tsx" type="module"></script>
21</body>
22
23</html>