( function() { var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1, is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1, is_ie = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1; if ( ( is_webkit || is_opera || is_ie ) && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); } }, false ); } })(); /* playback timings (ms): LoadShardBlock: 33.338 (3) esindex: 0.008 captures_list: 50.521 CDXLines.iter: 12.417 (3) PetaboxLoader3.datanode: 33.236 (4) exclusion.robots: 0.265 exclusion.robots.policy: 0.253 RedisCDXSource: 1.679 PetaboxLoader3.resolve: 28.888 load_resource: 36.263 */