It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.ultimate-guitar.com/u/citygoal56

  1. <!doctype html>
  2. <html lang="en">
  3. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
  4.    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5.  
  6.    <title>citygoal56 | Ultimate-Guitar.Com</title>
  7. <meta name="description" content="citygoal56 profile, shots and blogs at Ultimate-Guitar.Com | Guitar Community">
  8. <meta name="keywords" content="">
  9.                    
  10. <link rel='preload' href='https://www.ultimate-guitar.com/static/public/build/ug_react/vendor.42c682c53dfa620afd524088a54cc59c.js' importance='high' as='script'></link>    <link rel='preload' href='https://www.ultimate-guitar.com/static/public/build/ug_react/202405/4578.c72e9f5ef769f5bc05babbb984f5386f.js' importance='high' as='script'></link>            <link rel='preload' href='https://www.ultimate-guitar.com/static/public/build/ug_react/ug~runtime.d215fbb996479969c0ee2d8d4a4bada0.js' importance='high' as='script'></link>        <link rel='preload' href='https://www.ultimate-guitar.com/static/public/build/ug_react/ug.0ab53918719d2bc119e5109dd64c9741.js' importance='high' as='script'></link>                        <link rel="preconnect" href="https://fonts.googleapis.com/">
  11.                    <meta name="viewport" class="js-viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
  12.        <script>
  13.            (function() {
  14.                var viewport = document.querySelector('.js-viewport');
  15.                var date = new Date();
  16.                date.setFullYear(date.getFullYear() + 1);
  17.                function setViewport() {
  18.                    var isLargeViewport = (screen.availWidth > 1300 || screen.availHeight > 1300) && window.matchMedia("(orientation: landscape)").matches;
  19.                    viewport.setAttribute('content', isLargeViewport ? 'width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no' : 'width=1280, minimum-scale=0.1, maximum-scale=5.0');
  20.                    document.cookie = '_ug_small_screen=' + (isLargeViewport ? 0 : 1) +';path=/;domain=.ultimate-guitar.com;expires=' + date.toUTCString() + ';';
  21.                }
  22.                setViewport();
  23.                window.matchMedia("(orientation: landscape)").addEventListener('change', setViewport)
  24.            })()
  25.        </script>
  26.        <meta name="csrf-param" content="_csrf">
  27. <meta name="csrf-token" content="jhSlg_ytHgN3kPDayD1mRvLsJ_60AaH2GUNMnBiCKWHgVcnkmvR9NgHSnqDxUSMLlaJdi4RJ0YxdLn3dbtNuFQ==">
  28.            <link rel="search"
  29.    type="application/opensearchdescription+xml"
  30.    href="//www.ultimate-guitar.com/static/opensearch/opensearch.xml"
  31.    title="Ultmate-Guitar tabs & chords search" />    <meta name="theme-color" content="#272727">
  32.    
  33.    <link rel="manifest" href="/manifest_new.json">
  34. <link rel="icon" type="image/x-icon" href="/static/public/img/product_icons/ug/favicon.ico">
  35. <link rel="shortcut icon" type="image/png" href="/static/public/img/product_icons/ug/favicon.png" />
  36. <link rel="apple-touch-icon" sizes="32x32" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-48x48_ver2.png" />
  37. <link rel="apple-touch-icon" sizes="48x48" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-48x48_ver2.png" />
  38. <link rel="apple-touch-icon" sizes="72x72" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-72x72_ver2.png" />
  39. <link rel="apple-touch-icon" sizes="96x96" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-96x96_ver2.png" />
  40. <link rel="apple-touch-icon" sizes="144x14" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-144x144_ver2.png" />
  41. <link rel="apple-touch-icon" sizes="192x192" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-192x192_ver2.png" />
  42. <link rel="apple-touch-icon" sizes="512x512" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-512x512_ver2.png" />
  43. <meta name="application-name" content="Ultimate Guitar" />
  44.    
  45.        <script>
  46.        var sentryMethodsToSave = ['setUser', 'setTag', 'setTags', 'setExtra', 'setExtras', 'addBreadcrumb', 'setContext'];
  47.        window.Sentry = {
  48.            _lazy: true
  49.        };
  50.        var sentryLazyCallsQueue = [];
  51.        var sentryLazyHandler = function () {
  52.            var args = Array.prototype.slice.call(arguments)
  53.            var methodName = args[0];
  54.            var rest = args.slice(1);
  55.  
  56.            sentryLazyCallsQueue.push([methodName, rest])
  57.        };
  58.  
  59.        sentryMethodsToSave.forEach(function (methodName) {
  60.            window.Sentry[methodName] = sentryLazyHandler.bind(this, methodName);
  61.        });
  62.  
  63.        function applySentryLazyData() {
  64.            if (!sentryLazyCallsQueue) return;
  65.  
  66.            for (var i = 0; i < sentryLazyCallsQueue.length; i++) {
  67.                var args = sentryLazyCallsQueue[i];
  68.                var methodName = args[0];
  69.                var restArgs = args[1];
  70.                var method = window.Sentry[methodName];
  71.  
  72.                method && typeof method === 'function' && method.apply(window.Sentry, restArgs);
  73.            }
  74.  
  75.            sentryLazyCallsQueue = undefined;
  76.        }
  77.  
  78.        var errors = window.APPERROR ? (window.APPERROR.errors || []) : []
  79.        var UGERROR = {
  80.            errors,
  81.            loggerLoaded: false,
  82.        };
  83.        var oldOnError = window.onerror;
  84.        var loadScript = function (src, resolve) {
  85.            UGERROR.loggerLoaded = true;
  86.            var script = document.createElement('script');
  87.            script.async = true;
  88.            script.type = 'text/javascript';
  89.            script.src = src;
  90.  
  91.            var changeState = function () {
  92.                if (!loaded) {
  93.                    resolve()
  94.                    loaded = true;
  95.                }
  96.            };
  97.            var loaded;
  98.  
  99.            script.onreadystatechange = changeState;
  100.            script.onload = changeState;
  101.  
  102.            var node = document.getElementsByTagName('script')[0];
  103.            node.parentNode.insertBefore(script, node);
  104.        };
  105.  
  106.        UGERROR.loadErrorLogger = function (release) {
  107.            var whitelistUrls = [
  108.                new RegExp('https://www.ultimate-guitar.com/static/public'),
  109.            ];
  110.  
  111.            if (window.location.pathname !== '/') {
  112.                whitelistUrls.push(new RegExp(window.location.href))
  113.            }
  114.  
  115.            var tags = {
  116.                source: 'ug',
  117.                country: 'US',
  118.                isProUser: false,
  119.                isAuthenticated: false,
  120.                userId: '0',
  121.            };
  122.  
  123.            !UGERROR.loggerLoaded && loadScript('https://www.ultimate-guitar.com/static/public/build/sentry_0_0_2/sentry_ver1716128721.js', function () {
  124.                console.log('[sentry]:', 'bundle successfully loaded')
  125.                window.onerror = oldOnError;
  126.  
  127.                window.initSentry({
  128.                    dsn: 'https://71cf858585c249f5b0f360c3ab811c84@sentry10.ultimate-guitar.com/7',
  129.                    release: release,
  130.                    allowUrls: whitelistUrls
  131.                });
  132.  
  133.                window.Sentry.setTags(tags);
  134.                window.Sentry.setUser({
  135.                    userId: '0'
  136.                });
  137.                window.Sentry.setContext('Client a/b variations', []);
  138.  
  139.                applySentryLazyData();
  140.  
  141.                var messages = UGERROR.errors.map(function (err) {
  142.                    return err[0];
  143.                });
  144.                UGERROR.errors
  145.                    .filter(function (error, index) {
  146.                        return messages.indexOf(error[0]) === index;
  147.                    })
  148.                    .forEach(function (args) {
  149.                        var error = args[0];
  150.  
  151.                        if (args.length > 1) {
  152.                            window.onerror.apply(this, args);
  153.                        } else if (typeof error === 'string') {
  154.                            window.Sentry.captureMessage(error, 'error');
  155.                        } else {
  156.                            if (error === undefined) {
  157.                                error = new Error('Caught undefined error');
  158.                            }
  159.  
  160.                            window.Sentry.captureException(error);
  161.                        }
  162.                    });
  163.            })
  164.        };
  165.  
  166.        function loadSentry() {
  167.            if (UGERROR.hasFirstError) {
  168.                return
  169.            }
  170.  
  171.            function load() {
  172.                UGERROR.loadErrorLogger("ug-web_app_1.07.02");
  173.            }
  174.  
  175.            if (document.readyState === 'complete') {
  176.                load();
  177.            } else {
  178.                window.addEventListener('load', load)
  179.            }
  180.            UGERROR.hasFirstError = true
  181.        }
  182.  
  183.        if (UGERROR.errors && UGERROR.errors.length > 0) {
  184.            loadSentry()
  185.        }
  186.  
  187.        window.onerror = function () {
  188.            UGERROR.errors.push(arguments);
  189.            oldOnError && oldOnError.apply(this, arguments);
  190.  
  191.            var message = typeof arguments[0] === 'object' && arguments[0].message
  192.            if (typeof message === 'string' && message.toLowerCase().indexOf('loading chunk') && window.UGAPP.trigger) {
  193.                window.UGAPP.trigger('globalEvent:YM:metrica', 'Chunk Load Error')
  194.            }
  195.  
  196.            loadSentry();
  197.        };
  198.    </script>
  199.                    <script>
  200.        (function () {
  201.            if ('serviceWorker' in navigator) {
  202.                window.addEventListener('load', function() {
  203.                    window.navigator.serviceWorker.getRegistrations().then(function(registrations) {
  204.                        registrations.forEach(function(registration) {
  205.                            if (
  206.                                registration.active.scriptURL.indexOf('sw_ug.js') !== -1
  207.                                ||
  208.                                registration.active.scriptURL.indexOf('sw_ug_v2.js') !== -1
  209.                            ) {
  210.                                registration.unregister()
  211.                            }
  212.                        })
  213.                    })
  214.                    window.navigator.serviceWorker.register('/sw_ug_v3.js').catch(function(error) {})
  215.                })
  216.            }
  217.        })()
  218.    </script>
  219.                                    
  220.    <link rel="preload" href="https://www.ultimate-guitar.com/static/public/fonts/ug/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2" as="font" type="font/woff2" crossorigin="anonymous">
  221.    <link rel="preload" href="https://www.ultimate-guitar.com/static/public/fonts/ug/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0me8iUI0.woff2" as="font" type="font/woff2" crossorigin="anonymous">
  222.  
  223.  
  224.    
  225.    
  226.                <link rel="preload" href="https://cdn.ustatik.com/storage/marketing/images/a/a35e092c959a889d8c36cf40ab8df5d45c4b0f10.webp" as="image" />
  227.    </head>
  228. <body
  229.    style="background-color: #111"        class=" theme_dark preferred_language__en"
  230. >
  231. <script>
  232.    var hasFirstTap = false;
  233.    (function () {
  234.        function onFirstTap () {
  235.            hasFirstTap = true
  236.            document.body.removeEventListener('touchstart', onFirstTap)
  237.        }
  238.  
  239.        document.body.addEventListener('touchstart', onFirstTap)
  240.    })()
  241. </script>
  242.  
  243.  
  244.    <div class="js-page js-global-wrapper ug-page">
  245.        </div>
  246.  
  247.  
  248. <div class="js-cmp"></div>
  249.    <div class="js-store" data-content="{&quot;config&quot;:{&quot;releaseVer&quot;:&quot;ug-web_app_1.07.02&quot;,&quot;backendReleaseVer&quot;:&quot;13.03.19&quot;,&quot;adsReleaseVer&quot;:&quot;8_14_0&quot;,&quot;renderType&quot;:&quot;react&quot;,&quot;urlFacebook&quot;:&quot;https://www.ultimate-guitar.com/user/auth/oauth?service=facebook&quot;,&quot;urlGoogle&quot;:&quot;https://www.ultimate-guitar.com/user/auth/oauth?service=google&quot;,&quot;urlApple&quot;:&quot;https://www.ultimate-guitar.com/user/auth/oauth?service=apple&quot;,&quot;main_server&quot;:&quot;ultimate-guitar.com&quot;,&quot;ps_server&quot;:&quot;plus.ultimate-guitar.com&quot;,&quot;api_web_serv&quot;:&quot;api-web.ultimate-guitar.com&quot;,&quot;static_server&quot;:&quot;https://www.ultimate-guitar.com/static&quot;,&quot;statik_cache&quot;:&quot;_ver1716128721&quot;,&quot;staticPrefix&quot;:&quot;/static&quot;,&quot;requestSchema&quot;:&quot;https&quot;,&quot;time&quot;:1716157883000,&quot;isGDPRAvailable&quot;:false,&quot;isCcpaAvailable&quot;:false,&quot;user&quot;:{&quot;id&quot;:0,&quot;uuid&quot;:0,&quot;unified_id&quot;:&quot;&quot;,&quot;session&quot;:{&quot;id&quot;:&quot;&quot;,&quot;expire_duration&quot;:300,&quot;expire_duration_dispersion&quot;:[5000,10000],&quot;enable_refresh&quot;:true,&quot;parsed_session&quot;:{&quot;version&quot;:0,&quot;id&quot;:0,&quot;updated&quot;:0,&quot;number&quot;:0},&quot;is_renew_session&quot;:false},&quot;username&quot;:&quot;Unregistered&quot;,&quot;iq&quot;:&quot;&quot;,&quot;contributorPower&quot;:false,&quot;is_bot&quot;:false,&quot;is_banned&quot;:false},&quot;isOfficeUser&quot;:false,&quot;isOfficeRequest&quot;:false,&quot;isWebp&quot;:false,&quot;isBot&quot;:false,&quot;is_mobile&quot;:false,&quot;is_tablet&quot;:false,&quot;isThemeMobile&quot;:false,&quot;isIe&quot;:false,&quot;isEs6&quot;:false,&quot;isAsia&quot;:false,&quot;socketCluster&quot;:{&quot;serviceKey&quot;:&quot;f0557aa8-2d06-43d9-9c16-f885bc710b97:main&quot;,&quot;channelPrefix&quot;:&quot;f0557aa8-2d06-43d9-9c16-f885bc710b97:main#prod&quot;,&quot;hostname&quot;:&quot;socketcluster.k8s.mu.se&quot;,&quot;port&quot;:443,&quot;channelName&quot;:&quot;e2b911c3d39e5e206f13c6dab0ac7bcc&quot;},&quot;metricaId&quot;:18746557,&quot;captcha_id&quot;:&quot;6LfCo_8SAAAAALEMHnlK18j8IemlAdvmxwRnQe2v&quot;,&quot;stripeApiKey&quot;:&quot;&quot;,&quot;country&quot;:&quot;US&quot;,&quot;countryCode&quot;:&quot;US&quot;,&quot;browserName&quot;:&quot;FeedValidator&quot;,&quot;os&quot;:&quot;&quot;,&quot;platform&quot;:4,&quot;browser&quot;:&quot;{\&quot;browser\&quot;:{\&quot;name\&quot;:\&quot;FeedValidator\&quot;,\&quot;version\&quot;:\&quot;1.3\&quot;},\&quot;device\&quot;:{\&quot;type\&quot;:\&quot;bot\&quot;}}&quot;,&quot;urlUgProAppIcon&quot;:&quot;https://www.ultimate-guitar.com/static/public/img/app_icons/icon_ug_pro_ver1716128721.png&quot;,&quot;withCritical&quot;:false,&quot;analytics&quot;:{&quot;userTrackerId&quot;:&quot;SA==&quot;},&quot;braintree&quot;:{&quot;environment&quot;:&quot;production&quot;,&quot;tokenizationKey&quot;:&quot;production_8htvrhhr_67vpx3rpxt6m5z7c&quot;,&quot;paypalClientId&quot;:&quot;ASwoeikdyflPIKFAC3U34ewfFVRE5-_p6qc1TTQG9g_sHNs3RP5Sq3pE_e7V2p0VTi-nJQuIA5ApP1XH&quot;,&quot;googlePayClientId&quot;:&quot;BCR2DN6TZPEKBZBZ&quot;},&quot;vimeo&quot;:{&quot;baseImagePath&quot;:&quot;https://cdn.ustatik.com/s3/ug.video.warm/preview/&quot;},&quot;hasStaticCache&quot;:0,&quot;rtAnalytics&quot;:{&quot;trackUrl&quot;:&quot;https://stats.ultimate-guitar.com/components/ab/event&quot;,&quot;trackingEnabled&quot;:true,&quot;forceSendEvents&quot;:[&quot;Tab Favorite Add Click&quot;,&quot;Tab Rate Click&quot;,&quot;Tab View&quot;,&quot;Tab View 12s&quot;,&quot;Tab View 60s&quot;,&quot;Tab View 120s&quot;,&quot;Tab View 180s&quot;,&quot;View&quot;],&quot;tabToolLogging&quot;:true,&quot;samplerHeartbeat&quot;:5},&quot;xtz&quot;:{&quot;isActive&quot;:true,&quot;hasAccess&quot;:true,&quot;canToggle&quot;:false,&quot;feedbackChannel&quot;:null},&quot;jinba&quot;:{&quot;customTimings&quot;:[],&quot;appLabel&quot;:&quot;profile&quot;,&quot;appLabelExp&quot;:&quot;null&quot;},&quot;metricaParams&quot;:{&quot;rights&quot;:0,&quot;proRights&quot;:0,&quot;coursesRights&quot;:0,&quot;singRights&quot;:0,&quot;u_id&quot;:&quot;SA==&quot;,&quot;auth&quot;:&quot;None&quot;,&quot;is_registered&quot;:0,&quot;ab&quot;:[]}},&quot;store&quot;:{&quot;page&quot;:{&quot;data&quot;:{&quot;profile&quot;:{&quot;name&quot;:&quot;MatthewsNapier&quot;,&quot;bio&quot;:&quot;Caring Rrn Your Classic Car\nhttps://www.cajunkyardsnearme.com/&quot;,&quot;user_id&quot;:77569859,&quot;username&quot;:&quot;citygoal56&quot;,&quot;avatar&quot;:&quot;https://www.ultimate-guitar.com/static/users/9/5/8/77569859.gif?d=d&amp;h=1716157853&quot;,&quot;usertitle&quot;:&quot;&quot;,&quot;usergroupid&quot;:2,&quot;date_updated&quot;:1664703010,&quot;artist_subscribe_count&quot;:0,&quot;shots_hit_count&quot;:0,&quot;is_avatar_exists&quot;:false,&quot;video_count&quot;:0,&quot;follower_count&quot;:0,&quot;following_count&quot;:0,&quot;restrictions&quot;:{&quot;private_profile&quot;:false,&quot;blocked_by_me&quot;:false,&quot;blocked_me&quot;:false,&quot;banned&quot;:false},&quot;date_birthday&quot;:null,&quot;stats&quot;:{&quot;view_count&quot;:361,&quot;weekly_view_count&quot;:4,&quot;daily_view_count&quot;:1,&quot;followers_count&quot;:0,&quot;followings_count&quot;:0},&quot;background&quot;:null,&quot;background_url&quot;:null,&quot;iq&quot;:10,&quot;city&quot;:&quot;&quot;,&quot;country&quot;:null,&quot;date_registered&quot;:1664701437,&quot;gender&quot;:null,&quot;user_title&quot;:&quot;MatthewsNapier &mdash; citygoal56&quot;,&quot;profile_fields&quot;:{&quot;bands&quot;:[],&quot;guitarists&quot;:[],&quot;bass_players&quot;:[],&quot;books&quot;:[],&quot;movies&quot;:[]},&quot;is_user_banned&quot;:false},&quot;user_gear&quot;:[],&quot;user_contribution&quot;:{&quot;rank&quot;:575061,&quot;forum&quot;:{&quot;post_count&quot;:0},&quot;types&quot;:[{&quot;title&quot;:&quot;Tabs&quot;,&quot;url&quot;:&quot;https://www.ultimate-guitar.com/contribution/77569859-citygoal56/tabs&quot;,&quot;count&quot;:0},{&quot;title&quot;:&quot;Reviews&quot;,&quot;url&quot;:&quot;https://www.ultimate-guitar.com/contribution/77569859-citygoal56/reviews&quot;,&quot;count&quot;:0},{&quot;title&quot;:&quot;Lessons&quot;,&quot;url&quot;:&quot;https://www.ultimate-guitar.com/contribution/77569859-citygoal56/lessons&quot;,&quot;count&quot;:0},{&quot;title&quot;:&quot;News&quot;,&quot;url&quot;:&quot;https://www.ultimate-guitar.com/contribution/77569859-citygoal56/news&quot;,&quot;count&quot;:0}]},&quot;wall&quot;:{&quot;last_posts&quot;:[],&quot;count&quot;:0},&quot;jv_c&quot;:false,&quot;jv_n&quot;:&quot;bXRoaWdxa3VxZ2hleHNvamxrb2J0bw==&quot;,&quot;section&quot;:{&quot;name&quot;:null,&quot;id&quot;:null,&quot;object&quot;:null},&quot;shots&quot;:{&quot;count&quot;:0,&quot;name&quot;:&quot;owned&quot;,&quot;title&quot;:&quot;Owned&quot;,&quot;total_count&quot;:0,&quot;videos&quot;:[]}},&quot;header_bidding&quot;:[],&quot;experiments&quot;:{&quot;variations&quot;:[],&quot;closed_experiments&quot;:[]},&quot;template&quot;:{&quot;module&quot;:&quot;profile&quot;,&quot;controller&quot;:&quot;view&quot;,&quot;action&quot;:&quot;view&quot;,&quot;reactAction&quot;:&quot;&quot;},&quot;documents&quot;:{&quot;enabled&quot;:true}},&quot;i18n&quot;:{&quot;language&quot;:&quot;en&quot;,&quot;links&quot;:{&quot;default&quot;:&quot;https://www.ultimate-guitar.com/u/citygoal56&quot;,&quot;pt&quot;:&quot;https://www.ultimate-guitar.com/u/citygoal56&quot;,&quot;es&quot;:&quot;https://www.ultimate-guitar.com/u/citygoal56&quot;},&quot;isLocalizationDomain&quot;:false},&quot;promotion&quot;:{&quot;promoKey&quot;:&quot;ugapp:topBannerShow:SpringSale2024&quot;,&quot;promoType&quot;:&quot;Spring&quot;,&quot;endedKey&quot;:&quot;_ug_promotionEnded_v4&quot;,&quot;emergency&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/c/c6fa07b482a9940c2ef0201cd11463020bb4f039.webp&quot;,&quot;title&quot;:&quot;SPRING SALE&quot;},&quot;exit&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/0/034269a1216107eae9c0fa61d8565944efb615f4.webp&quot;,&quot;title&quot;:&quot;SPRING SALE&quot;,&quot;subtitle&quot;:&quot;&quot;,&quot;hasLabel&quot;:false,&quot;hasTimer&quot;:false},&quot;heroBanner&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/2/2c3292d5ee2129b4d15f3d8e01adfcc8a1202116.webp&quot;,&quot;title&quot;:&quot;&quot;,&quot;subtitle&quot;:&quot;SPRING SALE&quot;},&quot;heroBlock&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/1/11568ee9c4a71882a67b356aeaff468fb41b4f26.webp&quot;,&quot;buttonColor&quot;:&quot;accent&quot;},&quot;payment&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/e/ed56115f49149a787e8da9954cff6302bf364d87.webp&quot;,&quot;title&quot;:&quot;SPRING\nSALE&quot;,&quot;planName&quot;:&quot;Spring sale&quot;},&quot;permBanner&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/a/a35e092c959a889d8c36cf40ab8df5d45c4b0f10.webp&quot;,&quot;title&quot;:&quot;SPRING SALE&quot;,&quot;subtitle&quot;:&quot;Pro Access&quot;,&quot;hasTimer&quot;:true,&quot;endedSubscriptionText&quot;:&quot;Welcome offer: %percentage% OFF on an annual membership of Ultimate Guitar Pro&quot;,&quot;cardProblemText&quot;:&quot;Card you used to subscribe has expired. Please update your payment information to continue enjoying Ultimate Guitar&quot;,&quot;paymentProblemText&quot;:&quot;We were unable to renew your premium subscription. Please top-up card balance&quot;},&quot;stickyBanner&quot;:{&quot;imgUrl&quot;:&quot;https://cdn.ustatik.com/storage/marketing/images/0/01a2bd7590ae1f959f1c0f56b86e7780ccf9889e.webp&quot;,&quot;title&quot;:&quot;&quot;,&quot;subtitle&quot;:&quot;SPRING SALE&quot;}},&quot;user&quot;:{&quot;id&quot;:0,&quot;pa_id&quot;:0,&quot;avatarUrl&quot;:&quot;https://www.ultimate-guitar.com/static/users/0/0/0/0.gif?d=d&amp;h=1716157853&quot;,&quot;username&quot;:&quot;Unregistered&quot;,&quot;email&quot;:&quot;&quot;,&quot;usergroupid&quot;:0,&quot;contributor&quot;:{&quot;isContributor&quot;:false,&quot;isTabContributor&quot;:false,&quot;first_tab&quot;:0},&quot;iq&quot;:0,&quot;tabsCount&quot;:0,&quot;playlistCount&quot;:0,&quot;coursesCount&quot;:0,&quot;messagesCount&quot;:0,&quot;rights&quot;:[],&quot;hasExpiredCard&quot;:null,&quot;hasChargeError&quot;:null,&quot;hasActiveProPause&quot;:false,&quot;hasActiveEduPause&quot;:false,&quot;tab_try&quot;:null,&quot;content_access&quot;:[],&quot;joinDate&quot;:0,&quot;user_status&quot;:&quot;&quot;,&quot;segment&quot;:{&quot;preview&quot;:null,&quot;current&quot;:null},&quot;uid2_token_url&quot;:null,&quot;ip&quot;:&quot;3.237.223.94&quot;,&quot;id5_hashed&quot;:&quot;&quot;,&quot;family&quot;:null},&quot;notifications&quot;:{&quot;count_new&quot;:0,&quot;data&quot;:[],&quot;giveaway_id&quot;:0,&quot;texts&quot;:{&quot;markAll&quot;:&quot;Mark all as read&quot;,&quot;settings&quot;:&quot;Settings&quot;,&quot;thanksForVote&quot;:&quot;Thanks for your vote&quot;}},&quot;forms&quot;:[],&quot;theme&quot;:&quot;dark&quot;,&quot;commentForm&quot;:{&quot;is_new&quot;:0},&quot;isUgOffice&quot;:0,&quot;ugSearch&quot;:{&quot;type&quot;:&quot;tabs&quot;,&quot;value&quot;:&quot;&quot;},&quot;sponsorsFooter&quot;:null,&quot;takeover&quot;:{&quot;items&quot;:[],&quot;debug_takeover_id&quot;:0},&quot;interstitial&quot;:false,&quot;customAlerts&quot;:[]},&quot;globalHelpers&quot;:[],&quot;helpers&quot;:{&quot;typeHelper&quot;:{&quot;short&quot;:{&quot;Official&quot;:&quot;OFFICIAL&quot;,&quot;Chords&quot;:&quot;CRD&quot;,&quot;Tabs&quot;:&quot;TAB&quot;,&quot;Pro&quot;:&quot;PRO&quot;,&quot;Power&quot;:&quot;PWR&quot;,&quot;Bass Tabs&quot;:&quot;BASS&quot;,&quot;Drum Tabs&quot;:&quot;DRM&quot;,&quot;Video&quot;:&quot;VID&quot;,&quot;Ukulele Chords&quot;:&quot;UKE&quot;,&quot;Tab Pro&quot;:&quot;TAB PRO&quot;,&quot;Chord Pro&quot;:&quot;CRD PRO&quot;,&quot;Vocal&quot;:&quot;VOCAL&quot;},&quot;filter&quot;:{&quot;Official&quot;:&quot;official&quot;,&quot;Chords&quot;:&quot;chords&quot;,&quot;Tabs&quot;:&quot;tab&quot;,&quot;Pro&quot;:&quot;guitar pro&quot;,&quot;Power&quot;:&quot;power&quot;,&quot;Bass Tabs&quot;:&quot;bass&quot;,&quot;Drum Tabs&quot;:&quot;drums&quot;,&quot;Video&quot;:&quot;video&quot;,&quot;Ukulele Chords&quot;:&quot;ukulele&quot;,&quot;Tab Pro&quot;:&quot;tab pro&quot;,&quot;Chord Pro&quot;:&quot;chord pro&quot;,&quot;Vocal&quot;:&quot;vocal&quot;},&quot;full&quot;:{&quot;Official&quot;:&quot;official tab&quot;,&quot;Chords&quot;:&quot;chords&quot;,&quot;Tabs&quot;:&quot;tab&quot;,&quot;Pro&quot;:&quot;guitar pro tab&quot;,&quot;Power&quot;:&quot;power tab&quot;,&quot;Bass Tabs&quot;:&quot;bass tab&quot;,&quot;Drum Tabs&quot;:&quot;drum tab&quot;,&quot;Video&quot;:&quot;video tab&quot;,&quot;Ukulele Chords&quot;:&quot;ukulele chords&quot;,&quot;Tab Pro&quot;:&quot;tab pro&quot;,&quot;Chord Pro&quot;:&quot;chord pro&quot;,&quot;Vocal&quot;:&quot;vocal tab&quot;},&quot;recommendations&quot;:{&quot;Official&quot;:&quot;Official&quot;,&quot;Chords&quot;:&quot;Chords&quot;,&quot;Tabs&quot;:&quot;Tab&quot;,&quot;Pro&quot;:&quot;Pro&quot;,&quot;Power&quot;:&quot;Power&quot;,&quot;Bass Tabs&quot;:&quot;Bass&quot;,&quot;Drum Tabs&quot;:&quot;Drum&quot;,&quot;Video&quot;:&quot;Video&quot;,&quot;Ukulele Chords&quot;:&quot;Ukulele&quot;,&quot;Tab Pro&quot;:&quot;Tab Pro&quot;,&quot;Chord Pro&quot;:&quot;Chord&quot;,&quot;Vocal&quot;:&quot;Vocal&quot;}},&quot;allowedDomains&quot;:[&quot;ultimate-guitar.com&quot;,&quot;instagram.com&quot;,&quot;facebook.com&quot;,&quot;twitter.com&quot;,&quot;youtube.com&quot;,&quot;youtu.be&quot;],&quot;countryList&quot;:{&quot;AF&quot;:&quot;Afghanistan&quot;,&quot;AX&quot;:&quot;&Aring;land Islands&quot;,&quot;AL&quot;:&quot;Albania&quot;,&quot;DZ&quot;:&quot;Algeria&quot;,&quot;AS&quot;:&quot;American Samoa&quot;,&quot;AD&quot;:&quot;Andorra&quot;,&quot;AO&quot;:&quot;Angola&quot;,&quot;AI&quot;:&quot;Anguilla&quot;,&quot;AQ&quot;:&quot;Antarctica&quot;,&quot;AG&quot;:&quot;Antigua and Barbuda&quot;,&quot;AR&quot;:&quot;Argentina&quot;,&quot;AM&quot;:&quot;Armenia&quot;,&quot;AW&quot;:&quot;Aruba&quot;,&quot;AU&quot;:&quot;Australia&quot;,&quot;AT&quot;:&quot;Austria&quot;,&quot;AZ&quot;:&quot;Azerbaijan&quot;,&quot;BS&quot;:&quot;Bahamas&quot;,&quot;BH&quot;:&quot;Bahrain&quot;,&quot;BD&quot;:&quot;Bangladesh&quot;,&quot;BB&quot;:&quot;Barbados&quot;,&quot;BY&quot;:&quot;Belarus&quot;,&quot;BE&quot;:&quot;Belgium&quot;,&quot;BZ&quot;:&quot;Belize&quot;,&quot;BJ&quot;:&quot;Benin&quot;,&quot;BM&quot;:&quot;Bermuda&quot;,&quot;BT&quot;:&quot;Bhutan&quot;,&quot;BO&quot;:&quot;Bolivia (Plurinational State of)&quot;,&quot;BQ&quot;:&quot;Bonaire, Sint Eustatius and Saba&quot;,&quot;BA&quot;:&quot;Bosnia and Herzegovina&quot;,&quot;BW&quot;:&quot;Botswana&quot;,&quot;BV&quot;:&quot;Bouvet Island&quot;,&quot;BR&quot;:&quot;Brazil&quot;,&quot;IO&quot;:&quot;British Indian Ocean Territory&quot;,&quot;BN&quot;:&quot;Brunei Darussalam&quot;,&quot;BG&quot;:&quot;Bulgaria&quot;,&quot;BF&quot;:&quot;Burkina Faso&quot;,&quot;BI&quot;:&quot;Burundi&quot;,&quot;CV&quot;:&quot;Cabo Verde&quot;,&quot;KH&quot;:&quot;Cambodia&quot;,&quot;CM&quot;:&quot;Cameroon&quot;,&quot;CA&quot;:&quot;Canada&quot;,&quot;KY&quot;:&quot;Cayman Islands&quot;,&quot;CF&quot;:&quot;Central African Republic&quot;,&quot;TD&quot;:&quot;Chad&quot;,&quot;CL&quot;:&quot;Chile&quot;,&quot;CN&quot;:&quot;China&quot;,&quot;CX&quot;:&quot;Christmas Island&quot;,&quot;CC&quot;:&quot;Cocos (Keeling) Islands&quot;,&quot;CO&quot;:&quot;Colombia&quot;,&quot;KM&quot;:&quot;Comoros&quot;,&quot;CG&quot;:&quot;Congo&quot;,&quot;CD&quot;:&quot;Congo (Democratic Republic of the)&quot;,&quot;CK&quot;:&quot;Cook Islands&quot;,&quot;CR&quot;:&quot;Costa Rica&quot;,&quot;CI&quot;:&quot;C&ocirc;te d&#039;Ivoire&quot;,&quot;HR&quot;:&quot;Croatia&quot;,&quot;CW&quot;:&quot;Cura&ccedil;ao&quot;,&quot;CY&quot;:&quot;Cyprus&quot;,&quot;CZ&quot;:&quot;Czechia&quot;,&quot;DK&quot;:&quot;Denmark&quot;,&quot;DJ&quot;:&quot;Djibouti&quot;,&quot;DM&quot;:&quot;Dominica&quot;,&quot;DO&quot;:&quot;Dominican Republic&quot;,&quot;EC&quot;:&quot;Ecuador&quot;,&quot;EG&quot;:&quot;Egypt&quot;,&quot;SV&quot;:&quot;El Salvador&quot;,&quot;GQ&quot;:&quot;Equatorial Guinea&quot;,&quot;ER&quot;:&quot;Eritrea&quot;,&quot;EE&quot;:&quot;Estonia&quot;,&quot;ET&quot;:&quot;Ethiopia&quot;,&quot;SZ&quot;:&quot;Eswatini&quot;,&quot;FK&quot;:&quot;Falkland Islands (Malvinas)&quot;,&quot;FO&quot;:&quot;Faroe Islands&quot;,&quot;FJ&quot;:&quot;Fiji&quot;,&quot;FI&quot;:&quot;Finland&quot;,&quot;FR&quot;:&quot;France&quot;,&quot;GF&quot;:&quot;French Guiana&quot;,&quot;PF&quot;:&quot;French Polynesia&quot;,&quot;TF&quot;:&quot;French Southern Territories&quot;,&quot;GA&quot;:&quot;Gabon&quot;,&quot;GM&quot;:&quot;Gambia&quot;,&quot;GE&quot;:&quot;Georgia&quot;,&quot;DE&quot;:&quot;Germany&quot;,&quot;GH&quot;:&quot;Ghana&quot;,&quot;GI&quot;:&quot;Gibraltar&quot;,&quot;GR&quot;:&quot;Greece&quot;,&quot;GL&quot;:&quot;Greenland&quot;,&quot;GD&quot;:&quot;Grenada&quot;,&quot;GP&quot;:&quot;Guadeloupe&quot;,&quot;GU&quot;:&quot;Guam&quot;,&quot;GT&quot;:&quot;Guatemala&quot;,&quot;GG&quot;:&quot;Guernsey&quot;,&quot;GN&quot;:&quot;Guinea&quot;,&quot;GW&quot;:&quot;Guinea-Bissau&quot;,&quot;GY&quot;:&quot;Guyana&quot;,&quot;HT&quot;:&quot;Haiti&quot;,&quot;HM&quot;:&quot;Heard Island and McDonald Islands&quot;,&quot;VA&quot;:&quot;Holy See&quot;,&quot;HN&quot;:&quot;Honduras&quot;,&quot;HK&quot;:&quot;Hong Kong&quot;,&quot;HU&quot;:&quot;Hungary&quot;,&quot;IS&quot;:&quot;Iceland&quot;,&quot;IN&quot;:&quot;India&quot;,&quot;ID&quot;:&quot;Indonesia&quot;,&quot;IQ&quot;:&quot;Iraq&quot;,&quot;IE&quot;:&quot;Ireland&quot;,&quot;IM&quot;:&quot;Isle of Man&quot;,&quot;IL&quot;:&quot;Israel&quot;,&quot;IT&quot;:&quot;Italy&quot;,&quot;JM&quot;:&quot;Jamaica&quot;,&quot;JP&quot;:&quot;Japan&quot;,&quot;JE&quot;:&quot;Jersey&quot;,&quot;JO&quot;:&quot;Jordan&quot;,&quot;KZ&quot;:&quot;Kazakhstan&quot;,&quot;KE&quot;:&quot;Kenya&quot;,&quot;KI&quot;:&quot;Kiribati&quot;,&quot;KR&quot;:&quot;Korea (Republic of)&quot;,&quot;KW&quot;:&quot;Kuwait&quot;,&quot;KG&quot;:&quot;Kyrgyzstan&quot;,&quot;LA&quot;:&quot;Lao People&#039;s Democratic Republic&quot;,&quot;LV&quot;:&quot;Latvia&quot;,&quot;LB&quot;:&quot;Lebanon&quot;,&quot;LS&quot;:&quot;Lesotho&quot;,&quot;LR&quot;:&quot;Liberia&quot;,&quot;LY&quot;:&quot;Libya&quot;,&quot;LI&quot;:&quot;Liechtenstein&quot;,&quot;LT&quot;:&quot;Lithuania&quot;,&quot;LU&quot;:&quot;Luxembourg&quot;,&quot;MO&quot;:&quot;Macao&quot;,&quot;MK&quot;:&quot;North Macedonia&quot;,&quot;MG&quot;:&quot;Madagascar&quot;,&quot;MW&quot;:&quot;Malawi&quot;,&quot;MY&quot;:&quot;Malaysia&quot;,&quot;MV&quot;:&quot;Maldives&quot;,&quot;ML&quot;:&quot;Mali&quot;,&quot;MT&quot;:&quot;Malta&quot;,&quot;MH&quot;:&quot;Marshall Islands&quot;,&quot;MQ&quot;:&quot;Martinique&quot;,&quot;MR&quot;:&quot;Mauritania&quot;,&quot;MU&quot;:&quot;Mauritius&quot;,&quot;YT&quot;:&quot;Mayotte&quot;,&quot;MX&quot;:&quot;Mexico&quot;,&quot;FM&quot;:&quot;Micronesia (Federated States of)&quot;,&quot;MD&quot;:&quot;Moldova (Republic of)&quot;,&quot;MC&quot;:&quot;Monaco&quot;,&quot;MN&quot;:&quot;Mongolia&quot;,&quot;ME&quot;:&quot;Montenegro&quot;,&quot;MS&quot;:&quot;Montserrat&quot;,&quot;MA&quot;:&quot;Morocco&quot;,&quot;MZ&quot;:&quot;Mozambique&quot;,&quot;MM&quot;:&quot;Myanmar&quot;,&quot;NA&quot;:&quot;Namibia&quot;,&quot;NR&quot;:&quot;Nauru&quot;,&quot;NP&quot;:&quot;Nepal&quot;,&quot;NL&quot;:&quot;Netherlands&quot;,&quot;NC&quot;:&quot;New Caledonia&quot;,&quot;NZ&quot;:&quot;New Zealand&quot;,&quot;NI&quot;:&quot;Nicaragua&quot;,&quot;NE&quot;:&quot;Niger&quot;,&quot;NG&quot;:&quot;Nigeria&quot;,&quot;NU&quot;:&quot;Niue&quot;,&quot;NF&quot;:&quot;Norfolk Island&quot;,&quot;MP&quot;:&quot;Northern Mariana Islands&quot;,&quot;NO&quot;:&quot;Norway&quot;,&quot;OM&quot;:&quot;Oman&quot;,&quot;PK&quot;:&quot;Pakistan&quot;,&quot;PW&quot;:&quot;Palau&quot;,&quot;PS&quot;:&quot;Palestine, State of&quot;,&quot;PA&quot;:&quot;Panama&quot;,&quot;PG&quot;:&quot;Papua New Guinea&quot;,&quot;PY&quot;:&quot;Paraguay&quot;,&quot;PE&quot;:&quot;Peru&quot;,&quot;PH&quot;:&quot;Philippines&quot;,&quot;PN&quot;:&quot;Pitcairn&quot;,&quot;PL&quot;:&quot;Poland&quot;,&quot;PT&quot;:&quot;Portugal&quot;,&quot;PR&quot;:&quot;Puerto Rico&quot;,&quot;QA&quot;:&quot;Qatar&quot;,&quot;RE&quot;:&quot;R&eacute;union&quot;,&quot;RO&quot;:&quot;Romania&quot;,&quot;RU&quot;:&quot;Russian Federation&quot;,&quot;RW&quot;:&quot;Rwanda&quot;,&quot;BL&quot;:&quot;Saint Barth&eacute;lemy&quot;,&quot;SH&quot;:&quot;Saint Helena, Ascension and Tristan da Cunha&quot;,&quot;KN&quot;:&quot;Saint Kitts and Nevis&quot;,&quot;LC&quot;:&quot;Saint Lucia&quot;,&quot;MF&quot;:&quot;Saint Martin (French part)&quot;,&quot;PM&quot;:&quot;Saint Pierre and Miquelon&quot;,&quot;VC&quot;:&quot;Saint Vincent and the Grenadines&quot;,&quot;WS&quot;:&quot;Samoa&quot;,&quot;SM&quot;:&quot;San Marino&quot;,&quot;ST&quot;:&quot;Sao Tome and Principe&quot;,&quot;SA&quot;:&quot;Saudi Arabia&quot;,&quot;SN&quot;:&quot;Senegal&quot;,&quot;RS&quot;:&quot;Serbia&quot;,&quot;SC&quot;:&quot;Seychelles&quot;,&quot;SL&quot;:&quot;Sierra Leone&quot;,&quot;SG&quot;:&quot;Singapore&quot;,&quot;SX&quot;:&quot;Sint Maarten (Dutch part)&quot;,&quot;SK&quot;:&quot;Slovakia&quot;,&quot;SI&quot;:&quot;Slovenia&quot;,&quot;SB&quot;:&quot;Solomon Islands&quot;,&quot;SO&quot;:&quot;Somalia&quot;,&quot;ZA&quot;:&quot;South Africa&quot;,&quot;GS&quot;:&quot;South Georgia and the South Sandwich Islands&quot;,&quot;SS&quot;:&quot;South Sudan&quot;,&quot;ES&quot;:&quot;Spain&quot;,&quot;LK&quot;:&quot;Sri Lanka&quot;,&quot;SD&quot;:&quot;Sudan&quot;,&quot;SR&quot;:&quot;Suriname&quot;,&quot;SJ&quot;:&quot;Svalbard and Jan Mayen&quot;,&quot;SE&quot;:&quot;Sweden&quot;,&quot;CH&quot;:&quot;Switzerland&quot;,&quot;TW&quot;:&quot;Taiwan (Province of China)&quot;,&quot;TJ&quot;:&quot;Tajikistan&quot;,&quot;TZ&quot;:&quot;Tanzania, United Republic of&quot;,&quot;TH&quot;:&quot;Thailand&quot;,&quot;TL&quot;:&quot;Timor-Leste&quot;,&quot;TG&quot;:&quot;Togo&quot;,&quot;TK&quot;:&quot;Tokelau&quot;,&quot;TO&quot;:&quot;Tonga&quot;,&quot;TT&quot;:&quot;Trinidad and Tobago&quot;,&quot;TN&quot;:&quot;Tunisia&quot;,&quot;TR&quot;:&quot;Turkey&quot;,&quot;TM&quot;:&quot;Turkmenistan&quot;,&quot;TC&quot;:&quot;Turks and Caicos Islands&quot;,&quot;TV&quot;:&quot;Tuvalu&quot;,&quot;UG&quot;:&quot;Uganda&quot;,&quot;UA&quot;:&quot;Ukraine&quot;,&quot;AE&quot;:&quot;United Arab Emirates&quot;,&quot;GB&quot;:&quot;United Kingdom of Great Britain and Northern Ireland&quot;,&quot;US&quot;:&quot;United States of America&quot;,&quot;UM&quot;:&quot;United States Minor Outlying Islands&quot;,&quot;UY&quot;:&quot;Uruguay&quot;,&quot;UZ&quot;:&quot;Uzbekistan&quot;,&quot;VU&quot;:&quot;Vanuatu&quot;,&quot;VE&quot;:&quot;Venezuela (Bolivarian Republic of)&quot;,&quot;VN&quot;:&quot;Viet Nam&quot;,&quot;VG&quot;:&quot;Virgin Islands (British)&quot;,&quot;VI&quot;:&quot;Virgin Islands (U.S.)&quot;,&quot;WF&quot;:&quot;Wallis and Futuna&quot;,&quot;EH&quot;:&quot;Western Sahara&quot;,&quot;YE&quot;:&quot;Yemen&quot;,&quot;ZM&quot;:&quot;Zambia&quot;,&quot;ZW&quot;:&quot;Zimbabwe&quot;}},&quot;cmp&quot;:{&quot;setConsentUrl&quot;:&quot;https://www.ultimate-guitar.com/user/security/consent&quot;}}"></div>
  250. <script   src='https://www.ultimate-guitar.com/static/public/build/ug_react/vendor.42c682c53dfa620afd524088a54cc59c.js'></script>    <script   src='https://www.ultimate-guitar.com/static/public/build/ug_react/ug~runtime.d215fbb996479969c0ee2d8d4a4bada0.js'></script>    <script   src='https://www.ultimate-guitar.com/static/public/build/ug_react/ug.0ab53918719d2bc119e5109dd64c9741.js'></script>        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  251.                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  252.            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  253.            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  254.        })(window,document,'script','dataLayer', 'GTM-KLGNWL3');</script>
  255.    <noscript>
  256.        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KLGNWL3" height="0" width="0" style="display:none;visibility:hidden"></iframe>
  257.    </noscript>
  258.        <script type="text/javascript">
  259.  
  260.    
  261.        (function (d, w, c) {
  262.    function setCookie(name, value) {
  263.      var options = {}
  264.      options.expires = new Date(new Date().setFullYear(new Date().getFullYear() + 1)).toUTCString();
  265.      options.path = '/'
  266.      options.domain = '.ultimate-guitar.com'
  267.      var updatedCookie = encodeURIComponent(name) + "=" + encodeURIComponent(value);
  268.      for (var optionKey in options) {
  269.        updatedCookie += "; " + optionKey;
  270.        var optionValue = options[optionKey];
  271.        if (optionValue !== true) {
  272.          updatedCookie += "=" + optionValue;
  273.        }
  274.      }
  275.      document.cookie = updatedCookie;
  276.    }
  277.    (w[c] = w[c] || []).push(function() {
  278.        try {
  279.                            w.yaCounter18746557 = new Ya.Metrika({"clickmap":true,"trackLinks":true,"triggerEvent":true,"accurateTrackBounce":true,"id":18746557,"webvisor":true});
  280.  
  281.                
  282.                                                                
  283.             var clientId = w.yaCounter18746557.getClientID();
  284.  
  285.             setCookie('_ug_client_id', clientId)
  286.  
  287.             var isPwa =  (
  288.                 (window.matchMedia && window.matchMedia('(display-mode: standalone)').matches) ||
  289.                 window.navigator.standalone === true
  290.             );
  291.             var params = {"has_web_pro_access":0,"is_registered":0,"rights":0,"u_id":"SA==","type":"","auth":"None"};
  292.             params.pwa = isPwa ? 1 : 0;
  293.             w.yaCounter18746557.params(params)
  294.        } catch(e) { }
  295.    });
  296.  
  297.    var n = d.getElementsByTagName("script")[0],
  298.        s = d.createElement("script"),
  299.        f = function () { n.parentNode.insertBefore(s, n); };
  300.    s.type = "text/javascript";
  301.    s.async = true;
  302.    s.src = "https://www.ultimate-guitar.com/static/vendor/metrica/watch_ver1716128721.js";
  303.  
  304.    if (w.opera == "[object Opera]") {
  305.        d.addEventListener("DOMContentLoaded", f, false);
  306.    } else { f(); }
  307. })(document, window, "yandex_metrika_callbacks");
  308.    </script>
  309.  
  310.    <noscript>
  311.        <img src="//mc.yandex.ru/watch/18746557" style="position:absolute; left:-9999px;" alt="" />
  312.    </noscript>
  313.        <script type="application/ld+json">{"@context":"https://schema.org","@type":"ProfilePage","dateCreated":"2022-10-02T05:03:57-04:00","dateModified":"2022-10-02T05:30:10-04:00","mainEntity":{"@type":"Person","name":"MatthewsNapier","alternateName":"citygoal56","identifier":77569859,"interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/FollowAction","userInteractionCount":0},"description":"Caring Rrn Your Classic Car\nhttps://www.cajunkyardsnearme.com/"}}</script><style>.hide-seo-text{font-size: 0;}</style>
  314.  
  315.  
  316. </body>
  317. </html>
  318.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda