Skip to content

Commit 6a1997d

Browse files
authored
Add files via upload
1 parent efa981f commit 6a1997d

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

StevenBlock.zip

-6.33 MB
Binary file not shown.

customize.sh

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ interactive_menu() {
3939
ui_print "💬 Join our Telegram group for support and to connect with the community:"
4040
ui_print "➡️ t.me/stevenblockmodule"
4141
ui_print ""
42-
ui_print "⚠️ Please do NOT use this module together with AdAway or other systemless hosts modules."
42+
ui_print "⚠️ Make sure the systemless hosts module is not installed when enabling this module. Also, remove modules such as Adaway and BindHosts, as they will conflict with this module."
4343
ui_print ""
44-
ui_print "If you experience issues with 1Hosts (Pro) or 1Hosts (Xtra), consider switching to the recommended Steven Black's List or 1Hosts (Lite)."
44+
ui_print "The most trouble-free and lightweight blocklist to use on your device is StevenBlack. If you experience issues with Energized Ultimate, use this one instead."
4545
ui_print ""
4646
ui_print "🗂️ Select your preferred hosts file:"
4747
ui_print ""
48-
ui_print "1️ Steven Black's List (Recommended)"
49-
ui_print "2️ 1Hosts (Lite)For Issues"
50-
ui_print "3️ 1Hosts (Pro)Strong Protection"
51-
ui_print "4️ 1Hosts (Xtra)Max Protection"
48+
ui_print "1️ Steven Black's List Recommended, daily protection"
49+
ui_print "2️ Spark ProtectionLightweight, essential protection"
50+
ui_print "3️ Blu ProtectionBalanced, extended protection"
51+
ui_print "4️ Ultimate ProtectionComprehensive, full protection"
5252
ui_print "5️ ❌ Exit Installation"
5353
ui_print ""
5454
ui_print "🔼 Volume Up: Navigate | 🔽 Volume Down: Confirm"
@@ -57,10 +57,10 @@ interactive_menu() {
5757

5858
print_current_selection() {
5959
case "$SELECTION" in
60-
1) ui_print "👉 Steven Black's List (Recommended)" ;;
61-
2) ui_print "👉 1Hosts (Lite)For Issues" ;;
62-
3) ui_print "👉 1Hosts (Pro)Strong Protection" ;;
63-
4) ui_print "👉 1Hosts (Xtra)Max Protection" ;;
60+
1) ui_print "👉 Steven Black's List Recommended, daily protection" ;;
61+
2) ui_print "👉 Spark ProtectionLightweight, essential protection" ;;
62+
3) ui_print "👉 Blu ProtectionBalanced, extended protection" ;;
63+
4) ui_print "👉 Ultimate ProtectionComprehensive, full protection" ;;
6464
5) ui_print "👉 Selection: ❌ Exit Installation" ;;
6565
esac
6666
}
@@ -79,22 +79,22 @@ interactive_menu() {
7979
case "$SELECTION" in
8080
1)
8181
SELECTED_HOSTS="stevenblack_hosts"
82-
SELECTED_NAME="Steven Black's List (Recommended)"
82+
SELECTED_NAME="Steven Black's List Recommended, daily protection"
8383
break
8484
;;
8585
2)
86-
SELECTED_HOSTS="1hosts_lite"
87-
SELECTED_NAME="1Hosts (Lite)For Issues"
86+
SELECTED_HOSTS="energized_spark"
87+
SELECTED_NAME="Spark ProtectionLightweight, essential protection"
8888
break
8989
;;
9090
3)
91-
SELECTED_HOSTS="1hosts_pro"
92-
SELECTED_NAME="1Hosts (Pro)Strong Protection"
91+
SELECTED_HOSTS="energized_blu"
92+
SELECTED_NAME="Blu ProtectionBalanced, extended protection"
9393
break
9494
;;
9595
4)
96-
SELECTED_HOSTS="1hosts_xtra"
97-
SELECTED_NAME="1Hosts (Xtra)Max Protection"
96+
SELECTED_HOSTS="energized_ultimate"
97+
SELECTED_NAME="Ultimate ProtectionComprehensive, full protection"
9898
break
9999
;;
100100
5)

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=StevenBlock
22
name=StevenBlock | Anti-Malware & Ad Blocker
3-
version=v2.0.2
4-
versionCode=103
3+
version=v2.0.3
4+
versionCode=104
55
author=𝗛𝗼𝗹𝗶
66
description=Advanced ad blocker with 4 protection levels. Interactive installation, DNS-level filtering.
77
updateJson=https://raw.githubusercontent.com/mikropsoft/StevenBlock/main/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v2.0.2",
3-
"versionCode": 103,
2+
"version": "v2.0.3",
3+
"versionCode": 104,
44
"zipUrl": "https://github.com/mikropsoft/StevenBlock/raw/main/StevenBlock.zip",
55
"changelog": "https://raw.githubusercontent.com/mikropsoft/StevenBlock/main/changelog.md"
66
}

0 commit comments

Comments
 (0)