diff --git a/BarbBlock.txt b/BarbBlock.txt index 8de22f5..f47b11a 100644 --- a/BarbBlock.txt +++ b/BarbBlock.txt @@ -190,3 +190,6 @@ ! ============== Site group 3 ============== ! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/22 ||foamybox.com^ +! ============== Site group 4 ============== +! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/30 +||texturetrick.com^ diff --git a/blacklist.yaml b/blacklist.yaml index 2fcfaa0..bbdcb77 100644 --- a/blacklist.yaml +++ b/blacklist.yaml @@ -198,3 +198,7 @@ blacklist: - 22 domains: - foamybox.com +- issues: + - 30 + domains: + - texturetrick.com diff --git a/blacklists/adblock-plus.txt b/blacklists/adblock-plus.txt index f2f8e1d..6f09b4d 100644 --- a/blacklists/adblock-plus.txt +++ b/blacklists/adblock-plus.txt @@ -191,4 +191,7 @@ ||zlp6s.pw^ ! ============== Site group 3 ============== ! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/22 -||foamybox.com^ \ No newline at end of file +||foamybox.com^ +! ============== Site group 4 ============== +! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/30 +||texturetrick.com^ \ No newline at end of file diff --git a/blacklists/domain-list.txt b/blacklists/domain-list.txt index 5552111..be152c1 100644 --- a/blacklists/domain-list.txt +++ b/blacklists/domain-list.txt @@ -179,3 +179,4 @@ xovq5nemr.com zbwp6ghm.com zlp6s.pw foamybox.com +texturetrick.com diff --git a/blacklists/hosts-file.txt b/blacklists/hosts-file.txt index 3d8714d..f421794 100644 --- a/blacklists/hosts-file.txt +++ b/blacklists/hosts-file.txt @@ -197,3 +197,8 @@ # GitHub Issue: https://github.com/paulgb/BarbBlock/issues/22 0.0.0.0 foamybox.com + +# ============== Site group 4 ============== +# GitHub Issue: https://github.com/paulgb/BarbBlock/issues/30 + +0.0.0.0 texturetrick.com diff --git a/blacklists/ublock-origin.txt b/blacklists/ublock-origin.txt index 8de22f5..f47b11a 100644 --- a/blacklists/ublock-origin.txt +++ b/blacklists/ublock-origin.txt @@ -190,3 +190,6 @@ ! ============== Site group 3 ============== ! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/22 ||foamybox.com^ +! ============== Site group 4 ============== +! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/30 +||texturetrick.com^ diff --git a/extension/barbblock.js b/extension/barbblock.js index cb45bdd..060499a 100644 --- a/extension/barbblock.js +++ b/extension/barbblock.js @@ -180,7 +180,8 @@ var urls = [ '*://xovq5nemr.com/*', '*://zbwp6ghm.com/*', '*://zlp6s.pw/*', - '*://foamybox.com/*' + '*://foamybox.com/*', + '*://texturetrick.com/*' ]; chrome.webRequest.onBeforeRequest.addListener( diff --git a/extension/manifest.json b/extension/manifest.json index b65e178..859417e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "BarbBlock", "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.", - "version": "1.3", + "version": "1.4", "icons": { "16": "icon/icon16.png", "32": "icon/icon32.png", @@ -19,4 +19,4 @@ "webRequestBlocking", "" ] -} \ No newline at end of file +}