Post date: Apr 6, 2015 2:36:44 PM
Click this bookmarklet and every time you press F2 function key, you can run a bit of javascript.
Why not just use the Element inspector/console? pressing F2 is faster.
javascript:document.body.onkeydown=function(e){if (e.keyCode==113){alert(eval(prompt()));e.preventDefault()}}