Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 28, 2024
1 parent ccec606 commit 758d2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function main {
function update_readme {
cat << EOF > README.md
# Jarelllama's Scam Blocklist
Blocklist for scam site domains automatically retrieved daily from Google Search and public databases. Automated retrieval is done daily at 00:30 UTC.
Blocklist for scam site domains automatically retrieved daily from Google Search and public databases. Automated retrieval is done daily at 00:00 UTC.
| Format | Syntax |
| --- | --- |
| [Adblock Plus](https://raw.githubusercontent.com/jarelllama/Scam-Blocklist/main/lists/adblock/scams.txt) | \|\|scam.com^ |
Expand Down
2 changes: 1 addition & 1 deletion data/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function check_for_parked {
fi
if [[ "$2" == 'main' ]]; then
percentage_count="$((count*100/total))"
((percentage_count % 10 == 0)) && printf "%s%%\n" "$percentage_count"
((percentage_count % 5 == 0)) && printf "%s%%\n" "$percentage_count"
((count++))
fi
done < "$1"
Expand Down

0 comments on commit 758d2ae

Please sign in to comment.