diff options
author | gorhill <rhill@raymondhill.net> | 2014-10-14 11:13:51 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-10-14 11:13:51 -0400 |
commit | da5f7405b033eb4c80e7f8af10ea9956e0537cb1 (patch) | |
tree | 48b7bb30757b9077a08f5431852ed0129866a1b6 /assets | |
parent | 3248b8d27c0308ef54de8a90e74f35c5d1d507fd (diff) | |
download | uBlock-da5f7405b033eb4c80e7f8af10ea9956e0537cb1.zip uBlock-da5f7405b033eb4c80e7f8af10ea9956e0537cb1.tar.gz uBlock-da5f7405b033eb4c80e7f8af10ea9956e0537cb1.tar.bz2 |
re. #319
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/update-3rdparties.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/update-3rdparties.sh b/assets/update-3rdparties.sh index 12aeae1..eab1ff3 100755 --- a/assets/update-3rdparties.sh +++ b/assets/update-3rdparties.sh @@ -48,7 +48,7 @@ THIRDPARTY_REMOTEURLS=( 'https://raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt' 'https://raw.githubusercontent.com/wiltteri/wiltteri.txt/master/wiltteri.txt' 'http://home.fredfiber.no/langsholt/adblock.txt' - 'http://adblock.schack.dk/block.txt' +# 'http://adblock.schack.dk/block.txt' 'http://adblock.gardar.net/is.abp.txt' 'https://www.void.gr/kargig/void-gr-filters.txt' 'http://abp.mozilla-hispano.org/nauscopio/filtros.txt' @@ -97,7 +97,7 @@ THIRDPARTY_LOCALURLS=( 'thirdparties/raw.githubusercontent.com/AdBlockPlusIsrael/EasyListHebrew/master/EasyListHebrew.txt' 'thirdparties/raw.githubusercontent.com/wiltteri/wiltteri.txt/master/wiltteri.txt' 'thirdparties/home.fredfiber.no/langsholt/adblock.txt' - 'thirdparties/adblock.schack.dk/block.txt' +# 'thirdparties/adblock.schack.dk/block.txt' 'thirdparties/adblock.gardar.net/is.abp.txt' 'thirdparties/www.void.gr/kargig/void-gr-filters.txt' 'thirdparties/abp.mozilla-hispano.org/nauscopio/filtros.txt' |