Also it’s probably worth mentioning that it’s still somewhat dangerous to run arbitrary code without looking at it. The widget works by creating an <iframe>
tag with a page that runs your code, so it’s at least isolated from the rest of your page and is probably more secure than eval()
ing the code directly, but proceed with caution still
4 Likes