0

I'm looking for a sample bookmarklet code that:

  • Inject jQuery
  • Setup Socket.IO and start listening for messages

The idea is to send websocket messages to the page, that will be transformed into keypress events.

Jean-Philippe Encausse
  • 1,491
  • 2
  • 22
  • 40

1 Answers1

-1

I build my own bookmarklet based on this code: https://gist.github.com/2897748

I include jQuery and Socket.IO and everything is fine

Jean-Philippe Encausse
  • 1,491
  • 2
  • 22
  • 40