AI 产品解读Xueqiu Homepage Feed Cleaner and Watchlist Enhancer
The default Xueqiu feed is cluttered with low-value news articles that push aside useful content from followed users and stocks. Additionally, key valuation metrics like P/E ratios are not prominently displayed in the watchlist.
The extension injects a content script into *.xueqiu.com pages. It periodically scans the DOM to hide elements labeled as 'News' in the timeline. It also monitors the watchlist table, extracts stock symbols, fetches real-time quote data including P/E ratios via Xueqiu's internal API, and updates the table headers and cells to display these metrics.
Removes 'News' items from the Xueqiu homepage feedAdds Static PE (Price-to-Earnings) column to the watchlistAdds Forecast PE column to the watchlistHighlights high (>40) or negative PE values in grey
- 目标用户
- Xueqiu (Snowball Finance) users / Stock investors tracking Chinese markets
- The extension relies on Xueqiu's internal DOM structure and API endpoints which may change without notice, potentially breaking functionality.
付费分析未识别到付费功能
The extension is a free utility script that modifies the Xueqiu website's UI. It contains no code related to payments, subscriptions, or premium feature gating.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself does not require a separate login. It runs as a content script on Xueqiu.com. While it uses `credentials: 'include'` to fetch stock data (relying on the user's existing Xueqiu session cookies), the extension does not enforce its own authentication or gate features behind a login wall. A user can install and use the basic feed-cleaning feature without logging into Xueqiu, although the PE data feature requires a logged-in state on the destination site.