You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greasemonkey/Tampermonkey is only necessary for the userscript, which
itself isn't necessary just to use Skewer. The run-skewer command
already injects Skewer into the page, and you can include the script in
any pages you control. The only steps you care about in this case are in
the README under "Manual version."
Oh, really. Thank you. But if you need to reload original localhost:8080, you will get 2 results any time you run js code (one from original "remote" localhost:8080, other from plain js process) until you close skewer localhost:8081 tab.
For example, there is an application running on
localhost:8080
.The steps to communicate to this "external" site.
.emacs
greasemonkey
for Firefox ortampermonkey
for Chrome.skewer-everything.user.js
script.run-skewer
(get new tab for localhost:8081)skewer-repl
localhost:8080 tab
in browserIs there are any simpler way?
The text was updated successfully, but these errors were encountered: