{"id":18496435,"url":"https://github.com/nicejade/ad-block-remind","last_synced_at":"2025-10-30T23:45:32.035Z","repository":{"id":50370243,"uuid":"513572229","full_name":"nicejade/ad-block-remind","owner":"nicejade","description":"A pop-up box reminding users who install the Ad Block Plus plugin to request a whitelist. Built on Web component. https://nicelinks.site/","archived":false,"fork":false,"pushed_at":"2023-03-28T15:30:15.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-21T10:48:24.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicejade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-07-13T15:20:17.000Z","updated_at":"2023-03-28T15:31:52.000Z","dependencies_parsed_at":"2024-12-25T17:23:43.503Z","dependency_job_id":"808539da-c11b-4777-85cc-b05d7bcacf48","html_url":"https://github.com/nicejade/ad-block-remind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicejade/ad-block-remind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fad-block-remind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fad-block-remind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fad-block-remind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fad-block-remind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicejade","download_url":"https://codeload.github.com/nicejade/ad-block-remind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicejade%2Fad-block-remind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281902468,"owners_count":26581164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T13:29:27.361Z","updated_at":"2025-10-30T23:45:32.013Z","avatar_url":"https://github.com/nicejade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAD BLOCK REMIND\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    🌌 基于 Web Component 所构建的组件服务，用以检测是否拦截 Google 广告（如安装了 Chrome Adblock 扩展），如有则弹框提醒请加白名单。\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/nicejade/ad-block-remind\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/nicejade/ad-block-remind.svg\" alt=\"LICENSE\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://nicelinks.site/member/admin\"\u003e\u003cimg src=\"https://img.shields.io/badge/Author-nicejade-%23a696c8.svg\" alt=\"Author nicejade\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## 目标与哲学\n\nWeb Component 是一种创建**封装的**、**可复用的**、可扩展的、能组合的网页 UI (user interface) 组件的标准化方式。Web 开发者们，通过插件或者模块的形式，在网上分享自己的代码，便于其他开发者们复用这些优秀的代码。相对于 [Vue](https://nicelinks.site/post/5b1a221c0526c920d6dfaada)、[React](https://nicelinks.site/post/5b1294b5e93ed2618cfac134)，具有更简单的 API，以及更小的构建尺寸。因此，有开发一个简单微组件（Web Component 编写、Rollup 构建、jsDelivr 承载），用以方便在其他网页中插入。\n\n## 如何使用\n\n引入 js 资源：\n\n```js\n\u003cscript src=\"https://image.nicelinks.site/ad-block-remind-min.js\"\u003e\u003c/script\u003e\n```\n\n在合适的位置添加组件：\n\n```html\n\u003cad-block-remind /\u003e\n```\n\n在线示例效果，请参见[静轩之别苑](https://quickapp.lovejade.cn/)。\n\n![检测是否拦截 Google 广告](https://lovejade.oss-cn-shenzhen.aliyuncs.com/ad-block-remind-quickapp.lovejade.cn.png)\n\n## 参与开发\n\n```bash\ngit clone https://github.com/nicejade/ad-block-remind.git\ncd ad-block-remind\n# 安装依赖\nyarn\n\n# 运行代码\nyarn start\n```\n\n## 相关链接\n\n- [**倾城之链**](https://nicelinks.site?utm_source=github-nicelinks)\n- [About Me](https://about.me/nicejade?utm_source=github-nicelinks)\n- [个人博客](https://jeffjade.com/nicelinks?utm_source=github-nicelinks)\n- [静轩之别苑](https://quickapp.lovejade.cn/?utm_source=github-nicelinks)\n- [静晴轩别苑](https://nice.lovejade.cn/?utm_source=github-nicelinks)\n- [吾意静晴轩](https://docz.lovejade.cn/?utm_source=github-nicelinks)\n- [天意人间舫](https://blog.lovejade.cn/?utm_source=github-nicelinks)\n- [新浪微博](https://weibo.com/jeffjade?utm_source=github-nicelinks)\n- [知乎主页](https://www.zhihu.com/people/yang-qiong-pu/)\n- [简书主页](https://www.jianshu.com/u/9aae3d8f4c3d)\n- [SegmentFault](https://segmentfault.com/u/jeffjade)\n- [Twitter](https://twitter.com/nicejadeyang)\n- [Facebook](https://www.facebook.com/nice.jade.yang)\n\n| 微信公众号 | 前端微信群 | 推荐 Web 应用 |\n| --- | -- | --- |\n| 😉 静晴轩 | ✨ 大前端联盟 | 🎉 倾城之链 |\n| ![静晴轩](https://image.nicelinks.site/qrcode_jqx.jpg) | ![倾城之链](https://image.nicelinks.site/wqycx-weixin.png?ver=1) | \u003cimg src=\"https://image.nicelinks.site/nice-links.png\" width=\"300px\" alt=\"倾城之链\"\u003e\u003c/img\u003e |\n\n## 许可执照\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2022-present, [晚晴幽草轩轩主](https://nicelinks.site/member/admin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicejade%2Fad-block-remind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicejade%2Fad-block-remind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicejade%2Fad-block-remind/lists"}