Skip to content

Commit bdc046a

Browse files
authored
Add files via upload
1 parent f35e27a commit bdc046a

File tree

7 files changed

+818557
-18
lines changed

7 files changed

+818557
-18
lines changed

StevenBlock.zip

-7.68 MB
Binary file not shown.

customize.sh

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ interactive_menu() {
4848
ui_print ""
4949
ui_print "1️ ⭐ StevenBlack — Main Recommended List (~100k+ entries)"
5050
ui_print "2️ 🍃 1Hosts (Lite) — Average Protection (~200k+ entries)"
51-
ui_print "3️ 🚀 1Hosts (Xtra) — Aggressive Protection (~1M+ entries)"
52-
ui_print "4️ 🛡️ hBlock — Comprehensive but Non-Aggressive (~400k+ entries)"
53-
ui_print "5️ ❌ Exit Installation"
51+
ui_print "3️ 🛡️ hBlock — Comprehensive but Non-Aggressive (~400k+ entries)"
52+
ui_print "4️ ❌ Exit Installation"
5453
ui_print ""
5554
ui_print "🔼 Volume Up: Navigate | 🔽 Volume Down: Confirm"
5655
ui_print "==========================================="
@@ -60,9 +59,8 @@ interactive_menu() {
6059
case "$SELECTION" in
6160
1) ui_print "👉 [StevenBlack — Main Recommended List]" ;;
6261
2) ui_print "👉 [1Hosts (Lite) — Average Protection]" ;;
63-
3) ui_print "👉 [1Hosts (Xtra) — Aggressive Protection]" ;;
64-
4) ui_print "👉 [hBlock — Comprehensive but Non-Aggressive]" ;;
65-
5) ui_print "👉 [Exit Installation]" ;;
62+
3) ui_print "👉 [hBlock — Comprehensive but Non-Aggressive]" ;;
63+
4) ui_print "👉 [Exit Installation]" ;;
6664
esac
6765
}
6866

@@ -74,7 +72,7 @@ interactive_menu() {
7472

7573
if [ "$key_result" -eq 1 ]; then
7674
SELECTION=$((SELECTION + 1))
77-
[ "$SELECTION" -gt 5 ] && SELECTION=1
75+
[ "$SELECTION" -gt 4 ] && SELECTION=1
7876
print_current_selection
7977
elif [ "$key_result" -eq 0 ]; then
8078
case "$SELECTION" in
@@ -89,16 +87,11 @@ interactive_menu() {
8987
break
9088
;;
9189
3)
92-
SELECTED_HOSTS="1hosts_xtra"
93-
SELECTED_NAME="1Hosts (Xtra)"
94-
break
95-
;;
96-
4)
9790
SELECTED_HOSTS="hblock_hosts"
9891
SELECTED_NAME="hBlock List"
9992
break
10093
;;
101-
5)
94+
4)
10295
abort "🚫 Installation cancelled by user"
10396
;;
10497
esac

hosts/1hosts_lite

Lines changed: 237418 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)