LibreChat Shortcuts + Token Counter

Press Alt+S to click toggle-left-nav button on localhost:3080

这些是代码更新过的版本。 显示所有版本

  • v2.5 2025-04-12

    Alt+c also strips markdown

  • v2.4 2025-04-10
  • v2.3 2025-04-10
  • v2.2 2025-04-10
  • v2.1 2025-04-10

    // === Shortcut Keybindings ===
    // Alt+S → Toggle sidebar (clicks #toggle-left-nav)
    // Alt+N → New chat (clicks button[aria-label="New chat"])
    // Alt+T → Scroll to top of message container
    // Alt+Z → Scroll to bottom of message container
    // Alt+w → Focus Chat Input
    // Alt+c → Click Copy on lowest message
    // Alt+x → Select and copy, cycles visible essages
    // Alt+A → Scroll up one message (.message-render)
    // Alt+F → Scroll down one message (.message-render)
    // Just start typing to go to input chatbox

    // Alt+r → refresh cost for conversation
    // Alt+u → update the token cost per million

  • v2.0 2025-04-10

    // ==UserScript==
    // @name LibreChat Shortcuts + Token Counter
    // @namespace http://tampermonkey.net/
    // @version 2.0
    // @description Press Alt+S to click toggle-left-nav button on localhost:3080
    // @author bwhurd
    // @match http://localhost:3080/*
    // @grant none
    // @run-at document-end
    // ==/UserScript==

    // === Shortcut Keybindings ===
    // Alt+S → Toggle sidebar (clicks #toggle-left-nav)
    // Alt+N → New chat (clicks button[aria-label="New chat"])
    // Alt+T → Scroll to top of message container
    // Alt+Z → Scroll to bottom of message container
    // Alt+w → Focus Chat Input
    // Alt+c → Click Copy on lowest message
    // Alt+x → Select and copy, cycles visible essages
    // Alt+A → Scroll up one message (.message-render)
    // Alt+F → Scroll down one message (.message-render)

    // Alt+r → refresh cost for conversation
    // Alt+u → update the token cost per million

  • v1.9.2 2025-03-31
  • v1.9.1 2025-03-31
  • v1.9.0 2025-03-31
  • v1.8.1 2025-03-28
  • v1.8 2025-03-28

    override default chrome shortcuts now

  • v1.7 2025-03-28

    See description.

  • v1.5 2025-03-28

    See description.

  • v1.0 2025-03-28

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址