{"id":18057725,"url":"https://github.com/yous/youslist","last_synced_at":"2026-03-05T09:03:19.232Z","repository":{"id":20713109,"uuid":"23997097","full_name":"yous/YousList","owner":"yous","description":"Block filter for advertisements, mainly on Korean sites","archived":false,"fork":false,"pushed_at":"2026-02-27T08:10:44.000Z","size":64768,"stargazers_count":319,"open_issues_count":65,"forks_count":34,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-02-27T12:04:56.596Z","etag":null,"topics":["1blocker","ad-blocker","adaway","adblock","adblock-list","adguard","filterlist","ublock-origin"],"latest_commit_sha":null,"homepage":"","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yous.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-09-13T15:03:04.000Z","updated_at":"2026-02-27T08:10:49.000Z","dependencies_parsed_at":"2024-02-07T08:29:09.906Z","dependency_job_id":"d19aefd9-aa2f-47e4-a619-c99387f78da3","html_url":"https://github.com/yous/YousList","commit_stats":null,"previous_names":[],"tags_count":404,"template":false,"template_full_name":null,"purl":"pkg:github/yous/YousList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2FYousList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2FYousList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2FYousList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2FYousList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yous","download_url":"https://codeload.github.com/yous/YousList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yous%2FYousList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1blocker","ad-blocker","adaway","adblock","adblock-list","adguard","filterlist","ublock-origin"],"created_at":"2024-10-31T02:09:01.543Z","updated_at":"2026-03-05T09:03:17.221Z","avatar_url":"https://github.com/yous.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YousList\n\n[![CI](https://github.com/yous/YousList/actions/workflows/ci.yml/badge.svg)](https://github.com/yous/YousList/actions/workflows/ci.yml)\n\nBlock filter for advertisements, mainly on Korean sites. This works with\n[Adblock Plus][], [uBlock Origin][], [1Blocker][], [AdAway][], and [AdGuard][].\n\n[Adblock Plus]: https://adblockplus.org/\n[uBlock Origin]: https://github.com/gorhill/uBlock\n[1Blocker]: https://1blocker.com/\n[AdAway]: https://github.com/AdAway/AdAway\n[AdGuard]: https://adguard.com/\n\n## Usage\n\n```\nhttps://github.com/yous/YousList/raw/master/youslist.txt\n```\n\n### Adblock Plus ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt\u0026title=YousList))\n\nInstall the browser plugin of Adblock Plus and add a subscription as 'YousList' with the above URL.\n\n### uBlock Origin ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt\u0026title=YousList))\n\nInstall the browser plugin of uBlock Origin and enable 'KOR: YousList' by checking it.\n\n### 1Blocker\n\nGo to [the latest release page](https://github.com/yous/YousList/releases/latest)\nand click the \"Download Rules.1blockpkg\" link. Select 1Blocker from the \"Open\nIn\" menu. To update to the newer version, you have to remove previous rules and\nthen import the new rules.\n\n### AdAway\n\nAdd the following URL as a host source.\n\n```\nhttps://raw.githubusercontent.com/yous/YousList/master/hosts.txt\n```\n\n### AdGuard ([Subscribe](https://subscribe.adblockplus.org/?location=https://github.com/yous/YousList/raw/master/youslist.txt\u0026title=YousList))\n\nEnable YousList on the filter list.\n\nThe following is the DNS filter:\n\n```\nhttps://cdn.jsdelivr.net/gh/adguardteam/HostlistsRegistry@main/assets/filter_15.txt\n```\n\n## Testing\n\nFor the tests of your filter, make a temporary subscription served by your local machine by:\n\n``` sh\nruby -run -ehttpd . -p8000\n```\n\nAdd a filter using `http://localhost:8000/youslist.txt`.\n\n## Contributing\n\nNew issues and pull requests are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for further details.\n\n## License\n\nContent of the YousList is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fyouslist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyous%2Fyouslist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyous%2Fyouslist/lists"}