HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/meysamkiani.com/root/wp-content/themes/libretto/js/skip-link-focus-fix.js
(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) && 'undefined' !== typeof(document.getElementById)) {
		var eventMethod = (window.addEventListener) ? 'addEventListener' : 'attachEvent';
		window[eventMethod]('hashchange', function() {
			var element = document.getElementById( location.hash.substring( 1 ) );

			if (element) {
				if ( ! / ^(?:a|select|input|button|textarea)$/i.test( element.tagName )) {
					element.tabIndex = -1; }

				element.focus();
			}
		}, false);
	}
})();