add texturetrick (#30)

pull/32/head
Paul Butler 6 years ago
parent b4f87014cb
commit 7229d51532

@ -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^

@ -198,3 +198,7 @@ blacklist:
- 22
domains:
- foamybox.com
- issues:
- 30
domains:
- texturetrick.com

@ -191,4 +191,7 @@
||zlp6s.pw^
! ============== Site group 3 ==============
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/22
||foamybox.com^
||foamybox.com^
! ============== Site group 4 ==============
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/30
||texturetrick.com^

@ -179,3 +179,4 @@ xovq5nemr.com
zbwp6ghm.com
zlp6s.pw
foamybox.com
texturetrick.com

@ -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

@ -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^

@ -180,7 +180,8 @@ var urls = [
'*://xovq5nemr.com/*',
'*://zbwp6ghm.com/*',
'*://zlp6s.pw/*',
'*://foamybox.com/*'
'*://foamybox.com/*',
'*://texturetrick.com/*'
];
chrome.webRequest.onBeforeRequest.addListener(

@ -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",
"<all_urls>"
]
}
}

Loading…
Cancel
Save