简体中文 | English
A collection of browser userscripts for real daily workflows: Binance Futures helpers, market data panels, valuation overlays, page automation, and m3u8 media workflows.
This repository is the source of truth and distribution point for the scripts. Generated install files live under scripts/*.user.js, while migrated scripts keep their editable source under src/.
- Users who manage browser scripts with Tampermonkey.
- Traders who want lightweight Binance Futures page helpers and data panels.
- Users who want repeatable browser automation without installing a full extension.
- Developers who prefer readable, non-minified userscripts that can be audited and modified.
- Scripts are readable and intentionally not minified.
- Binance-related scripts do not store API keys and do not request withdrawal permissions.
- Order-entry helpers do not replace Binance's own final confirmations or platform risk controls.
- Validate behavior with small size and non-critical positions before using trading-page helpers.
- Confirm
@updateURLand@downloadURLpoint to this repository's raw install URLs before installing.
| Script | Target | Description | Source of truth | Install |
|---|---|---|---|---|
| Binance orderbook one-click order entry | Binance Futures | Click an orderbook price, infer the current open/close tab, fill quantity, and submit an order with a multiplier panel | This repository | Install |
| Binance Futures data panel | Binance Futures | Overlay open interest, long/short ratios, funding rate, basis, and directional signals | This repository | Install |
| Binance CoinMarketCap data panel | Binance Futures | Show CoinMarketCap valuation, supply, and liquidity data for the current symbol | This repository | Install |
| Auto refresh | Any page | Refresh selected pages on a configurable schedule | This repository | Install |
| CoinMarketCap valuation labels | CoinMarketCap | Label and highlight circulating market cap and FDV / total valuation in the Chinese UI | This repository | Install |
| m3u8 downloader | Video pages | Enhanced m3u8 detection and export workflow for allowlisted video sites | This repository | Install |
- Infers direction from the current open/close tab.
- Provides a quantity multiplier panel.
- Handles orderbook display precision, available quantity, current orders, and ladder order boundaries.
- Designed for manual traders who frequently inspect the orderbook and submit limit orders.
- Aggregates open interest, account/position ratios, taker ratio, funding rate, and basis.
- Displays values and simple directional signals inside the trading page.
- Reduces context switching between Binance and external data pages.
- Detects and exports m3u8 media sources for allowlisted sites.
- Supports Brooks media indexing, retry flows, pause/resume state, and active runtime tracking.
- Keeps repeated media export work in a maintainable userscript workflow.
npm install
npm testBuild all migrated scripts:
npm run build:userscriptsBuild Binance scripts only:
npm run build:binance-userscripts- Each script has exactly one source of truth.
src/binance-orderbook-trade/,src/binance-trading-data/,src/binance-coinmarketcap-data/, andsrc/m3u8-downloader/are source directories for the corresponding generated scripts.- Public install entry points remain generated files under
scripts/*.user.js. - Do not copy script source into secondary repositories.
- Bump
@versionwhen behavior changes. - Keep
@updateURLand@downloadURLpointing to raw files in this repository.
MIT. See LICENSE.
