skewer-mode works perfectly with their default demo page
(http://127.0.0.1:8080/skewer/demo
). I'm able to send commands from
skewer-repl
like alert('hello world')
and it appears on that particular URL.
Now, how to make the same functionality to work with external sites ?
I have already injected the greasemonkey
script
in the external site but it doesn't seem to work for me. The problem
is that skewer-repl
seems to only interact with it's demo url:
http://127.0.0.1:8080/skewer/demo
. Is there a way to make it work
with external sites ?