Skip to content

Commit

Permalink
Fix for incheonilbo.com (Fix #536)
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Jun 16, 2024
1 parent 4d4e006 commit d4de706
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rules.1blockpkg

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions Rules.1blockpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39958,6 +39958,19 @@
}
}
},
{
"id": "eece222a-4a53-4614-af5c-82c46f9af185",
"name": "incheonilbo.com##",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?incheonilbo\\.com"
},
"action": {
"type": "css-display-none",
"selector": "header#nav-header>div.user-banner>div.banner_box"
}
}
},
{
"id": "b36d7790-7680-46d7-8a6b-2a3d78d3d530",
"name": "independent.co.uk##",
Expand Down Expand Up @@ -51332,6 +51345,54 @@
}
}
},
{
"id": "eff8419d-6629-4164-a4ae-e7ef7fca900d",
"name": "@@incheonilbo.com/bannerpop/uploads/image/$domain=incheonilbo.com",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?incheonilbo\\.com/bannerpop/uploads/image/",
"url-filter-is-case-sensitive": false,
"if-domain": [
"*incheonilbo.com"
]
},
"action": {
"type": "ignore-previous-rules"
}
}
},
{
"id": "eb4a25e1-abfb-4c9b-9521-c809b550a195",
"name": "@@incheonilbo.com/bannerpop/uploads/js/*.js$domain=incheonilbo.com",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?incheonilbo\\.com/bannerpop/uploads/js/.*\\.js",
"url-filter-is-case-sensitive": false,
"if-domain": [
"*incheonilbo.com"
]
},
"action": {
"type": "ignore-previous-rules"
}
}
},
{
"id": "e995bbbb-2771-480b-beb1-cc97d62add22",
"name": "@@incheonilbo.com/script/bannerpop.js$domain=incheonilbo.com",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?incheonilbo\\.com/script/bannerpop\\.js",
"url-filter-is-case-sensitive": false,
"if-domain": [
"*incheonilbo.com"
]
},
"action": {
"type": "ignore-previous-rules"
}
}
},
{
"id": "9571aed8-6d9c-40f0-907e-b35710bf1818",
"name": "@@mindpost.or.kr/script/bannerpop.js$domain=mindpost.or.kr",
Expand Down
4 changes: 4 additions & 0 deletions youslist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4051,6 +4051,7 @@ imore.com##div.adunit-wrap
imore.com##div.dfp-leaderboard-container
imore.com##div.netshelter-ad
imore.com##div.widget-ads
incheonilbo.com##header#nav-header>div.user-banner>div.banner_box
independent.co.uk##div.onscroll-injected-ad
indi.s58.xrea.com##div#vdbanner
inews24.com##iframe[src*="//iframe.inews24.com/ad/"]
Expand Down Expand Up @@ -7647,6 +7648,9 @@ namu.wiki##:xpath(//div/h1[not(./small)]/following-sibling::div[1]/following-sib
@@||cdn.kbmaeil.com/bannerpop/uploads/image/$domain=kbmaeil.com
@@||cdn.kbmaeil.com/bannerpop/uploads/js/*.js^$domain=kbmaeil.com
@@||googleads.g.doubleclick.net/pagead/ads?*&crui=*
@@||incheonilbo.com/bannerpop/uploads/image/$domain=incheonilbo.com
@@||incheonilbo.com/bannerpop/uploads/js/*.js^$domain=incheonilbo.com
@@||incheonilbo.com/script/bannerpop.js^$domain=incheonilbo.com
@@||mindpost.or.kr/script/bannerpop.js^$domain=mindpost.or.kr
@@||script.gmarket.co.kr/js/common/pds_gmkt.js^$domain=gmarket.co.kr
@@||script.gmarket.co.kr/js/header/statsna.js^$domain=gmarket.co.kr
Expand Down

0 comments on commit d4de706

Please sign in to comment.