Giter Club home page Giter Club logo

youslist's Introduction

YousList

Build Status

Block filter for advertisements, mainly on Korean sites. This works with Adblock Plus, uBlock Origin, 1Blocker, AdAway, and AdGuard.

Usage

https://github.com/yous/YousList/raw/master/youslist.txt

Adblock Plus (Subscribe)

Install the browser plugin of Adblock Plus and add a subscription as 'YousList' with the above URL.

uBlock Origin (Subscribe)

Install the browser plugin of uBlock Origin and enable 'KOR: YousList' by checking it.

1Blocker

Go to the latest release page and click the "Download Rules.1blockpkg" link. Select 1Blocker from the "Open In" menu. To update to the newer version, you have to remove previous rules and then import the new rules.

AdAway

Add the following URL as a host source.

https://raw.githubusercontent.com/yous/YousList/master/hosts.txt

AdGuard (Subscribe)

Enable YousList on the filter list.

The following is the DNS filter:

https://cdn.jsdelivr.net/gh/adguardteam/HostlistsRegistry@main/assets/filter_15.txt

Testing

For the tests of your filter, make a temporary subscription served by your local machine by:

ruby -run -ehttpd . -p8000

Add a filter using http://localhost:8000/youslist.txt.

Contributing

New issues and pull requests are welcome! See CONTRIBUTING.md for further details.

License

Content of the YousList is licensed under a Creative Commons Attribution 4.0 International License.

youslist's People

Contributors

capella87 avatar deadnem avatar dependabot[bot] avatar fenslett avatar green1052 avatar junsooo avatar kiwitreekor avatar konoromihimaries avatar mu-hun avatar seia-soto avatar snorlaxh avatar tgp0625 avatar xvezda avatar yous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

youslist's Issues

m.dcinside.com

m.dcinside.com###lguplus_ad_banner
Browse any gallery posts to see an example of such ads.

차단안되는 광고들입니다.

미디어다음 기사 하단 프리미엄링크 광고
http://media.daum.net/society/clusterview?newsId=20141102054204469&clusterId=1321432

인스티즈 메인 좌우측 사이드 광고
http://www.instiz.net/

글 읽기시 하단 파워링크 광고, 글 목록 좌측 광고
http://www.instiz.net/pt/2473875

뽐뿌 상단 우측, 아이디창 왼쪽, 아이디창 하단 이마트몰 광고
http://ppomppu.co.kr/

