Skip to content

Commit

Permalink
- cập nhật thêm thông tin
Browse files Browse the repository at this point in the history
- xoá mục bình luận, thích, chia sẻ
  • Loading branch information
J2TeamNNL committed Aug 25, 2020
1 parent 67b3638 commit f4eabae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img height="100px" src="https://scontent.xx.fbcdn.net/v/t1.0-9/92695400_3234868653240398_9110756516884905984_o.jpg?_nc_cat=103&_nc_sid=825194&_nc_ohc=q6MX6DprqgMAX9qIrf9&_nc_ht=scontent.fhan3-2.fna&oh=f240a5c9bab36331774bfc442713ce7b&oe=5F6BAD55&_nc_fr=fhan3c02" align="center" />
<h2 align="center">Gái Xinh Chọn Lọc</h2>
<p align="center">A place to admire the beauty</p>
<p align="center">Nơi chia sẻ những bức ảnh đã lưu</p>
</p>

# Tính năng - Features
Expand Down
5 changes: 2 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"appName": {
"message": "Gai Xinh Chon Loc",
"description": "Gái Xinh Chọn Lọc"
"description": "Beatiful Girl"
},
"appDescription": {
"message": "A place to admire the beauty",
"description": "A place to admire the beauty"
"message": "A place to share saved photos"
}
}
9 changes: 9 additions & 0 deletions _locales/vi/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"appName": {
"message": "Gai Xinh Chon Loc",
"description": "Gái Xinh Chọn Lọc"
},
"appDescription": {
"message": "Nơi chia sẻ những bức ảnh đã lưu"
}
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "__MSG_appName__",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images/16.png",
"128": "images/128.png"
},
"default_locale": "en",
"default_locale": "vi",
"background": {
"scripts": [
"libs/polyfill.min.js",
Expand Down
1 change: 1 addition & 0 deletions scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

div_parent = div.find("a[aria-hidden=\"true\"]").closest('div:not([class])').next();
div_parent.empty();
div_parent.next().empty();
div_parent.append("\n <div class=\"ecm0bbzt hv4rvrfc ihqw7lf3 dati1w0a\">\n <div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n <div class=\"qzhwtbm6 knvmm38d\">\n <span dir=\"auto\"\n class=\"oi732d6d ik7dh3pa d2edcug0 qv66sw1b c1et5uql a8c37x1j muag1w35 enqfppq2 jq4qci2q a3bd9o3v knj5qynh oo9gr5id hzawbc8m\">\n <div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n <div dir=\"auto\" style=\"text-align: start;\">Qu\u1EA3ng c\xE1o n\xE0y \u0111\u01B0\u1EE3c \u1EA9n b\u1EDFi ti\u1EC7n \xEDch <a href=\"https://facebook.com/gaixinhchonloc\">G\xE1i Xinh Ch\u1ECDn L\u1ECDc.</a></div>\n </div>\n </span>\n </div>\n </div>\n </div>\n ");
var background = chrome.runtime.connect({
name: "bg"
Expand Down

0 comments on commit f4eabae

Please sign in to comment.