Great plugin, minor error: line 6 in /inc/stray_ajax.php should use isset() to check for the existence of $_POST["action"].
I've not noticed a problem with the functionality, but I'm getting a lot of PHP notices in my error log from this. I prefer to keep notices in the reporting, so I've added isset() as described above. It'd be nice if the next release included it :)