Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Aug 14, 2017
1 parent efb37c8 commit b2bcf66
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
5 changes: 5 additions & 0 deletions BarbBlock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@
||wirecomic.com^
||xovq5nemr.com^
||zbwp6ghm.com^
! ============== Site group 3 ==============
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/21
||btez8.xyz^
||j93557g.com^
||awzbijw.com^
7 changes: 6 additions & 1 deletion blacklists/adblock-plus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,9 @@
||wateryvan.com^
||wirecomic.com^
||xovq5nemr.com^
||zbwp6ghm.com^
||zbwp6ghm.com^
! ============== Site group 3 ==============
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/21
||btez8.xyz^
||j93557g.com^
||awzbijw.com^
3 changes: 3 additions & 0 deletions blacklists/domain-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ wateryvan.com
wirecomic.com
xovq5nemr.com
zbwp6ghm.com
btez8.xyz
j93557g.com
awzbijw.com
7 changes: 7 additions & 0 deletions blacklists/hosts-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@
0.0.0.0 wirecomic.com
0.0.0.0 xovq5nemr.com
0.0.0.0 zbwp6ghm.com

# ============== Site group 3 ==============
# GitHub Issue: https://github.com/paulgb/BarbBlock/issues/21

0.0.0.0 btez8.xyz
0.0.0.0 j93557g.com
0.0.0.0 awzbijw.com
5 changes: 5 additions & 0 deletions blacklists/ublock-origin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@
||wirecomic.com^
||xovq5nemr.com^
||zbwp6ghm.com^
! ============== Site group 3 ==============
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/21
||btez8.xyz^
||j93557g.com^
||awzbijw.com^
5 changes: 4 additions & 1 deletion extension/barbblock.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ var urls = [
'*://wateryvan.com/*',
'*://wirecomic.com/*',
'*://xovq5nemr.com/*',
'*://zbwp6ghm.com/*'
'*://zbwp6ghm.com/*',
'*://btez8.xyz/*',
'*://j93557g.com/*',
'*://awzbijw.com/*'
];

chrome.webRequest.onBeforeRequest.addListener(
Expand Down

0 comments on commit b2bcf66

Please sign in to comment.