diff --git a/BarbBlock.txt b/BarbBlock.txt index 5d1b1a8..70aabef 100644 --- a/BarbBlock.txt +++ b/BarbBlock.txt @@ -396,7 +396,6 @@ ||agreeablestew.com^ ||ambiguousquilt.com^ ||archswimming.com^ -||area51-ts.com^ ||ariseboundary.com^ ||automaticflock.com^ ||barbarousnerve.com^ diff --git a/Makefile b/Makefile index 1cb1e6f..2e1d606 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ extension/% : src/generate_blacklist.py blacklist.yaml templates/extension-%.tmp # Package the extension as a zip. package : extension/manifest.json extension/barbblock.js - cd extension; zip barbblock.zip -r ./ -x *.git* - mv extension/barbblock.zip ./ + zip barbblock.zip -r ./extension/ -x *.git* + # Build all of the standalone files. all_blacklists : \ diff --git a/blacklist.yaml b/blacklist.yaml index ae70233..1ad3616 100644 --- a/blacklist.yaml +++ b/blacklist.yaml @@ -406,7 +406,6 @@ blacklist: - agreeablestew.com - ambiguousquilt.com - archswimming.com - - area51-ts.com - ariseboundary.com - automaticflock.com - barbarousnerve.com diff --git a/blacklists/adblock-plus.txt b/blacklists/adblock-plus.txt index e13b0fd..eb7d050 100644 --- a/blacklists/adblock-plus.txt +++ b/blacklists/adblock-plus.txt @@ -398,7 +398,6 @@ ||agreeablestew.com^ ||ambiguousquilt.com^ ||archswimming.com^ -||area51-ts.com^ ||ariseboundary.com^ ||automaticflock.com^ ||barbarousnerve.com^ diff --git a/blacklists/domain-list.txt b/blacklists/domain-list.txt index 33cb09e..2b05a17 100644 --- a/blacklists/domain-list.txt +++ b/blacklists/domain-list.txt @@ -381,7 +381,6 @@ advertisementafterthought.com agreeablestew.com ambiguousquilt.com archswimming.com -area51-ts.com ariseboundary.com automaticflock.com barbarousnerve.com diff --git a/blacklists/hosts-file.txt b/blacklists/hosts-file.txt index 751641d..5dbb630 100644 --- a/blacklists/hosts-file.txt +++ b/blacklists/hosts-file.txt @@ -407,7 +407,6 @@ 0.0.0.0 agreeablestew.com 0.0.0.0 ambiguousquilt.com 0.0.0.0 archswimming.com -0.0.0.0 area51-ts.com 0.0.0.0 ariseboundary.com 0.0.0.0 automaticflock.com 0.0.0.0 barbarousnerve.com diff --git a/blacklists/ublock-origin.txt b/blacklists/ublock-origin.txt index 5d1b1a8..70aabef 100644 --- a/blacklists/ublock-origin.txt +++ b/blacklists/ublock-origin.txt @@ -396,7 +396,6 @@ ||agreeablestew.com^ ||ambiguousquilt.com^ ||archswimming.com^ -||area51-ts.com^ ||ariseboundary.com^ ||automaticflock.com^ ||barbarousnerve.com^ diff --git a/extension/barbblock.js b/extension/barbblock.js index 45cbe14..1b1e178 100644 --- a/extension/barbblock.js +++ b/extension/barbblock.js @@ -383,7 +383,6 @@ var urls = [ '*://agreeablestew.com/*', '*://ambiguousquilt.com/*', '*://archswimming.com/*', - '*://area51-ts.com/*', '*://ariseboundary.com/*', '*://automaticflock.com/*', '*://barbarousnerve.com/*',