-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreads.html
169 lines (121 loc) · 7.53 KB
/
threads.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="此方法利用 Instagram 的「下載您的資料」功能來取得 你的粉絲 和 你追蹤的人 的檔案。透過比較兩個檔案,您可以發現那些沒有回追你的人。">
<meta name="keywords" content="threads,threads-follower,threads粉絲追蹤,threads誰退追我,threads退追蹤網頁版,threads粉絲">
<meta name="author" content="Xiang">
<meta property="og:title" content="Threads粉絲追蹤-網頁版">
<meta property="og:image" content="img/Instagram-Follow-Back-Tracker.webp" />
<meta property="og:description" content="Find who's not following you back on Threads" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Threads粉絲追蹤-網頁版</title>
<link rel="icon" type="image/x-icon" href="img/grid-svgrepo-com.svg" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="bootstrap-5.1.1-dist/css/bootstrap.min.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment-with-locales.min.js" integrity="sha512-42PE0rd+wZ2hNXftlM78BSehIGzezNeQuzihiBCvUEB3CVxHvsShF86wBWwQORNxNINlBPuq7rG4WWhNiTVHFg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/sweetalert2/11.13.3/sweetalert2.all.min.js' integrity='sha512-gsNfesanRM2JhCctFRZl9ptz7RKkQip/EMj9Ji3V4kuiPv6b+qP04icNTeZR93HBgxRJcJRU6w5mA9UGR18SFQ==' crossorigin='anonymous'></script>
</head>
<body>
<a href="https://SiteStates.com" title="站長工具" style="display: none;">
<img src="https://SiteStates.com/show/image/33614.jpg" border="0" />
</a>
<section class="wrap">
<section class="introduction">
<h2 class="underline">Threads-Follow-Back-Tracker</h2>
<div class="github-badge">
<img src="https://img.shields.io/github/last-commit/Xiang511/Instagram-Follow-Back-Tracker?display_timestamp=committer&style=flat-square" alt=""></img>
<img src="https://img.shields.io/github/created-at/Xiang511/Instagram-Follow-Back-Tracker?style=flat-square" alt="">
<img src="https://img.shields.io/github/license/Xiang511/Instagram-Follow-Back-Tracker?style=flat-square" alt="">
<img alt="Static Badge" src="https://img.shields.io/badge/build-Github--Page-green?style=flat-square&logo=Github%20Page&color=%23FE7D37">
<!-- <img src="https://hits.dwyl.com/Xiang511/Instagram-Follow-Back-Tracker.svg?style=flat-square" alt=""> -->
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Xiang511/Instagram-Follow-Back-Tracker?style=flat-square&link=https%3A%2F%2Fgithub.com%2FXiang511%2FInstagram-Follow-Back-Tracker">
<a href="https://github.com/Xiang511/Instagram-Follow-Back-Tracker" target="_blank"><img src="https://img.shields.io/badge/Github-demo?style=flat-square&logo=github&color=%23000" alt=""></a>
</div>
<h1>此方法利用 Instagram 的「下載您的資料」功能來取得追蹤者及追蹤者清單檔案。透過比較兩個檔案,您可以發現那些沒有回追你的人</h1>
<h1>只需要 <code>JSON</code> 文件,不需要任何授權或認證 <a target="_blank" href="https://youtu.be/0XyRyZL3BO4?si=CVc7xN1tdGbtrgeK">觀看示範</a></h1>
<h1><a target="_blank" href="zh-TW.html">查看在 Instagram 上誰沒有回追你</a></h1>
</section>
<section class="feature">
<h2 class="underline">功能</h2>
<div class="todo">
<input type="checkbox" name="" id="" checked disabled> 查看在 Threads 上誰沒有回追你
</br>
<input type="checkbox" name="" id="" checked disabled> 顯示個別用戶在甚麼時候開始追蹤你
</div>
</section>
<section class="usage">
<h2 class="underline">如何使用</h2>
<!-- <h3>取得資料</h3> -->
<p>前往帳戶管理中心並找到 <a target="_blank" href="https://accountscenter.instagram.com/info_and_permissions/">您的資訊和隱私</a> 頁面</p>
<p>點選「下載資訊」> 選擇部分資訊 > "只"選取<code>Threads</code> > 選擇資料範圍: <code>所有時間</code> > 選擇格式: <code>JSON</code></p>
<!-- <h3>處理下載的資料</h3> -->
<p>收到下載完成電子郵件後,按一下連結下載 ZIP 檔案</p>
<p>解壓縮檔案並找到<code>followers.json</code> 和 <code>following.json</code> 兩個檔案,並且上傳至網站
</p>
</section>
<section class="usage">
<h2 class="underline">資料隱私政策</h2>
<p>我們不會保留任何使用者相關資訊,僅提供搜尋功能</p>
</section>
<section class="usage">
<h2 class="underline">錯誤回報 & 使用回饋</h2>
<p>歡迎前往 GitHub 提交 <a target="_blank" href="https://github.com/Xiang511/Instagram-Follow-Back-Tracker/issues"> Issues </a></p>
</section>
<section class="usage">
<h2 class="underline">GitHub <i class='bx bxl-github'></i></h2>
<p>歡迎前往 <a target="_blank" href="https://github.com/Xiang511">GitHub</a> 查看我其他專案</a></p>
</section>
</section>
<div class="wrap">
<section class="main">
<h2 class="underline">上傳你的 JSON 檔案</h2>
<div class="follower">
<h3>Follower file</h3>
<div class="input-group">
<input class="form-control" type="file" id="fileInput" name="fileInput" accept=".json">
<!-- <button class="btn btn-outline-secondary" id="uploadButton">上傳</button> -->
</div>
</div>
<div class="following">
<h3>Following file</h3>
<div class="input-group">
<input class="form-control" type="file" id="fileInput2" name="fileInput2" accept=".json">
<!-- <button class="btn btn-outline-secondary" id="uploadButton2">上傳</button> -->
</div>
</div>
<input type="checkbox" class="ui-checkbox" id="YMDCheck" name=""> 顯示詳細日期
<input type="checkbox" class="ui-checkbox" id="downloadjson" name=""> 下載 JSON 檔案
<button class="btn btn-outline-primary my-3" onclick="main()">開始搜尋</button>
</section>
</div>
<div class="wrap">
<section class="main">
<h2 class="underline download">結果</h2>
<ol class="list-group list-group-flush" id="result">
</ol>
</section>
</div>
<div class="wrap">
<section class="feature">
<h2 class="underline">網站資訊</h2>
<div class="todo" style="margin: 0;">
<script src="https://SiteStates.com/show/js_text/b8cc25660e113e850df745866725c57d" type="text/javascript"></script>
<style>
.sitestatesJs {
display: none;
}
</style>
<i class='bx bx-notepad'></i><span id="Total" class="icon"></span></br>
<i class='bx bx-walk'></i><span id="Today" class="icon"></span></br>
<i class='bx bx-pulse'></i><span id="online" class="icon"></span></br>
</div>
</section>
</div>
<script src="https://giscus.app/client.js" data-repo="Xiang511/Instagram-Follow-Back-Tracker" data-repo-id="R_kgDOMXluYA" data-category="Announcements" data-category-id="DIC_kwDOMXluYM4Cg5y9" data-mapping="pathname" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" data-theme="light" data-lang="zh-TW" crossorigin="anonymous" async>
</script>
</body>
<script src="js/threads.js"></script>
<script src="bootstrap-5.1.1-dist/js/bootstrap.bundle.min.js"></script>
</html>