Elektrine lite

← Feed

@blinry@chaos.social

Post #2981914

2026-02-15 16:22 UTC

There's a couple more, like copy(), which copies its argument to your clipboard, or keys(), an abbreviation for Object.keys(). If you ever forget these console helpers, you can run :help to open the page of the documentation that explains them! https://firefox-source-docs.mozilla.org/devtools-user/web_console/helpers/

Replies (1)

  • @blinry@chaos.social 2026-02-15 16:37

    There's a built-in multi-line editing mode! Press Ctrl+B to turn it on. Seems useful to write longer expressions. This mode shares its history with the regular one-line mode.

    Open ##2981915