Package Details: hosty 1.3.1-1

Package Base: hosty
Description: Ad blocker script
Upstream URL: https://github.com/juankfree/hosty
Category: network
Licenses: GPL2
Submitter: juankfree
Maintainer: juankfree
Last Packager: juankfree
Votes: 1
First Submitted: 2014-12-07 09:09
Last Updated: 2015-01-28 18:45

Latest Comments

Comment by buzzqw

2015-07-30 07:52

i had modify hosty.sh to add https://easylist-downloads.adblockplus.org/easylistitaly.txt but on resulting hosts these rules are missing

this is the changed part

"#!/bin/bash

# Add ad-blocking hosts files in this array
HOSTS=("http://adaway.org/hosts.txt" "http://winhelp2002.mvps.org/hosts.txt" "http://hosts-file.net/ad_servers.asp" "http://someonewhocares.org/hosts/hosts" "http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext")
# Add AdBlock Plus rules files in this array
RULES=("https://easylist-downloads.adblockplus.org/easylist.txt" "https://easylist-downloads.adblockplus.org/easyprivacy.txt" "https://easylist-downloads.adblockplus.org/malwaredomains_full.txt" "https://easylist-downloads.adblockplus.org/easyprivacy.txt" "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt" "https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt" "https://easylist-downloads.adblockplus.org/fanboy-social.txt" "https://easylist-downloads.adblockplus.org/easylistitaly.txt")"

BHH