Skip to content

Commit

Permalink
Update for medipana.com
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Oct 4, 2023
1 parent c54c73c commit 438c8b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rules.1blockpkg

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions Rules.1blockpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -24227,6 +24227,22 @@
}
}
},
{
"id": "91784dc0-06b4-4f7c-86ef-2a83e11b5dde",
"name": "medipana.com/upload/banner/$domain=medipana.com",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?medipana\\.com/upload/banner/",
"url-filter-is-case-sensitive": false,
"if-domain": [
"*medipana.com"
]
},
"action": {
"type": "block"
}
}
},
{
"id": "0b91341c-9f11-42c8-a599-a369a554665b",
"name": "meeco.kr/images/custom_ads/$domain=meeco.kr",
Expand Down Expand Up @@ -42018,6 +42034,19 @@
}
}
},
{
"id": "24c9250f-4db7-4d7d-ad36-0c1dca66cbad",
"name": "medipana.com##",
"content": {
"trigger": {
"url-filter": "^[^:]+://+([^:/]+\\.)?medipana\\.com"
},
"action": {
"type": "css-display-none",
"selector": "div.artc_ad"
}
}
},
{
"id": "6a35ef00-d737-4cda-9b08-4c13bbc97ae9",
"name": "meeco.kr##",
Expand Down
4 changes: 3 additions & 1 deletion youslist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
! License: https://github.com/yous/YousList#license
! Title: YousList
! Expires: 4 days
! Version: 20230919
! Version: 20231004

! General element hiding rules
##amp-ad
Expand Down Expand Up @@ -1725,6 +1725,7 @@
||mediaview.co.kr/ad_Viewer.js^
||mediaview.co.kr/ad_Viewer2.php^
||medigatenews.com/file/banner/$domain=medigatenews.com
||medipana.com/upload/banner/$domain=medipana.com
||meeco.kr/images/custom_ads/$domain=meeco.kr
||menu.mt.co.kr/banner/adPlayer.swf^
||menu.mt.co.kr/js/AdsDispatcher.js^
Expand Down Expand Up @@ -5271,6 +5272,7 @@ medicaltimes.com##div.thirdSection>div[style="background-color: #f2f2f2;border:
medicaltimes.com##div.thirdSection>div[style="padding-bottom:10px"]
medicaltimes.com##nav>div:not([class]):not([id])>ul[style="padding-top:10px;margin:0px auto;width:1200px;text-align:right;"]
medigatenews.com##div.ads
medipana.com##div.artc_ad
meeco.kr##div.ldd.list_d>ul>li:not([class])
meeco.kr##div.sidebar1-ex>a[href*="//linkmoa.kr/click.php"]
meeco.kr##div.xe_content.xe-widget-wrapper[style*="height: auto !important"]
Expand Down

2 comments on commit 438c8b3

@piquark6046
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아래 필터를 적용하시면 이렇게 되는데요?

medipana.com##div.artc_ad

image

@yous
Copy link
Owner Author

@yous yous commented on 438c8b3 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저기만 예외 적용해도 이미지 차단 때문에 전체적으로 딸려 올라가네요. 일단 메인은 이 상태로 둬야겠네요. 2b38081

Please sign in to comment.