Hi Aaron,
Thanks for this, a useful replacement for Mozzila’s x-ray for learning, teaching and playing with the web.
I wondered about using this on iOS and found I could make the simplest of shortcuts.
document.designMode='on';
completion();
I’ve not used a shortcut for running JavaScript in mobile Safari before so useful to learn about completion()