Skip to content

Commit 6ae0bee

Browse files
author
hoang.tran12
committed
deobfucate
1 parent 3ba8134 commit 6ae0bee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/backup/remove-unavai-friends_decoded.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ let delayTime = 3,
6868
// }
6969
if (unfriendLockedUser) {
7070
let count = 1;
71-
console.log("\u27A1 Bắt đầu hủy kết bạn...");
71+
console.log(" Bắt đầu hủy kết bạn...");
7272
for (const acc of lockedAccounts) {
7373
await unfriend(acc.id);
7474
console.log(
75-
"\uD83D\uDC49 Đã hủy kết bạn với " +
75+
"👉 Đã hủy kết bạn với " +
7676
acc.name +
7777
". " +
7878
(lockedAccounts.length - count) +
@@ -87,12 +87,12 @@ let delayTime = 3,
8787
if (unfriendDeactivatedUser) {
8888
let count = 1;
8989
console.log(
90-
"\u27A1 Bắt đầu hủy kết bạn với nhữn người đã khóa tài khoản..."
90+
" Bắt đầu hủy kết bạn với nhữn người đã khóa tài khoản..."
9191
);
9292
for (const acc of hiddenAccounts) {
9393
await unfriend(acc.id);
9494
console.log(
95-
"\uD83D\uDC49 Đã hủy kết bạn với " +
95+
"👉 Đã hủy kết bạn với " +
9696
acc.name +
9797
". " +
9898
(hiddenAccounts.length - count) +
@@ -131,8 +131,8 @@ function loadFriendsList(cursor = "", count = 8) {
131131
try {
132132
let items = JSON.parse(res).data.node.pageItems;
133133
resolve(items);
134-
} catch (_0x521e19) {
135-
reject(_0x521e19);
134+
} catch (e) {
135+
reject(e);
136136
}
137137
})
138138
.catch(reject);

0 commit comments

Comments
 (0)