Skip to content

Commit a598c1f

Browse files
committed
fb auto like - WIP
1 parent e7ea8d5 commit a598c1f

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

popup/tabs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ const tabs = [
306306
// s.fb_downloadWallMediaFromPosts,
307307
// s.fb_getAllAlbumInformation,
308308
createTitle("--- Hot ---", "--- Nổi bật ---"),
309+
s.fb_autoLike,
309310
s.fb_revealDeletedMessages,
310311
s.fb_moreReactionStory,
311312
s.fb_toggleLight,

scripts/_index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ export { default as youglish_search } from "./youglish_search.js";
171171
export { default as youtube_getVideoThumbnail } from "./youtube_getVideoThumbnail.js";
172172
export { default as youtube_getVideoCaption } from "./youtube_getVideoCaption.js";
173173
export { default as youtube_changeCountry } from "./youtube_changeCountry.js";
174+
export { default as fb_autoLike } from "./fb_autoLike.js";

scripts/fb_autoLike.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
import { BADGES } from "./helpers/badge.js";
2+
13
export default {
2-
icon: "",
4+
icon: '<i class="fa-solid fa-heart fa-lg"></i>',
35
name: {
4-
en: "",
5-
vi: "",
6+
en: "Auto like post on Facebook",
7+
vi: "Tự động thích bài đăng Facebook",
68
},
79
description: {
8-
en: "",
9-
vi: "",
10-
img: "",
10+
en: "Auto like post on Facebook. Support all reactions, all post types (page, group, user, feed, ...)",
11+
vi: "Tự động thả cảm xúc cho bài đăng trên Facebook. Hỗ trợ mọi cảm xúc, mọi loài bài đăng (trang, nhóm, người dùng, new feed, ...)",
1112
},
12-
13+
badges: [BADGES.new],
1314
changeLogs: {
1415
"2024-07-08": "init",
1516
},

scripts/youtube_changeCountry.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { BADGES } from "./helpers/badge.js";
2+
13
export default {
24
icon: '<i class="fa-solid fa-map-location-dot fa-lg"></i>',
35
name: {
@@ -8,7 +10,7 @@ export default {
810
en: "Change youtube country to view content in other country",
911
vi: "Đổi quốc gia youtube để xem nội dung youtube bên các nước khác",
1012
},
11-
13+
badges: [BADGES.new],
1214
changeLogs: {
1315
"2024-07-07": "init",
1416
},

0 commit comments

Comments
 (0)