您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
YM Real Price: An unofficial script for market.yandex.ru that displays each item’s original price directly on the list page. This script is not affiliated with or endorsed by Yandex. It runs entirely on the client side—parsing only publicly available DOM data—without using any private APIs or collecting/transmitting your personal information. Use at your own risk: changes to Yandex.Market’s page structure may break functionality, and the author accepts no liability for any resulting damages.
YM Real Price is an unofficial userscript for Yandex.Market that injects each item’s original (strikethrough) price directly into search results, scrollboxes, recommendation rolls and carousels.
⚠️ Disclaimer
- Unofficial: not affiliated with or endorsed by Yandex.
- Client-side only: parses publicly available DOM data, no private APIs, no personal data collected or transmitted.
- Use at your own risk: changes to Yandex.Market’s HTML may break the script.
- License: MIT.
https://market.yandex.ru/*
page and see the original prices appear.If you need to tweak which elements or zones are targeted, edit these constants in the script header:
const SELECTOR_LINK = '[data-auto="snippet-link"]';
const SELECTOR_OLD_PRICE = '[data-auto="snippet-price-old"]';
const SELECTOR_CONTAINERS = [
'[data-zone-name="ScrollBox"]',
'[data-zone-name="searchPage"]',
'[data-zone-name="RecommendationRoll"]',
'[data-zone-name="carouselWithLogo"]'
].join(',');
const ZONE_PRICE = 'price';
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址