Skip to content

Commit 02a27c4

Browse files
authored
Add files via upload
1 parent 03e82db commit 02a27c4

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

StevenBlock.zip

616 KB
Binary file not shown.

customize.sh

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ interactive_menu() {
4141
ui_print ""
4242
ui_print "⚠️ Please do NOT use this module together with AdAway or other systemless hosts modules."
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)."
45+
ui_print ""
4446
ui_print "🗂️ Select your preferred hosts file:"
4547
ui_print ""
46-
ui_print "1️ StevenBlack Hosts (Recommended, for daily use)"
47-
ui_print "2️ 1Hosts Lite Hosts (For users experiencing issues)"
48-
ui_print "3️ 1Hosts Pro Hosts (For stronger protection)"
49-
ui_print "4️ 1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection)"
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"
5052
ui_print "5️ ❌ Exit Installation"
5153
ui_print ""
5254
ui_print "🔼 Volume Up: Navigate | 🔽 Volume Down: Confirm"
@@ -55,11 +57,11 @@ interactive_menu() {
5557

5658
print_current_selection() {
5759
case "$SELECTION" in
58-
1) ui_print "👉 StevenBlack Hosts (Recommended, for daily use)" ;;
59-
2) ui_print "👉 1Hosts Lite Hosts (For users experiencing issues)" ;;
60-
3) ui_print "👉 1Hosts Pro Hosts (For stronger protection)" ;;
61-
4) ui_print "👉 1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection)" ;;
62-
5) ui_print "👉 Current Selection: ❌ Exit Installation" ;;
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" ;;
64+
5) ui_print "👉 Selection: ❌ Exit Installation" ;;
6365
esac
6466
}
6567

@@ -77,22 +79,22 @@ interactive_menu() {
7779
case "$SELECTION" in
7880
1)
7981
SELECTED_HOSTS="stevenblack_hosts"
80-
SELECTED_NAME="StevenBlack Hosts (Recommended, for daily use)"
82+
SELECTED_NAME="Steven Black's List (Recommended)"
8183
break
8284
;;
8385
2)
8486
SELECTED_HOSTS="1hosts_lite"
85-
SELECTED_NAME="1Hosts Lite Hosts (For users experiencing issues)"
87+
SELECTED_NAME="1Hosts (Lite) — For Issues"
8688
break
8789
;;
8890
3)
8991
SELECTED_HOSTS="1hosts_pro"
90-
SELECTED_NAME="1Hosts Pro Hosts (For stronger protection)"
92+
SELECTED_NAME="1Hosts (Pro) — Strong Protection"
9193
break
9294
;;
9395
4)
9496
SELECTED_HOSTS="1hosts_xtra"
95-
SELECTED_NAME="1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection)"
97+
SELECTED_NAME="1Hosts (Xtra) — Max Protection"
9698
break
9799
;;
98100
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=v1.9.4
4-
versionCode=95
3+
version=v1.9.5
4+
versionCode=96
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": "v1.9.4",
3-
"versionCode": 95,
2+
"version": "v1.9.5",
3+
"versionCode": 96,
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)