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

poi-plugin-slot-hide

v1.0.9

Published

Hide selected Kantai Collection equipment types from the remodel equipment picker, with per-item improvement retention rules.

Readme

装备隐藏管理

v1.0.1

  • 装备列表保留全部玩家侧主数据,包括当前未持有装备。
  • 按 KC 客户端自己的 ENEMY_SLOT_BORDER = 1500 规则,排除 mstID > 1500 的深海侧装备。

v1.0.2

  • 装备列表底部增加可拖动高度手柄。
  • 高度限制为 300–760px,避免无限拉伸。
  • 列表增加底部留白,低分辨率下最后一行也可完整滚动显示。
  • 调整后的高度会记住。

v1.0.3

  • 修复低分辨率/上下分屏时装备列表底部被裁切的问题。
  • 列表不再使用 100vh 或固定 300–760px 高度。
  • 直接使用 POI 插件面板剩余高度,并提供始终可拖动的垂直滚动条。

v1.0.4

  • 分类批量 Toggle Popup 增加独立、始终可拖动的垂直滚动条。
  • Popup 高度限制在当前插件面板内,标题固定,列表单独滚动。

v1.0.5

  • 在“全部”和“已隐藏”之间新增“仅持有”筛选。
  • “仅持有”根据 POI info.equips 中当前账号实际持有的 api_slotitem_id 过滤主装备列表。
  • 分类 Popup 的批量隐藏 / 批量改修保留仍然基于全部玩家侧装备,不受“仅持有”筛选影响。
  • 持有装备变化后页面会自动更新。

v1.0.6

  • fix typo

v1.0.7

  • 新增全局 MAX 重复装备显示上限。
  • MAX 在现有“隐藏 / 改修保留”规则之后执行,并保留 KC 官方排序后的前 N 件,不自行重排。
  • 导入 / 导出规则现在同时包含 maxEnabledmaxCount

v1.0.8

  • 更改排序顺序为星级优先。

v1.0.9

  • 修复分辨率继承错误, 导致在低分辨率下无法正确显示装备列表的问题。