AI 产品解读Adjust the scrolling speed of Misskey timelines by randomly filtering out notes.
Misskey timelines can scroll too quickly, making it hard for users to read posts. This extension allows users to reduce the effective speed by hiding a percentage of notes, giving more time to read each post.
1. User installs the extension. 2. User opens the Misskey website and logs in. 3. User clicks the extension icon to open the popup. 4. User adjusts sliders for Home, Local, Social, and/or Global timelines to desired speed percentages (0-100%). 5. Settings are saved to chrome.storage.sync. 6. User reloads the Misskey page. 7. The content script applies the speed adjustment by randomly hiding notes based on the configured percentages.
Adjustable speed reduction for Home, Local, Social, and Global timelines independentlySettings persisted via chrome.storage.syncRandomized note filtering to maintain natural-looking feed flowSupports both Deck UI and single-column UI layouts
- 目标用户
- Misskey users who find timelines scrolling too fast / Japanese-speaking Misskey community members
- The extension targets Misskey's specific DOM structure (CSS class selectors like 'xnksy', 'xeiRC', etc.), which may break if Misskey updates its frontend. The README acknowledges this: '他のサーバーでは上手く動作しないことがあります' (may not work well on other servers).
- Analysis is based on static code inspection; actual runtime behavior on a live Misskey instance was not tested.
付费分析未识别到付费功能
The extension is completely free and open-source (MIT License). There is no code related to payments, subscriptions, premium features, or billing. The keyword 'pro' matched in the static analysis was a false positive from CSS font-family names ('Hiragino Maru Gothic Pro') and JavaScript Promise usage, not paid features.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a content script for Misskey (a social media platform). The core functionality—adjusting the timeline speed—only works when the user is logged into their Misskey account and viewing their timeline. Without a Misskey account and login, the extension has no DOM elements to interact with and provides no utility. The extension itself does not implement its own login UI; it relies entirely on the destination service's authentication.