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.
I'm looking for a sample bookmarklet code that:
The idea is to send websocket messages to the page, that will be transformed into keypress events.
I build my own bookmarklet based on this code: https://gist.github.com/2897748
I include jQuery and Socket.IO and everything is fine