npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cnb-plus-plugin

v1.2.6

Published

Make cnb great again!

Readme

cnb-plus-plugin

Tampermonkey 用户脚本:让 cnb.cool 更好用!

功能简介

  • 自动检测仓库页面,插入筛选复选框
  • 支持"只看自己仓库"(按用户名前缀筛选)
  • 支持"只看私有仓库"筛选
  • 可在设置面板自定义默认筛选行为
  • 页面左下角浮窗显示最近 3 个版本号(可关闭)
  • 兼容前端路由和动态加载
  • 自动将自己的用户名和仓库排在下拉选择框最前面并自动选择(可关闭)
  • 组织列表页面自动将置顶的组织排在最前面(可关闭)

快速开始

  1. 安装 Tampermonkey 浏览器扩展。
  2. 打开 cnb-plus-plugin.user.js 脚本文件,点击"安装"。
  3. 访问 https://cnb.cool/,刷新页面即可体验增强功能。

使用说明

  • 仓库搜索框上方会出现两个筛选复选框:
    • 只看 <你的用户名>:只显示以你用户名开头的仓库
    • 只看私有:只显示私有仓库
  • 可在右侧浮动面板的"通用设置"中自定义默认勾选状态
  • 版本号浮窗可在设置中关闭
  • 自动选择自己的仓库:在涉及仓库/组织下拉选择时,会自动将你的用户名和仓库排在最前面,并自动选择第一个(可在设置中关闭)
  • 自动排序置顶组织:在组织列表页面(/u/*/groups)自动将已置顶的组织排在最前面(可在设置中关闭)

配置项

  • 自动勾选"只看自己仓库"(默认关闭)
  • 自动勾选"只看私有仓库"(默认关闭)
  • 显示版本号浮窗(默认开启)
  • 自动选择自己的仓库(默认开启,可关闭)
  • 自动排序置顶组织(默认开启,可关闭)

技术说明

开发&贡献

作者:haorwen

特别感谢:valetzx