您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
11/17/2023, 8:26:39 PM
// ==UserScript== // @name Shortcut to toggle Watchlist - tradingview.com // @namespace Violentmonkey Scripts // @match https://www.tradingview.com/chart/*/ // @grant none // @version 1.0 // @author - // @description 11/17/2023, 8:26:39 PM // @require https://cdn.jsdelivr.net/npm/@violentmonkey/shortcut@1 // ==/UserScript== // Toggle watch when command|window key + letter b is clicked. // Just change m-b to your desired key combo. // To find the key combo, // 1. go to https://violentmonkey.github.io/vm-shortcut/ // 2. Press your key combo // 3. The webpage will show the key combo. Copy that and replace 'm-b' VM.shortcut.register('m-b', () => { document.querySelector('[aria-label="Watchlist, details and news"]').click(); });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址