File tree Expand file tree Collapse file tree 4 files changed +93740
-94641
lines changed Expand file tree Collapse file tree 4 files changed +93740
-94641
lines changed Original file line number Diff line number Diff line change 11# Systemless Hosts
22
3+ ---
34## Overview:
4- - Consolidating and extending hosts files from several well-curated sources.
5- - Patching process is handled by a command script, which detects default hosts file location.
6- - Support Magisk Live or Custom Recovery installations.
5+ - An efficient ad blocker, with no user interface
6+ - Support Magisk Live or Custom Recovery installations
77
8- ## Contents:
9- - Base extensions
10- hosts: 3.8.10 (0827)
11- code: 169
8+ ---
9+ ## Change Log:
10+ - 17.0-220116
11+ - hosts: 3.9.36 (0112)
12+ - code: 170
1213
14+ ---
1315## Credits:
1416- [ @topjohnwu ] ( https://github.com/topjohnwu ) / Magisk - Magisk Module Template
15- - [ @StevenBlack ] ( https://github.com/StevenBlack ) / Hosts
17+ - [ @StevenBlack ] ( https://github.com/StevenBlack ) / Base hosts sources
1618- [ @JumbomanXDA ] ( https://github.com/JumbomanXDA ) / Custom installation script
1719
20+ ---
1821## Extras:
19- - Donation : [ PayPal] ( https://paypal.me/gloeyisk ) - [ LiberaPay] ( https://liberapay.com/gloeyisk )
22+ - Donations : [ PayPal] ( https://paypal.me/gloeyisk ) - [ LiberaPay] ( https://liberapay.com/gloeyisk )
2023- Mirror Links: [ Telegram] ( https://t.me/gldppc ) - [ Index] ( https://kutt.it/Wt3rr4 )
2124- Source Code: [ GitHub] ( https://github.com/gloeyisk/systemless-hosts )
Original file line number Diff line number Diff line change 22
33#
44# Systemless Hosts by the
5- # open source loving ' GL-DP' and all contributors;
5+ # open source loving GL-DP and all contributors;
66# Consolidating and extending hosts files from several well-curated sources
77#
88
1717# Patch default hosts file
1818PATH=/system/etc
1919 ui_print " - Patching hosts file"
20- mkdir -p $MODPATH$PATH
21- mv -f $MODPATH /hosts $MODPATH$PATH
20+ mkdir -p $MODPATH$PATH
21+ mv -f $MODPATH /hosts $MODPATH$PATH
2222
2323# Clean up
24- rm -rf $MODPATH /hosts
25- rm -rf $MODPATH /LICENSE
24+ rm -rf $MODPATH /hosts
25+ rm -rf $MODPATH /LICENSE
You can’t perform that action at this time.
0 commit comments