#### 2 variations virtually the same *friendly formatted* ☑ (copy and paste to address bar or drag to bookmark bar. You *must* copy the *javascript:* too it *is* important and browsers may clip it off when pasting...if that happens just retype it, no http:// or https:// nec.) ➕ ver 1: ```js javascript:!function $(){var bs='\n',p='origin: '+window.location.origin+bs,a='title: '+document.title +bs,g='href: '+ location.href+bs,e='hash: '+location.hash+bs,i='agent: '+navigator.appVersion +bs,n='last mod: '+document.lastModified+bs,f='current: '+Date() +bs+bs,o='javascript: ' +bs+'!'+$+'()',str=p+a+g+e+i+n+f+o;console.log(str);window.alert(str);}() ``` ➕ ver 2: ```js javascript:(function $(){var bs='\n',p='origin: '+window.location.origin +bs,a='title: '+document.title +bs,g='href: '+location.href +bs,e='hash: '+location.hash +bs,i='agent: '+navigator.appVersion +bs,n='last mod: '+document.lastModified +bs,f='current: '+Date() +bs+bs,o='javascript: ' +bs+'('+$+')()';var str=p+a+g+e+i+n+f+o;console.log(str);window.alert(str);})() ``` *contains trivial alterations for syntax readability :shipit: @deadflowers, @r.kooyenga