포럼 글 목록 우측 광고 (

네이버 광고

||nv2.veta.naver.com/dr
||nv1.veta.naver.com/dr
naver.com###veta_branding
naver.com###veta_top

pull request로 할려고했는데..
checksum 만드는 방법을 모르겠네요;

필터 추가 요청

웹서핑 도중, <iframe>을 이용해 특정 토렌트 사이트에 연결시키는 사이트를 발견했습니다.
불필요한 트래픽이 생기는데다가 광고마저 성인용인 경우가 많아 차단하고자 합니다.

해당 페이지 특성때문에 접근 자체가 차단되다보니, 여러 도메인가지고 돌려쓰고 있었는데요.
_tobest_나 tosarang, _yasarang_이라는 3개의 prefix가 붙는 것으로 확인되었습니다.

아예 해당 도메인을 차단해버리는 게 바람직하지 않을까 생각이 들었지만,
애드블럭 자체가 순수하게 광고 차단의 목적이니, 광고만 차단하는 필터를 만들었습니다.

||tobest*.net/img/
||tosarang*.net/img/
||yasarang*.net/img/

img 서브 디렉터리를 완전히 차단하는 터라, 일부 이미지가 누락되는 경우가 있지만(극히 일부입니다)
사이트 이용에는 문제가 없을 거라고 사료됩니다.

tvple.com

http://tvple.com/ 에 광고 필터 감지루틴이 있는데 필터 규칙만으로도 우회가 되네요. 거기에 대해 역작업이 진행되고 있어 계속 가능할지는 모르겠지만요.

SlowMemory/List-KR@c5a7af49582103a844726d0d0e0b833585176e19
SlowMemory/List-KR@5ef0c87ce42e390d717a4cc3e4048832869c74ce

필터는 CC BY-SA 4.0 을 적용받아 크레딧을 명시하면 사용할 수 있으니 한 번 검토해주시기 바랍니다.

Problem with making rules using python 2.6 or below

There are compatibility issues when generating Rules.1blockpkg and Rules.1blockpkg.json.
TypeError: __init__() got an unexpected keyword argument 'object_pairs_hook' error is brought on if the following scripts are executed with python 2.6 or below:

  • ./bin/generate_rules.py youslist.txt > Rules.1blockpkg.json
  • ./bin/minify_pkg.py
  • ./bin/prettify_pkg.py

    See this: 1

This error comes from the incompatibility between python 2.7 and 2.6 (or below) since json package in python 2.6 doesn't include object_pairs_hook keyword(Can I get JSON to load into an OrderedDict in Python?). To fix this, every contributor who tries to add new rules with python 2.6 has to install simplejson package in advance and insert this code:

#import json
import simplejson as json

I think there are two solutions for this problem:

  1. write another script for python 2.4 and 2.6
  2. check what version of the Python Interpreter is interpreting the script, and import module conditionally (looks a bit messy, though)
import sys
if sys.version_info >= (2,7):
  import json
else:
  import simplejson as json

2

영어필터에 의해 지마켓 결제페이지 로딩문제

adguard 영어 필터에서

영어 필터: /getad?

필터링 되다보니. 결제 페이지 불러오는데 문제가 발생합니다.

@@/getAd?$domain=gmarket.co.kr

이렇게 허용필터 해주니 정상적으로 결제페이지가 로딩되더군요.

SBS홈페이지 뉴스 영상 동영상이 재생 안되네요.

안녕하세요.
전 SBS홈페이지 통해서 영상들을 종종 보는편인데요,
지난주부턴가 갑자기 영상들이 안나오기 시작했습니다. 로딩만 뱅글뱅글돌고

처음엔 플래시 문제인가 했다가, 오늘 아침에 혹시나 하고 애드블락 끄고 다시 재생하니 되더군요.
애드블락이 영상 직전에 나오는 광고영상 차단해주다가 뭐가 막힌듯 한데

이거 어지 해결 안될련지요?

영상 url 하나 남길께용
http://news.sbs.co.kr/news/endPage.do?news_id=N1004221924&plink=VERTICAL&cooper=VIDEOMUGLIST

tcafeaa rules

tcafeaa.com has now moved to tcafeh.com. Can you add similar rules for tcafeh.com?

tcafeh.com###cssImg > TBODY > TR:last-child > TD:first-child > TABLE:last-child
tcafeh.com###cssImg > TBODY > TR:last-child > TD:first-child > TABLE:first-child > TBODY > TR:last-child
tcafeh.com###mw_basic > TABLE:nth-child(6) > TBODY > TR:last-child > TD > TABLE > TBODY > TR > TD:first-child
tcafeh.com###mw_basic > CENTER:nth-child(2)
tcafeh.com###cssImg > TBODY > TR:first-child > TD:last-child > TABLE > TBODY > TR > TD > TABLE > TBODY > TR > TD.dp:last-child
tcafeh.com###divpop

Maybe rules for old domain tcafeaa.com can be removed.

구글에서 크롬/구글시작페이지 제안 광고

안녕하세요. 한국 필터를 따로 관리해주시는 덕분에 쾌적한 웹 환경을 즐기고 있어서 감사합니다.

제가 크롬을 설치 안하고 엣지 브라우저에서만 웹활동을 하는데 쿠키를 제거 할 때마다 구글에서 구글 시작페이지, 혹은 크롬을 제안하는 알림이 구글 메인페이지, 구글드라이브, 구글번역 등등 곳곳에서 발생을 합니다.
필터 작성 정책이 있다면 이것도 범주에 포함이 되는지 궁금합니다.
아니라면 구글에서 구글시작페이지/구글크롬 제안 알림도 없애 주신다면 더 좋을 것 같습니다.

감사합니다.

문서를 가리는 팝업형 내부링크 유도도 광고 범주에 포함되나요?

http://www.itworld.co.krhttp://www.ciokorea.com 에서 아무 문서나 읽다보면 스크롤 중반부에 화면을 가리는 '오늘의 추천 콘텐츠' 라는 팝업형 링크 유도 메세지가 뜨며, 링크는 두개 다 itworld.com로 유도를 합니다.

ciokorea.com 도메인에서 이 팝업이 뜨는 것은 외부 링크로 이동을 유도하는 것이니 광고에 범주에 해당될 수 있다고 생각됩니다만, itworld.com에서 뜨는 팝업형 내부 링크 유도도 광고의 범주에 포함이 되나요?

광고의 범주에 포함이 된다면 div[id="techlibrary_left_slide_banner"] 를 차단 부탁드리고 싶습니다.
감사합니다.

pooq 안드로이드 앱 광고차단

안드로이드 애드가드 사용중입니다. Pooq앱 실시간tv에서 일반 채널들의 처음 5초 /15초 광고영상은 차단이 되는데 홈쇼핑채널은 광고차단이 안됩니다. 필터링 로그를 켜고 확인해보니 dawin.tv라는 곳에서 나오는 광고같은데.. 차단헸더니 광고가 나오는 화면부분에서 무한으로 깜박거리고 본채널로 넘어가지지가 않네요.
차단 가능하시다면 부탁드립니다.

Should we block this autoplaying Youtube video?

I found a website(www.itworld.co.kr) posted an advertising Youtube video that isn't showed up on screen.
Thought it was hidden by some filters, so disabled Adblock, but still remains hidden.
After examining, turns out an administrator deliberately made it disappeared using script.

image
image2
(Click to zoom)

As you might see, the script hiding the video is located inside the main index page.
So, we have to block it using URL-specific rule if needed.

Here's a rule:

||www.youtube.com/embed/bDx8qS-FF8Q$object,domain=itworld.co.kr

Gmail. .aKB 가 광고인 것 같아요.

기본텝 말고, 소셜이랑 프로모션 텝에보면

발신인 이름 [광고]🛈 광고제목 - 부제목
발신인 이름 [광고]🛈 광고제목 - 부제목

이렇게 두 광고가 div[class="aKB"]안에 묶여있는데, 확인 부탁드립니다.
최근에 업데이트 된 사항인지 ublock기본필터에서도 차단은 안해놨네요.
항상 필터 관리 업데이트 감사드립니다.

Video ad in Jobplanet

In Jobplanet website, I found a video advertisement that is shown up all of sudden as I scrolled down

image

The filter for this element is given below:

jobplanet.co.kr###prism_displayAD 

But I'm afraid I can't assure you this filter normally work because It was confirmed that the advertisement was not always turned up. The only thing I know so far is that it seems to appear in section 기업리뷰 mostly. If you want to make sure, please visit this page.

Well, besides, there's an alternative filter. I'd recommend this since site-specific rule is more efficient in the way that we can reduce unnecessary HTTP traffic and that we can make a general rule for other advertisements. Thus, I tried to block the advertisement through domain name-based filter that covers all ranges of video if possible. So I found one:

||cdnprisms.pandora.tv/_adv_img/*
OR
||cdnprisms.pandora.tv/_adv_img/prism_ad/*
! example: cdnprisms.pandora.tv/_adv_img/prism_ad/201605/junier_160517.mp4

filter rules

comic.naver.com###ppl_video_section
comic.naver.com###ppl_image_section
tcafeaa.com###cssImg > TBODY > TR:last-child > TD:first-child > TABLE:last-child
tcafeaa.com###cssImg > TBODY > TR:last-child > TD:first-child > TABLE:first-child > TBODY > TR:last-child
tcafeaa.com###mw_basic > TABLE:nth-child(6) > TBODY > TR:last-child > TD > TABLE > TBODY > TR > TD:first-child
tcafeaa.com###mw_basic > CENTER:nth-child(2)
tcafeaa.com###cssImg > TBODY > TR:first-child > TD:last-child > TABLE > TBODY > TR > TD > TABLE > TBODY > TR > TD.dp:last-child
tcafeaa.com###divpop
shencomics.com###fbanner
shencomics.com##DIV.mobfloat

디시 애드블록팝업 다른필터들과 충돌관련

현재시각 크롬+유블럭오리진 기준 디시 애드블록 팝업은 YousList가 유일하게 막아냅니다만.

EasyList
EasyList without element hiding rules
Korean Adblock List
List-KR
Fanboy's Korean
Fanboy+Easylist-Merged Ultimate List

이 필터중 하나라도 같이 켜져있으면 막아내지 못합니다.
EasyList만이라도 같이 사용할 방법이 있을까요?

dcinside 마이너 갤러리 안티 애드블락

디시인사이드에서 안티 애드블락 스크립트를 도입했었는데

어제자 youslist로 정규 갤러리에 한해 그 스크립트를 막아내셨더라구요.

그런데 마이너 갤러리에 한해서는 아직 안티 애드블락이 떠요.

http://gall.dcinside.com/mgallery/board/lists/?id=aoegame

제가 주로 가는 갤러리인데 여기서는 메인화면에 개죽이 안티 애드블락이 뜹니다.

괜찮으시다면 저기도 막아 주실 수 있을까요.

minitoon.net

컨텐츠 페이지에서 애드블록을 해제해 주세요 메세지가 나오는데 ublock origin 사용시 밑줄을 filter에 추가해 주니 해결되었습니다.

minitoon.net/js/adblockblock.js

@yous 님 필터에 재차 감사드립니다.

1Blocker Keeps Throwing Error

Since I've added YousList to 1Blocker, all ads are showing again and I keep getting an error every single time I open 1Blocker:

The operation couldn't be completed. (WKErrorDomain error 2.)

tvnamu 주소변경으로 인한 광고

tvnamu 싸이트 주소가 한번씩 변경되는데..
며칠전에 tvnamu3.com으로 변경된것 같습니다.

youslist에는 tvnamu.com으로 되어있어서인지 광고차단이 더이상 되지 않고 있어서 제보합니다.

그리고 주소가 tvnamu2 tvnamu3 이런식으로 주기적으로 변경되던데.. 주소가 바뀔때마다 룰을 계속 변경하는 수 밖에 없는건지 궁금합니다.

ttocorps.com 광고 차단

안녕하세요.
ttocorps.com에서 뜨는 광고 리스트에 추가해주시면 감사하겠습니다.

제가 지금 사용하는 필터입니다.

! 8/14/2017, 4:25:14 PM https://ttocorps.com/
ttocorps.com###top > tbody > tr:nth-of-type(1) > td > table > tbody > tr > td > div:nth-of-type(2)

! 8/14/2017, 4:25:32 PM https://ttocorps.com/
ttocorps.com###right_banner

! 8/14/2017, 4:26:12 PM https://ttocorps.com/
ttocorps.com###leftw_banner

! 8/14/2017, 4:26:38 PM https://ttocorps.com/
ttocorps.com###left_l

! 8/14/2017, 4:27:13 PM https://ttocorps.com/
||ttocorps.com/img/banner/mton.gif$image

! 8/14/2017, 4:27:24 PM https://ttocorps.com/
||ttocorps.com/img/qbt.png$image

네이버 스포츠 동영상 광고

안녕하세요. 아이폰에서 AdGuard 를 사용하면서 Yous님 필터를 잘 사용하고 있습니다.

언제 부턴가 업데이트를 하고나서 부터 네이버 스포츠 광고가 검은 화면에 로깅이미지가 나오면서 스킵이 안되고 10-5초 정도 검은 화면이 나오고나서 영상이 나오는 문제가 있더군요.

어떤 부분이 업데이트 된건지를 정확히 모르겠더군요.

다른 필터들을 체크해제후에 YousList만 체크해서 봐도 마찬가지더군요.

제가 사용자 필터에 쓰던 주소가 있는데 혹시 적용이 가능한지 테스트 해봐주십사 글 적어 봅니다.

vod-naver.pstatic.net 이 주소를 막아주면 광고는 안나오고 바로 본 영상으로 넘어갑니다.

미리 감사드립니다.

필터 수정 요청

zangsisi.net##body>center
zangsisi.net##div.fixed-top
위 두개의 필터 때문에 해당사이트의 내용이 아예 나오지 않습니다.
수정을 바랍니다.
1.
http://www.spojoy.com/live/
이 사이트에 들어가면 원래는 맨아래에 큰 광고가 있는데,
귀 필터로 인해 광고는 안보이게 되었지만,
대신 스크롤이 자동으로 아래로 휙 가버리는 스크립트는 여전히 남습니다.
스크롤이 맨 아래 광고가 있던 자리로 자동 이동되는 현상을 막아주시길 간청드립니다.

감사합니다.

네이버 웹툰 광고 차단 필터 요청

네이버 웹툰에 최근 광고가 추가되었습니다.

<div class="view_area" id="comic_view_area">

    <!-- 뷰어  -->
    <div class="wt_viewer" style="background:#FFFFFF"> <!-- 웹툰 이미지 --> </div>
    <!-- // 뷰어 -->
    <div id="webtoon_ad_section" class="ads_sc"> <!-- 추가된 광고 --> </div>

</div>

위 DOM elements에 따라, 다음 규칙을 추가하면 되리라 생각이 듭니다.
comic.naver.com##div#webtoon_ad_section

자세한 것은 이곳으로 가시면 확인하실 수 있습니다.

루리웹 룰 갱신

루리웹이 ruliweb.daum.net에서 ruliweb.com으로 옮겼는데, 기존 규칙이 아직 남아있어서 한 번 확인해보시라고 이슈로 올립니다.

smartadserver and mirrors

smartadserver and mirrors

2-01-275d-0013.cdx.cedexis.net
2-01-275d-0017.cdx.cedexis.net
2-01-275d-0018.cdx.cedexis.net
2-01-275d-001d.cdx.cedexis.net
ad.tvazteca.com
ads.20minutes.fr
ads.abcdelbebe.com
ads.alo.co
ads.boursorama.com
ads.citytv.com.co
ads.diarioadn.co
ads.eltiempo.co
ads.eltiempo.com
ads.futbolred.com
ads.inventmx.com
ads.portafolio.co
ads.revistadonjuan.com
ads.scrollerads.com
ads.seccionamarilla.com.mx
ads.simpleads.com.br
ads.vive.in
adserv2.jornaldaparaiba.com.br
adserver.genesismediaus.com
asa.allegro.pl
brad.acsta.net
csync-tmk.smartadserver.com
diff.smartadserver.com
geoced.smartadserver.com
itx5-itx4-eqx.smartadserver.com
network.enfemenino.com
network.sofeminine.co.uk
network.taofeminino.com.br
network.wewomen.com
prg.smartadserver.com
qc.smartadserver.com
r-tmk.sascdn.com
r.sascdn.com
reachandrich.antevenio.com
rtb-csync.smartadserver.com
serve.blutonic-ads.com
smart.upromise.com
smart2.allocine.fr
ssp-csync.smartadserver.com
sync.smartadserver.com
tmk-eltiempo.smartadserver.com
tmk-eqx-geoloc.smartadserver.com
tmk-eqx-hzh-geoloc.smartadserver.com
tmk-secure.smartadserver.com
tmk.2-01-275d-0003.cdx.cedexis.net
tmk.smartadserver.com
usharbors.smartadserver.com
w1716.smartadserver.com
ww1097.smartadserver.com
ww1270.smartadserver.com
ww1316-tmk.smartadserver.com
ww1316.2-01-275d-0003.cdx.cedexis.net
ww1316.smartadserver.com
ww1325.smartadserver.com
ww1575.smartadserver.com
ww1649-tmk.smartadserver.com
ww1649.2-01-275d-0003.cdx.cedexis.net
ww1649.smartadserver.com
ww1692.smartadserver.com
ww1703.smartadserver.com
ww1716.smartadserver.com
ww1755.smartadserver.com
ww1972.smartadserver.com
ww2026.smartadserver.com
ww2234.smartadserver.com
ww2313.smartadserver.com
ww2451.smartadserver.com
ww2468.smartadserver.com
ww2609.smartadserver.com
ww264.smartadserver.com
ww2675.smartadserver.com
ww2743.smartadserver.com
ww2837.smartadserver.com
ww38.smartadserver.com
ww484.2-01-275d-0003.cdx.cedexis.net
ww484.smartadserver.com
ww488.smartadserver.com
ww489.smartadserver.com
ww57.smartadserver.com
ww619.smartadserver.com
ww946.smartadserver.com
www.blutonic-ads.com
www15.smartadserver.com
www3.smartadserver.com
www5.smartadserver.com
www8.smartadserver.com
www9.smartadserver.com

@mitchellkrogza

다음 메인페이지

uBlock에서 필터를 사용할 때 다음 메인 광고와 뼈대 모두를 없애는 것으로 보이는데, 로그인이 왼쪽으로 쏠립니다.

daum.net

이 경우에는 광고는 없애더라도 뼈대는 남기는 편이 좋지 않을까 싶어서 건의드립니다.

카카오TV 동영상 광고

안녕하세요 ADGuard를 사용중이며 Youslist를 사용중에 있습니다. 늘 필터 업데이트에 감사 드립니다.

https://tv.kakao.com/channel/3149566/cliplink/390585054

필터 로그를 보니 필터가 정상작동하나 카카오티비에서 애드블록에 대응하여서 동영상이 재생되지 않고 광고차단프로그램을 끄라는 메세지가 나타나는것 같습니다.

한번 확인 부탁드립니다. 감사합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.