Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dthung1602 committed May 20, 2022
1 parent a370a1c commit e0026dc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# TODO

---

### Bug
- Only hide parent comments if the nested spam belongs to the same FB account
- Last comment before "LoadMore" is spam

### Feature
- New action with spam
- User input image URL
- User select image from computer
- Report spam to FB

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
mkdir -p "$RAW_CONTENT"

cd "$SCRIPT_DIR"
cp -r vendor scripts popup images "$RAW_CONTENT"
cp -r vendor scripts styles popup images "$RAW_CONTENT"
rm -rf "$RAW_CONTENT/images/demo"

cd "$RAW_CONTENT"
Expand Down
3 changes: 2 additions & 1 deletion scripts/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ const NEW_BAN_DOMAINS_2 = [
"mangas20.com",
"dreamjob",
"vyvymanga",
"mangadownloads.xyz"
"mangadownloads.xyz",
"/www[a-z0-9-.]*livejob[a-z0-9-.]*com/"
]

async function migrationToVer1_2_0() {
Expand Down

0 comments on commit e0026dc

Please sign in to comment.