diff options
author | gorhill <rhill@raymondhill.net> | 2015-02-23 07:54:20 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-02-23 07:54:20 -0500 |
commit | c1be74ffc813fa6b928146887733231f7dad5b32 (patch) | |
tree | 2914afcf99b8a9465ba1ed521f8c777ca5c56ae2 /assets | |
parent | 58ae9f266b600be3a7fe9fb7420af8db41c02c2c (diff) | |
download | uBlock-c1be74ffc813fa6b928146887733231f7dad5b32.zip uBlock-c1be74ffc813fa6b928146887733231f7dad5b32.tar.gz uBlock-c1be74ffc813fa6b928146887733231f7dad5b32.tar.bz2 |
removed obsolete lists
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/update-3rdparties.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/assets/update-3rdparties.sh b/assets/update-3rdparties.sh index 62110b7..f79b9f5 100755 --- a/assets/update-3rdparties.sh +++ b/assets/update-3rdparties.sh @@ -36,11 +36,8 @@ THIRDPARTY_REMOTEURLS=( 'https://easylist-downloads.adblockplus.org/advblock.txt' 'https://easylist-downloads.adblockplus.org/bitblock.txt' 'https://easylist-downloads.adblockplus.org/easylistchina.txt' - 'https://cjxlist1.googlecode.com/svn/cjxlist.txt' 'https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt' - 'http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt' - 'https://adblock-plus-japanese-filter.googlecode.com/hg/abp_jp.txt' - 'https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abp_jp.txt' + 'https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf.txt' 'https://www.fanboy.co.nz/fanboy-korean.txt' 'http://margevicius.lt/easylistlithuania.txt' 'http://stanev.org/abp/adblock_bg.txt' @@ -89,10 +86,7 @@ THIRDPARTY_LOCALURLS=( 'thirdparties/easylist-downloads.adblockplus.org/advblock.txt' 'thirdparties/easylist-downloads.adblockplus.org/bitblock.txt' 'thirdparties/easylist-downloads.adblockplus.org/easylistchina.txt' - 'thirdparties/cjxlist1.googlecode.com/svn/cjxlist.txt' 'thirdparties/raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt' - 'thirdparties/adblock-chinalist.googlecode.com/svn/trunk/adblock.txt' - 'thirdparties/adblock-plus-japanese-filter.googlecode.com/hg/abp_jp.txt' 'thirdparties/raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abp_jp.txt' 'thirdparties/www.fanboy.co.nz/fanboy-korean.txt' 'thirdparties/margevicius.lt/easylistlithuania.txt' |