If you could arbitrarily execute JavaScript code on somebody else's computer in the context of the web pages they visited, what would be a good prank to pull? (Hopefully, nothing too malicious. . . .)
--
Lunches rotate cities on Wednesdays. Meets on the first thrusday of each month http://utahjs.com/location/
---
You received this message because you are subscribed to the Google Groups "Utah JavaScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utahjs+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/utahjs?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
$("img").each(function() {var $img = $(this);$img.attr("src", "http://placekitten.com/" + $img.width() + "/" + $img.height());});
You received this message because you are subscribed to a topic in the Google Groups "Utah JavaScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/utahjs/hVCIKUYCWqg/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to utahjs+un...@googlegroups.com.
$("img").each(function() {var $img = $(this);$img.attr("src", "http://placekitten.com/" + $img.width() + "/" + $img.height());});
--