AI 产品解读Removes risk/warning popups on cnfans.com and appends an affiliate referral parameter (ref=27510) to URLs
Improves the browsing experience on CNFans by removing intrusive warning modals, fixing scroll/overflow issues caused by the site's CSS, and automatically adding the author's affiliate tracking code to URLs
On installation, the content script runs on cnfans.com pages. On first visit, it shows an in-page acceptance dialog. After acceptance, it removes any risk modals, fixes the HTML overflow style, and appends ref=27510 to the URL. A MutationObserver continuously monitors for new modals or style changes and re-applies modifications. The popup provides a refresh button and info about the extension's functionality.
Removes CNFans risk warning modals (div[role="none"].n-modal-body-wrapper)Fixes HTML overflow:hidden CSS issue on the pageAppends ref=27510 affiliate parameter to all cnfans.com URLsUses MutationObserver to continuously detect and remove newly appearing modalsFirst-time user acceptance dialog stored in localStorage
- 目标用户
- CNFans shoppers who want a cleaner browsing experience / Affiliate marketers wanting to ensure their ref=27510 code is always present on CNFans links
- The extension only modifies the client-side DOM of cnfans.com; we did not test the actual behavior on the live site. The affiliate ref=27510 parameter is hardcoded and the extension author's identity is unknown. The extension's behavior depends on CNFans' DOM structure remaining consistent.
付费分析未识别到付费功能
The extension is entirely free. There are no references to payment platforms, subscription plans, premium tiers, or billing anywhere in the source code. The 'pro' keyword hits in the static scan were false positives: 'MutationObserver' (code), 'problemas'/'proyecto'/'problema' (Spanish words in README.md meaning 'problems/project/problem'), and 'payload' in verified_contents.json. The extension adds an affiliate link suffix (ref=27510) which benefits the author but does not charge users.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself does not implement any login mechanism. It uses only localStorage for a first-time acceptance flag. The destination service (cnfans.com) likely requires login for shopping, but the extension's core workflow (removing popups, fixing overflow, appending affiliate ref=27510 to URLs) operates purely on the client side without requiring the extension to authenticate. The extension does not redirect to a login page or manage credentials.