This translation is older than the original page and might be outdated. See what has changed.

广告拦截

广告拦截可以通过几种方式来完成:

这篇论坛帖子 (2017年) 对Adblock和简单Adblock进行了简短的比较. 总结起来, 它说Adblock更强大,将来可能会有更多的功能,而Simple Adblock的目标是更易于使用和更高的性能.

通过终端进行Adblock快速设置的说明.大多数步骤也可以使用带有LuCI的界面来完成.uclient-fetch需要libustream-mbedtls包通过HTTPS下载块列表,除非您指定另一个下载管理器,例如 curl.

# Install packages
opkg update
opkg install adblock libustream-mbedtls
 
# Provide web interface
opkg install luci-app-adblock
 
# Backup the blocklists
uci set adblock.global.adb_backupdir="/etc/adblock"
 
# Save and apply
uci commit adblock
/etc/init.d/adblock restart
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2021/06/21 07:12
  • by guyezi