File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 60
60
61
61
< body >
62
62
< h1 > Useful script</ h1 >
63
- < h1 > Facebook - Xem các nhóm mà bạn bè tham gia</ h1 >
63
+ < h1 > Facebook - Xem các nhóm (công khai) mà bạn bè tham gia</ h1 >
64
64
< p class ="center "> < span id ="owner "> </ span > đã tham gia < span id ="searchCount "> ~</ span > nhóm.</ p >
65
65
< input id ="search-inp " type ="text " placeholder ="Tìm kiếm... ">
66
66
< table id ="table "> </ table >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export default {
7
7
vi : "Facebook - Xem các nhóm bạn bè tham gia" ,
8
8
} ,
9
9
description : {
10
- en : "Know about your friends's joined groups on facebook" ,
11
- vi : "Biết bạn bè của bạn đang tham gia các nhóm nào trên facebook" ,
10
+ en : "Know about your friends's joined groups (public groups) on facebook" ,
11
+ vi : "Biết bạn bè của bạn đang tham gia các nhóm (công khai) nào trên facebook" ,
12
12
} ,
13
13
14
14
onClickExtension : async ( ) => {
Original file line number Diff line number Diff line change 60
60
61
61
< body >
62
62
< h1 > Useful script</ h1 >
63
- < h1 > Facebook - Xem các trang mà bạn bè thích</ h1 >
63
+ < h1 > Facebook - Xem các trang (công khai) mà bạn bè thích</ h1 >
64
64
< p class ="center "> < span id ="owner "> </ span > đã thích < span id ="searchCount "> ~</ span > trang.</ p >
65
65
< input id ="search-inp " type ="text " placeholder ="Tìm kiếm... ">
66
66
< table id ="table "> </ table >
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import { showLoading } from "./helpers/utils.js";
3
3
export default {
4
4
icon : '<i class="fa-solid fa-flag fa-lg"></i>' ,
5
5
name : {
6
- en : "Facebook - View your friend's liked page " ,
6
+ en : "Facebook - View your friend's liked pages " ,
7
7
vi : "Facebook - Xem các trang bạn bè thích" ,
8
8
} ,
9
9
description : {
10
- en : "Know about your friends's linked page on facebook" ,
11
- vi : "Biết bạn bè của bạn đang thích các trang nào trên facebook" ,
10
+ en : "Know about your friends's liked pages (public pages) on facebook" ,
11
+ vi : "Biết bạn bè của bạn đang thích các trang (công khai) nào trên facebook" ,
12
12
} ,
13
13
14
14
onClickExtension : async ( ) => {
You can’t perform that action at this time.
0 commit comments