Eval JavaScript expressions and live-reload scriprs in Chrome from Emacs buffers.
Open your Chrome with remote debugging enabled:
open -a "Google Chrome" --args "--remote-debugging-port=9222"
Require the package:
(require 'wooky)
In your buffer of choice run the command:
<M-x> wooky-mode
- C-x w e to evaluate region or expression at point
- C-x w u to live-update the script
Inspired by and borrowed code from: