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/forum/showthread.php?t=2445967

  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>VALORANT - Casa De Vidro - forum topic | Ultimate Guitar</title>
  7. <meta name="keywords" content="valorant,casa,vidro">
  8.                    
  9. <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.9a3bdc11077ed6627c8456e4587e118e.js' importance='high' as='script'></link>                        <link rel="preconnect" href="https://fonts.googleapis.com/">
  10.    <meta property="fb:app_id" content="539490962762175">
  11. <meta property="og:type" content="article">
  12. <meta property="og:title" content="VALORANT - Casa De Vidro">
  13. <meta property="og:description" content="Request tabs from UG Guitar Team, with chords, backing tracks and more">
  14. <meta property="og:url" content="https://www.ultimate-guitar.com/forum/showthread.php?t=2445967">
  15. <meta property="og:image" content="https://www.ultimate-guitar.com/static/_img/ug-logo-fb.png">
  16. <link href="https://www.ultimate-guitar.com/forum/showthread.php?t=2445967" rel="canonical">                <meta name="viewport" class="js-viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
  17.        <script>
  18.            (function() {
  19.                var viewport = document.querySelector('.js-viewport');
  20.                var date = new Date();
  21.                date.setFullYear(date.getFullYear() + 1);
  22.                function setViewport() {
  23.                    var isLargeViewport = (screen.availWidth > 1300 || screen.availHeight > 1300) && window.matchMedia("(orientation: landscape)").matches;
  24.                    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');
  25.                    document.cookie = '_ug_small_screen=' + (isLargeViewport ? 0 : 1) +';path=/;domain=.ultimate-guitar.com;expires=' + date.toUTCString() + ';';
  26.                }
  27.                setViewport();
  28.                window.matchMedia("(orientation: landscape)").addEventListener('change', setViewport)
  29.            })()
  30.        </script>
  31.        <meta name="csrf-param" content="_csrf">
  32. <meta name="csrf-token" content="uhXlXDjV-JYsS4s_fqsB_76P_uzQzlgq9xMta7bZZunNQ5MTXZyK5WM9-Vg5zW7N9eWaoeWWakiTInoq6bs-uA==">
  33.            <link rel="search"
  34.    type="application/opensearchdescription+xml"
  35.    href="//www.ultimate-guitar.com/static/opensearch/opensearch.xml"
  36.    title="Ultmate-Guitar tabs & chords search" />    <meta name="theme-color" content="#272727">
  37.    
  38.    <link rel="manifest" href="/manifest_new.json">
  39. <link rel="icon" type="image/x-icon" href="/static/public/img/product_icons/ug/favicon.ico">
  40. <link rel="shortcut icon" type="image/png" href="/static/public/img/product_icons/ug/favicon.png" />
  41. <link rel="apple-touch-icon" sizes="32x32" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-48x48_ver2.png" />
  42. <link rel="apple-touch-icon" sizes="48x48" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-48x48_ver2.png" />
  43. <link rel="apple-touch-icon" sizes="72x72" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-72x72_ver2.png" />
  44. <link rel="apple-touch-icon" sizes="96x96" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-96x96_ver2.png" />
  45. <link rel="apple-touch-icon" sizes="144x14" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-144x144_ver2.png" />
  46. <link rel="apple-touch-icon" sizes="192x192" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-192x192_ver2.png" />
  47. <link rel="apple-touch-icon" sizes="512x512" href="//www.ultimate-guitar.com/static/public/img/product_icons/ug/apple-touch-icon-512x512_ver2.png" />
  48. <meta name="application-name" content="Ultimate Guitar" />
  49.    
  50.        <script>
  51.        var sentryMethodsToSave = ['setUser', 'setTag', 'setTags', 'setExtra', 'setExtras', 'addBreadcrumb', 'setContext'];
  52.        window.Sentry = {
  53.            _lazy: true
  54.        };
  55.        var sentryLazyCallsQueue = [];
  56.        var sentryLazyHandler = function () {
  57.            var args = Array.prototype.slice.call(arguments)
  58.            var methodName = args[0];
  59.            var rest = args.slice(1);
  60.  
  61.            sentryLazyCallsQueue.push([methodName, rest])
  62.        };
  63.  
  64.        sentryMethodsToSave.forEach(function (methodName) {
  65.            window.Sentry[methodName] = sentryLazyHandler.bind(this, methodName);
  66.        });
  67.  
  68.        function applySentryLazyData() {
  69.            if (!sentryLazyCallsQueue) return;
  70.  
  71.            for (var i = 0; i < sentryLazyCallsQueue.length; i++) {
  72.                var args = sentryLazyCallsQueue[i];
  73.                var methodName = args[0];
  74.                var restArgs = args[1];
  75.                var method = window.Sentry[methodName];
  76.  
  77.                method && typeof method === 'function' && method.apply(window.Sentry, restArgs);
  78.            }
  79.  
  80.            sentryLazyCallsQueue = undefined;
  81.        }
  82.  
  83.        var errors = window.APPERROR ? (window.APPERROR.errors || []) : []
  84.        var UGERROR = {
  85.            errors,
  86.            loggerLoaded: false,
  87.        };
  88.        var oldOnError = window.onerror;
  89.        var loadScript = function (src, resolve) {
  90.            UGERROR.loggerLoaded = true;
  91.            var script = document.createElement('script');
  92.            script.async = true;
  93.            script.type = 'text/javascript';
  94.            script.src = src;
  95.  
  96.            var changeState = function () {
  97.                if (!loaded) {
  98.                    resolve()
  99.                    loaded = true;
  100.                }
  101.            };
  102.            var loaded;
  103.  
  104.            script.onreadystatechange = changeState;
  105.            script.onload = changeState;
  106.  
  107.            var node = document.getElementsByTagName('script')[0];
  108.            node.parentNode.insertBefore(script, node);
  109.        };
  110.  
  111.        UGERROR.loadErrorLogger = function (release) {
  112.            var whitelistUrls = [
  113.                new RegExp('https://www.ultimate-guitar.com/static/public'),
  114.            ];
  115.  
  116.            if (window.location.pathname !== '/') {
  117.                whitelistUrls.push(new RegExp(window.location.href))
  118.            }
  119.  
  120.            var tags = {
  121.                source: 'ug',
  122.                country: 'US',
  123.                isProUser: false,
  124.                isAuthenticated: false,
  125.                userId: '0',
  126.            };
  127.  
  128.            !UGERROR.loggerLoaded && loadScript('https://www.ultimate-guitar.com/static/public/build/sentry_0_0_2/sentry_ver1716214199.js', function () {
  129.                console.log('[sentry]:', 'bundle successfully loaded')
  130.                window.onerror = oldOnError;
  131.  
  132.                window.initSentry({
  133.                    dsn: 'https://71cf858585c249f5b0f360c3ab811c84@sentry10.ultimate-guitar.com/7',
  134.                    release: release,
  135.                    allowUrls: whitelistUrls
  136.                });
  137.  
  138.                window.Sentry.setTags(tags);
  139.                window.Sentry.setUser({
  140.                    userId: '0'
  141.                });
  142.                window.Sentry.setContext('Client a/b variations', []);
  143.  
  144.                applySentryLazyData();
  145.  
  146.                var messages = UGERROR.errors.map(function (err) {
  147.                    return err[0];
  148.                });
  149.                UGERROR.errors
  150.                    .filter(function (error, index) {
  151.                        return messages.indexOf(error[0]) === index;
  152.                    })
  153.                    .forEach(function (args) {
  154.                        var error = args[0];
  155.  
  156.                        if (args.length > 1) {
  157.                            window.onerror.apply(this, args);
  158.                        } else if (typeof error === 'string') {
  159.                            window.Sentry.captureMessage(error, 'error');
  160.                        } else {
  161.                            if (error === undefined) {
  162.                                error = new Error('Caught undefined error');
  163.                            }
  164.  
  165.                            window.Sentry.captureException(error);
  166.                        }
  167.                    });
  168.            })
  169.        };
  170.  
  171.        function loadSentry() {
  172.            if (UGERROR.hasFirstError) {
  173.                return
  174.            }
  175.  
  176.            function load() {
  177.                UGERROR.loadErrorLogger("ug-web_app_1.07.03");
  178.            }
  179.  
  180.            if (document.readyState === 'complete') {
  181.                load();
  182.            } else {
  183.                window.addEventListener('load', load)
  184.            }
  185.            UGERROR.hasFirstError = true
  186.        }
  187.  
  188.        if (UGERROR.errors && UGERROR.errors.length > 0) {
  189.            loadSentry()
  190.        }
  191.  
  192.        window.onerror = function () {
  193.            UGERROR.errors.push(arguments);
  194.            oldOnError && oldOnError.apply(this, arguments);
  195.  
  196.            var message = typeof arguments[0] === 'object' && arguments[0].message
  197.            if (typeof message === 'string' && message.toLowerCase().indexOf('loading chunk') && window.UGAPP.trigger) {
  198.                window.UGAPP.trigger('globalEvent:YM:metrica', 'Chunk Load Error')
  199.            }
  200.  
  201.            loadSentry();
  202.        };
  203.    </script>
  204.                    <script>
  205.        (function () {
  206.            if ('serviceWorker' in navigator) {
  207.                window.addEventListener('load', function() {
  208.                    window.navigator.serviceWorker.getRegistrations().then(function(registrations) {
  209.                        registrations.forEach(function(registration) {
  210.                            if (
  211.                                registration.active.scriptURL.indexOf('sw_ug.js') !== -1
  212.                                ||
  213.                                registration.active.scriptURL.indexOf('sw_ug_v2.js') !== -1
  214.                            ) {
  215.                                registration.unregister()
  216.                            }
  217.                        })
  218.                    })
  219.                    window.navigator.serviceWorker.register('/sw_ug_v3.js').catch(function(error) {})
  220.                })
  221.            }
  222.        })()
  223.    </script>
  224.                                                <style>
  225.        #ad_cs_5723252_300_250 > div > iframe:only-child {
  226.            display: none;
  227.        }
  228.    </style>
  229.    <script>
  230.        document.domain = 'ultimate-guitar.com';
  231.    </script>
  232.            
  233.    <link rel="preload" href="https://www.ultimate-guitar.com/static/public/fonts/ug/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2" as="font" type="font/woff2" crossorigin="anonymous">
  234.    <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">
  235.  
  236.            <link rel="preload" href="////www.ultimate-guitar.com/static/public/css/forum/classic_dark_ver1716214199.css" as="style">
  237.    
  238.    
  239.    
  240.                <link rel="preload" href="https://cdn.ustatik.com/storage/marketing/images/a/a35e092c959a889d8c36cf40ab8df5d45c4b0f10.webp" as="image" />
  241.    </head>
  242. <body
  243.    style="background-color: #111"    itemscope itemtype="http://schema.org/ItemPage"    class=" preferred_language__en"
  244. >
  245. <script>
  246.    var hasFirstTap = false;
  247.    (function () {
  248.        function onFirstTap () {
  249.            hasFirstTap = true
  250.            document.body.removeEventListener('touchstart', onFirstTap)
  251.        }
  252.  
  253.        document.body.addEventListener('touchstart', onFirstTap)
  254.    })()
  255. </script>
  256.  
  257.  
  258.    <div class="js-page js-global-wrapper ug-page">
  259.        </div>
  260.  
  261.  
  262. <div class="js-cmp"></div>
  263.    <div class="js-store" data-content="{&quot;config&quot;:{&quot;releaseVer&quot;:&quot;ug-web_app_1.07.03&quot;,&quot;backendReleaseVer&quot;:&quot;13.03.21&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;_ver1716214199&quot;,&quot;staticPrefix&quot;:&quot;/static&quot;,&quot;requestSchema&quot;:&quot;https&quot;,&quot;time&quot;:1716264180000,&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_ver1716214199.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;forum_thread&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;thread&quot;:{&quot;id&quot;:2445967,&quot;title&quot;:&quot;VALORANT - Casa De Vidro&quot;,&quot;author_name&quot;:&quot;UG Robot&quot;,&quot;have_my_post&quot;:&quot;0&quot;,&quot;replies&quot;:&quot;1&quot;,&quot;views&quot;:&quot;19,702&quot;,&quot;lastpost_username&quot;:&quot;AsapGenat913&quot;,&quot;is_subscribed&quot;:false,&quot;forum_id&quot;:120},&quot;recentlyViewed&quot;:{&quot;object&quot;:&quot;forum_thread:2445967&quot;},&quot;page&quot;:{&quot;data&quot;:{&quot;content&quot;:&quot;\n\n\n&lt;article class=\&quot;b-hero clearfix\&quot;&gt;\n    &lt;section class=\&quot;breadcrumbs\&quot;&gt;\n        &lt;a href=\&quot;/forum/\&quot;&gt;UG Community&lt;/a&gt; &gt; &lt;a href=\&quot;/forum/forumdisplay.php?f=120\&quot;&gt;Tab Requests&lt;/a&gt; &gt; \n    &lt;/section&gt;\n    &lt;h1&gt;\n                VALORANT - Casa De Vidro by UG Robot    &lt;/h1&gt;\n&lt;/article&gt;\n\n&lt;section class=\&quot;js-thread b-thread\&quot;&gt;\n        &lt;header class=\&quot;b-header clearfix\&quot;&gt;\n        \n        &lt;button\n            class=\&quot;btn btn-md btn-link js-stick-btn auth_sign_in\&quot;\n                    &gt;\n            &lt;span class=\&quot;forum-icon\&quot; data-icon=\&quot;stick\&quot;&gt;&lt;/span&gt;&lt;span class=\&quot;js-stick-text\&quot;&gt;Stick for me&lt;/span&gt;\n        &lt;/button&gt;\n            &lt;/header&gt;\n\n    \n    \n            &lt;article\n        class=\&quot;b-post js-post\&quot;\n            data-id=\&quot;38556112\&quot;\n            id=\&quot;1\&quot;\n&gt;\n    &lt;section class=\&quot;b-post--body\&quot;&gt;\n        &lt;div class=\&quot;b-post--left\&quot;&gt;\n                \n&lt;div\n    data-tip=\&quot;{&amp;quot;id&amp;quot;:&amp;quot;11953509&amp;quot;,&amp;quot;username&amp;quot;:&amp;quot;UG Robot&amp;quot;,&amp;quot;groupId&amp;quot;:26,&amp;quot;iq&amp;quot;:&amp;quot;3,715&amp;quot;,&amp;quot;themeName&amp;quot;:&amp;quot;dark&amp;quot;}\&quot;\n    data-for=\&quot;user-tooltip\&quot;\n    data-type=\&quot;dark\&quot;\n&gt;\n    &lt;div class=\&quot;b-post--user\&quot;&gt;\n        &lt;a class=\&quot;user-link js-username text-bold\&quot; value=\&quot;UG Robot\&quot; href=\&quot;https://www.ultimate-guitar.com/u/UG+Robot\&quot; title=\&quot;UG Staff UG Robot\&quot; status=\&quot;gray_blue\&quot;&gt;UG Robot&lt;/a&gt; &lt;span class=\&quot;fade\&quot;&gt;&lt;span class=\&quot;text-bold user-link\&quot; title=\&quot;UG Staff\&quot; status=\&quot;gray_blue\&quot;&gt;[ug]&lt;/span&gt;&lt;/span&gt;                &lt;div&gt;\n            UG Robot        &lt;/div&gt;\n    &lt;/div&gt;\n            &lt;div class=\&quot;b-post--avatar\&quot;&gt;\n            &lt;img\n                    class=\&quot;b-post--avatar--ava no-src lazyload\&quot;\n                    data-src=\&quot;https://www.ultimate-guitar.com/static/users/9/0/5/11953509.gif?d=d&amp;h=1716264141\&quot;\n                    title=\&quot;UG Robot avatar\&quot;\n            &gt;\n                    &lt;/div&gt;\n    \n            &lt;div&gt;\n            Join date: May 2016        &lt;/div&gt;\n        3,715 &lt;span&gt;IQ&lt;/span&gt;\n    &lt;/div&gt;\n        &lt;/div&gt;\n        &lt;div class=\&quot;b-post--right clearfix\&quot;&gt;\n                            &lt;div class=\&quot;b-post--actions dropdown pull-right\&quot;&gt;\n                    &lt;div class=\&quot;b-post--link\&quot; data-toggle=\&quot;dropdown\&quot;&gt;\n                        #1                    &lt;/div&gt;\n                    &lt;ul class=\&quot;dropdown-menu pull-right\&quot;&gt;\n                        &lt;li&gt;\n                            &lt;a href=\&quot;#1\&quot; class=\&quot;js-clipboard\&quot;&gt;\n                                Click to copy post link\n                            &lt;/a&gt;\n                            &lt;input\n                                    class=\&quot;b-post--copy-input js-copy-target\&quot;\n                                    type=\&quot;text\&quot;\n                                    value=\&quot;https://www.ultimate-guitar.com/forum/redirect/post?p=38556112\&quot;\n                            &gt;\n                        &lt;/li&gt;\n                                                                                                &lt;li&gt;\n                                                    &lt;/li&gt;\n                    &lt;/ul&gt;\n                &lt;/div&gt;\n                        &lt;section class=\&quot;b-post--content js-data\&quot;&gt;\n                                &lt;div class=\&quot;js-content\&quot;&gt;\n                    &lt;div class=\&quot;clearfix\&quot;&gt;\n    &lt;div class=\&quot;pull-left b-post--request__info\&quot;&gt;\n                &lt;div&gt;\n            &lt;strong&gt;\n                                    Casa De Vidro                            &lt;/strong&gt;\n        &lt;/div&gt;\n        &lt;div&gt;\n            &lt;strong&gt;\n                by\n                                    &lt;a href=\&quot;/artist/valorant_569816\&quot;&gt;VALORANT&lt;/a&gt;\n                            &lt;/strong&gt;\n        &lt;/div&gt;\n\n        &lt;div&gt;\n            Type - Official        &lt;/div&gt;\n\n            &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;br/&gt;\n\n    &lt;div class=\&quot;b-post--request__official-note\&quot;&gt;\n        &lt;b&gt;Note:&lt;/b&gt; this request was created automatically according to the increasing number of votes on the \&quot;Want Official Tab\&quot; button for this song. UG&rsquo;s official tabs are created by UG Guitar Team exclusively for Pro users.\n        &lt;a href=\&quot;https://www.ultimate-guitar.com/forum/showthread.php?t=1802890\&quot;&gt;Learn more&lt;/a&gt;\n    &lt;/div&gt;\n                &lt;/div&gt;\n                &lt;section class=\&quot;b-post--attachments js-attachments\&quot;&gt;&lt;/section&gt;\n\n                                                                \n                                                &lt;/section&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n            &lt;footer class=\&quot;b-post--footer\&quot;&gt;\n                        &lt;div class=\&quot;b-post--left clearfix\&quot;&gt;\n                &lt;span class=\&quot;forum-icon\&quot;\n                      data-icon=\&quot;post_new\&quot;\n                      title=\&quot;new post\&quot;\n                &gt;&lt;/span&gt;\n                &lt;time&gt;\n                    Feb 4, 2024,                     &lt;span&gt;9:03 AM&lt;/span&gt;\n                &lt;/time&gt;\n            &lt;/div&gt;\n            &lt;div class=\&quot;b-post--right clearfix\&quot;&gt;\n                                    \n&lt;div class=\&quot;pull-left b-post--vote\&quot;&gt;\n    &lt;button\n        class=\&quot;btn btn-sm btn-link js-vote\&quot;\n        type=\&quot;button\&quot;\n        data-like-text=\&quot;Upvote\&quot;\n        data-unlike-text=\&quot;Upvoted\&quot;\n        data-like=\&quot;0\&quot;\n        data-post-id=\&quot;38556112\&quot;\n            &gt;\n        &lt;span class=\&quot;forum-icon forum-request-vote js-like-icon\&quot; data-icon=\&quot;like\&quot;&gt;&lt;/span&gt;&lt;span class=\&quot;js-like-text\&quot;&gt;Upvote&lt;/span&gt;\n    &lt;/button&gt;\n            &lt;span class=\&quot;b-post--like--users js-like-message\&quot;&gt;\n&lt;span title=\&quot;lachaussee.lucas, Sanntiis, Pospol, wmosey, Ludvig_05, 27romansin, Noraddan, 75cxmb5h9q, lunastarling77, bassetnino, champignotte1, stella.m.ruggiero, wehrenssandra1, tylergrove1, lyouchris, ronaldcordero32, migbf1, vz4kdqzx9f, jq5nsscwpf\&quot;&gt;tyronelab1 and 19 more upvoted this request&lt;span&gt;&lt;/span&gt;\n    &lt;/div&gt;                                &lt;section class=\&quot;b-post--bottom-actions pull-right\&quot;&gt;\n                                            &lt;button class=\&quot;btn btn-sm btn-info pull-right js-btn-reply\&quot;&gt;\n                            Reply\n                        &lt;/button&gt;\n                        &lt;button class=\&quot;btn btn-sm btn-info pull-right js-btn-quote\&quot;&gt;\n                            Quote\n                        &lt;/button&gt;\n                                                                &lt;button class=\&quot;btn btn-sm btn-info pull-right js-btn-search-song\&quot; data-href=\&quot;https://www.youtube.com/results?search_query=VALORANT+-+Casa+De+Vidro\&quot; type=\&quot;button\&quot;&gt;\n                            Search song\n                        &lt;/button&gt;\n                                                            &lt;/section&gt;\n            &lt;/div&gt;\n                    &lt;/footer&gt;\n    &lt;/article&gt;\n\n\n            \n            &lt;article\n        class=\&quot;b-post js-post\&quot;\n            data-id=\&quot;38588173\&quot;\n            id=\&quot;2\&quot;\n&gt;\n    &lt;section class=\&quot;b-post--body\&quot;&gt;\n        &lt;div class=\&quot;b-post--left\&quot;&gt;\n                \n&lt;div\n    data-tip=\&quot;{&amp;quot;id&amp;quot;:&amp;quot;114260308&amp;quot;,&amp;quot;username&amp;quot;:&amp;quot;AsapGenat913&amp;quot;,&amp;quot;groupId&amp;quot;:2,&amp;quot;iq&amp;quot;:&amp;quot;10&amp;quot;,&amp;quot;themeName&amp;quot;:&amp;quot;dark&amp;quot;}\&quot;\n    data-for=\&quot;user-tooltip\&quot;\n    data-type=\&quot;dark\&quot;\n&gt;\n    &lt;div class=\&quot;b-post--user\&quot;&gt;\n        &lt;a class=\&quot;user-link js-username\&quot; value=\&quot;AsapGenat913\&quot; href=\&quot;https://www.ultimate-guitar.com/u/AsapGenat913\&quot; title=\&quot; AsapGenat913\&quot; status=\&quot;\&quot;&gt;AsapGenat913&lt;/a&gt;                &lt;div&gt;\n                    &lt;/div&gt;\n    &lt;/div&gt;\n            &lt;div class=\&quot;b-post--avatar\&quot;&gt;\n            &lt;img\n                    class=\&quot;b-post--avatar--ava no-src lazyload\&quot;\n                    data-src=\&quot;https://www.ultimate-guitar.com/static/users/8/0/3/114260308.gif?d=d&amp;h=1716264141\&quot;\n                    title=\&quot; avatar\&quot;\n            &gt;\n                    &lt;/div&gt;\n    \n            &lt;div&gt;\n            Join date: Feb 2024        &lt;/div&gt;\n        10 &lt;span&gt;IQ&lt;/span&gt;\n    &lt;/div&gt;\n        &lt;/div&gt;\n        &lt;div class=\&quot;b-post--right clearfix\&quot;&gt;\n                            &lt;div class=\&quot;b-post--actions dropdown pull-right\&quot;&gt;\n                    &lt;div class=\&quot;b-post--link\&quot; data-toggle=\&quot;dropdown\&quot;&gt;\n                        #2                    &lt;/div&gt;\n                    &lt;ul class=\&quot;dropdown-menu pull-right\&quot;&gt;\n                        &lt;li&gt;\n                            &lt;a href=\&quot;#2\&quot; class=\&quot;js-clipboard\&quot;&gt;\n                                Click to copy post link\n                            &lt;/a&gt;\n                            &lt;input\n                                    class=\&quot;b-post--copy-input js-copy-target\&quot;\n                                    type=\&quot;text\&quot;\n                                    value=\&quot;https://www.ultimate-guitar.com/forum/redirect/post?p=38588173\&quot;\n                            &gt;\n                        &lt;/li&gt;\n                                                                                                &lt;li&gt;\n                                                    &lt;/li&gt;\n                    &lt;/ul&gt;\n                &lt;/div&gt;\n                        &lt;section class=\&quot;b-post--content js-data\&quot;&gt;\n                                &lt;div class=\&quot;js-content\&quot;&gt;\n                    &amp;nbsp;Regarding creating a proftpd user outside of I-MSCP, it&#039;s crucial to ensure proper configuration and security measures. I recommend referring to trusted resources and forums for step-by-step guidance to avoid any potential issues. Additionally, for those interested in online gaming,&amp;nbsp;&lt;br&gt;&lt;a rel=\&quot;nofollow\&quot; target=\&quot;_blank\&quot; href=\&quot;https://www.ultimate-guitar.com/redirect/away?url=https%3A%2F%2F1xbet-fa.org%2F\&quot;&gt;&lt;u&gt;https://1xbet-fa.org/&lt;/u&gt;&lt;/a&gt;&lt;u&gt; &lt;/u&gt;offers a diverse range of casino games and sports betting options. It&#039;s essential to approach online gaming responsibly and prioritize safety measures to enjoy the experience fully.                &lt;/div&gt;\n                &lt;section class=\&quot;b-post--attachments js-attachments\&quot;&gt;&lt;/section&gt;\n\n                                                                \n                                        &lt;div class=\&quot;b-post--edit-date\&quot;&gt;\n                        &lt;i&gt;Last edited by AsapGenat913 at Feb 26, 2024,  &lt;time&gt;10:22 PM&lt;/time&gt;&lt;/i&gt;\n                    &lt;/div&gt;\n                                                &lt;/section&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n            &lt;footer class=\&quot;b-post--footer\&quot;&gt;\n                        &lt;div class=\&quot;b-post--left clearfix\&quot;&gt;\n                &lt;span class=\&quot;forum-icon\&quot;\n                      data-icon=\&quot;post_new\&quot;\n                      title=\&quot;new post\&quot;\n                &gt;&lt;/span&gt;\n                &lt;time&gt;\n                    Feb 26, 2024,                     &lt;span&gt;1:13 PM&lt;/span&gt;\n                &lt;/time&gt;\n            &lt;/div&gt;\n            &lt;div class=\&quot;b-post--right clearfix\&quot;&gt;\n                                    \n&lt;div class=\&quot;pull-left b-post--like\&quot;&gt;\n    &lt;button\n        class=\&quot;btn btn-sm btn-link js-like\&quot;\n        type=\&quot;button\&quot;\n        data-like-text=\&quot;Like\&quot;\n        data-unlike-text=\&quot;Liked\&quot;\n        data-like=\&quot;0\&quot;\n        data-post-id=\&quot;38556112\&quot;\n    &gt;\n        &lt;span class=\&quot;forum-icon js-like-icon\&quot; data-icon=\&quot;like\&quot;&gt;&lt;/span&gt;&lt;span class=\&quot;js-like-text\&quot;&gt;Like&lt;/span&gt;\n    &lt;/button&gt;\n        &lt;span class=\&quot;b-post--like--users js-like-message\&quot;&gt;\n&lt;/span&gt;\n    &lt;/div&gt;                                &lt;section class=\&quot;b-post--bottom-actions pull-right\&quot;&gt;\n                                            &lt;button class=\&quot;btn btn-sm btn-info pull-right js-btn-reply\&quot;&gt;\n                            Reply\n                        &lt;/button&gt;\n                        &lt;button class=\&quot;btn btn-sm btn-info pull-right js-btn-quote\&quot;&gt;\n                            Quote\n                        &lt;/button&gt;\n                                                        &lt;/section&gt;\n            &lt;/div&gt;\n                    &lt;/footer&gt;\n    &lt;/article&gt;\n\n\n            \n    \n    &lt;footer class=\&quot;b-footer clearfix\&quot;&gt;\n        &lt;section class=\&quot;clearfix\&quot;&gt;\n                    &lt;/section&gt;\n\n        &lt;section class=\&quot;b-footer--section\&quot;&gt;\n            &lt;span class=\&quot;js-subscribe dropdown-btn\&quot; &gt;\n    &lt;button class=\&quot;btn btn-sm btn-link js-toggle\&quot; data-subscribe=\&quot;0\&quot;&gt;\n        Subscribe to this thread    &lt;/button&gt;\n    &lt;ul class=\&quot;dropdown-menu js-options\&quot;&gt;&lt;/ul&gt;\n&lt;/span&gt;\n        &lt;/section&gt;\n    &lt;/footer&gt;\n\n        &lt;/section&gt;\n&lt;footer class=\&quot;b-bottom-controls\&quot;&gt;\n    \n    &lt;article class=\&quot;dropdown dropdown__up\&quot;&gt;\n        &lt;div class=\&quot;dropdown-toggle dropdown-toggle__select\&quot; data-toggle=\&quot;dropdown\&quot;&gt;\n            Forum Jump &amp;#9650;\n        &lt;/div&gt;\n        &lt;ul class=\&quot;dropdown-menu pull-right\&quot;&gt;&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=112\&quot;&gt;Just Joined&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=35\&quot;&gt;New Members&#039; Sandbox&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=110\&quot;&gt;Ultimate Guitar Announcements&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=34\&quot;&gt;Hangout&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=11\&quot;&gt;The Pit&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=118\&quot;&gt;Requests&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=120\&quot;&gt;Tab Requests&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=122\&quot;&gt;Tonebridge Preset Requests&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=31\&quot;&gt;Instruments&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=9\&quot;&gt;Guitar Techniques&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=27\&quot;&gt;Acoustic &amp; Classical Guitar&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=129\&quot;&gt;Ukulele&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=26\&quot;&gt;Electric Guitar&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=6\&quot;&gt;Bass Guitar&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=33\&quot;&gt;Guitar Gear &amp; Accessories&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=53\&quot;&gt;Gear Building &amp; Customizing&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=93\&quot;&gt;Drums&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=1\&quot;&gt;Music&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=4\&quot;&gt;Bands &amp; Artists&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=7\&quot;&gt;Lyrics &amp; Poetry&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=40\&quot;&gt;Recording&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=10\&quot;&gt;Tab Talk&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=8\&quot;&gt;Musician Talk&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=38\&quot;&gt;Promote YOUR Band&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=13\&quot;&gt;Classifieds&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=12\&quot;&gt;Misc&lt;/a&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\&quot;/forum/forumdisplay.php?f=14\&quot;&gt;Ultimate Guitar Feedback&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;/li&gt;&lt;/ul&gt;    &lt;/article&gt;\n\n&lt;/footer&gt;\n&quot;,&quot;content_css&quot;:[&quot;//www.ultimate-guitar.com/static/public/css/forum/classic_dark_ver1716214199.css&quot;],&quot;content_js&quot;:[]},&quot;header_bidding&quot;:{&quot;page_type&quot;:&quot;forum_desktop&quot;,&quot;ad_units&quot;:[{&quot;code&quot;:&quot;ad_cs_10000000_2_2&quot;,&quot;dfpCode&quot;:&quot;UG_ATG_728_BX_MASTHEAD&quot;,&quot;sizes&quot;:[[1,1]],&quot;placementId&quot;:&quot;10000000&quot;,&quot;layoutPlacement&quot;:&quot;outOfPage&quot;,&quot;mediaTypes&quot;:{&quot;banner&quot;:{&quot;sizes&quot;:[[1,1]]}},&quot;refresh&quot;:{&quot;enabled&quot;:false},&quot;mediaType&quot;:&quot;banner&quot;,&quot;bids&quot;:[]}]},&quot;experiments&quot;:{&quot;variations&quot;:[],&quot;closed_experiments&quot;:[]},&quot;template&quot;:{&quot;module&quot;:&quot;forum&quot;,&quot;controller&quot;:&quot;thread&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/forum/showthread.php?t=2445967&quot;,&quot;pt&quot;:&quot;https://www.ultimate-guitar.com/forum/showthread.php?t=2445967&quot;,&quot;es&quot;:&quot;https://www.ultimate-guitar.com/forum/showthread.php?t=2445967&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=1716264141&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;forum&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;cmp&quot;:{&quot;setConsentUrl&quot;:&quot;https://www.ultimate-guitar.com/user/security/consent&quot;},&quot;bidding&quot;:{&quot;analytics&quot;:{&quot;logUrl&quot;:&quot;//track.ultimate-guitar.com/ug/&quot;,&quot;pageType&quot;:&quot;forum_desktop&quot;,&quot;region&quot;:&quot;US&quot;,&quot;device&quot;:&quot;desktop&quot;,&quot;variation&quot;:&quot;&quot;,&quot;hasHardRefresh&quot;:true},&quot;refresh&quot;:{&quot;limit&quot;:30,&quot;maxVisibleTime&quot;:1000,&quot;delay&quot;:30000,&quot;delayDeviation&quot;:10000,&quot;enabled&quot;:true,&quot;hasHardRefresh&quot;:true,&quot;availableBidders&quot;:[&quot;appnexus&quot;,&quot;ix&quot;,&quot;pubmatic&quot;,&quot;rubicon&quot;,&quot;openx&quot;,&quot;adform&quot;,&quot;sharethrough&quot;],&quot;ignoreChangePageVisibility&quot;:false},&quot;minRefreshCpm&quot;:0.040000000000000000832667268468867405317723751068115234375,&quot;cpmFloor&quot;:0.200000000000000011102230246251565404236316680908203125,&quot;timeout&quot;:2000,&quot;refreshTimeout&quot;:1000,&quot;dfpId&quot;:74268401,&quot;units&quot;:[{&quot;code&quot;:&quot;ad_cs_10000000_2_2&quot;,&quot;dfpCode&quot;:&quot;UG_ATG_728_BX_MASTHEAD&quot;,&quot;sizes&quot;:[[1,1]],&quot;placementId&quot;:&quot;10000000&quot;,&quot;layoutPlacement&quot;:&quot;outOfPage&quot;,&quot;mediaTypes&quot;:{&quot;banner&quot;:{&quot;sizes&quot;:[[1,1]]}},&quot;refresh&quot;:{&quot;enabled&quot;:false},&quot;mediaType&quot;:&quot;banner&quot;,&quot;bids&quot;:[]}],&quot;priceGranularity&quot;:[{&quot;precision&quot;:2,&quot;min&quot;:0,&quot;max&quot;:1,&quot;increment&quot;:0.01000000000000000020816681711721685132943093776702880859375},{&quot;precision&quot;:2,&quot;min&quot;:1,&quot;max&quot;:2,&quot;increment&quot;:0.0200000000000000004163336342344337026588618755340576171875},{&quot;precision&quot;:2,&quot;min&quot;:2,&quot;max&quot;:5,&quot;increment&quot;:0.05000000000000000277555756156289135105907917022705078125},{&quot;precision&quot;:2,&quot;min&quot;:5,&quot;max&quot;:10,&quot;increment&quot;:0.1000000000000000055511151231257827021181583404541015625},{&quot;precision&quot;:2,&quot;min&quot;:10,&quot;max&quot;:20,&quot;increment&quot;:0.200000000000000011102230246251565404236316680908203125},{&quot;precision&quot;:2,&quot;min&quot;:20,&quot;max&quot;:50,&quot;increment&quot;:0.5}],&quot;dynamicLoad&quot;:true,&quot;disableAdx&quot;:false,&quot;isGDPRAvailable&quot;:false,&quot;isShowOnTap&quot;:false,&quot;adsTargeting&quot;:null,&quot;prebidLibUrl&quot;:&quot;https://www.ultimate-guitar.com/static/public/build/prebid_8_14_0/prebid_ver1716214199.js&quot;,&quot;isRegistered&quot;:0,&quot;emailHash&quot;:&quot;e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855&quot;,&quot;slots&quot;:[]}}"></div>
  264. <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.9a3bdc11077ed6627c8456e4587e118e.js'></script>        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  265.                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  266.            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  267.            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  268.        })(window,document,'script','dataLayer', 'GTM-KLGNWL3');</script>
  269.    <noscript>
  270.        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KLGNWL3" height="0" width="0" style="display:none;visibility:hidden"></iframe>
  271.    </noscript>
  272.        <script type="text/javascript">
  273.  
  274.    
  275.        (function (d, w, c) {
  276.    function setCookie(name, value) {
  277.      var options = {}
  278.      options.expires = new Date(new Date().setFullYear(new Date().getFullYear() + 1)).toUTCString();
  279.      options.path = '/'
  280.      options.domain = '.ultimate-guitar.com'
  281.      var updatedCookie = encodeURIComponent(name) + "=" + encodeURIComponent(value);
  282.      for (var optionKey in options) {
  283.        updatedCookie += "; " + optionKey;
  284.        var optionValue = options[optionKey];
  285.        if (optionValue !== true) {
  286.          updatedCookie += "=" + optionValue;
  287.        }
  288.      }
  289.      document.cookie = updatedCookie;
  290.    }
  291.    (w[c] = w[c] || []).push(function() {
  292.        try {
  293.                            w.yaCounter18746557 = new Ya.Metrika({"clickmap":true,"trackLinks":true,"triggerEvent":true,"accurateTrackBounce":true,"id":18746557,"webvisor":true});
  294.  
  295.                
  296.                                                                
  297.             var clientId = w.yaCounter18746557.getClientID();
  298.  
  299.             setCookie('_ug_client_id', clientId)
  300.  
  301.             var isPwa =  (
  302.                 (window.matchMedia && window.matchMedia('(display-mode: standalone)').matches) ||
  303.                 window.navigator.standalone === true
  304.             );
  305.             var params = {"has_web_pro_access":0,"is_registered":0,"rights":0,"u_id":"SA==","type":"","auth":"None"};
  306.             params.pwa = isPwa ? 1 : 0;
  307.             w.yaCounter18746557.params(params)
  308.        } catch(e) { }
  309.    });
  310.  
  311.    var n = d.getElementsByTagName("script")[0],
  312.        s = d.createElement("script"),
  313.        f = function () { n.parentNode.insertBefore(s, n); };
  314.    s.type = "text/javascript";
  315.    s.async = true;
  316.    s.src = "https://www.ultimate-guitar.com/static/vendor/metrica/watch_ver1716214199.js";
  317.  
  318.    if (w.opera == "[object Opera]") {
  319.        d.addEventListener("DOMContentLoaded", f, false);
  320.    } else { f(); }
  321. })(document, window, "yandex_metrika_callbacks");
  322.    </script>
  323.  
  324.    <noscript>
  325.        <img src="//mc.yandex.ru/watch/18746557" style="position:absolute; left:-9999px;" alt="" />
  326.    </noscript>
  327.        <style>.hide-seo-text{font-size: 0;}</style>
  328.  
  329.  
  330. </body>
  331. </html>
  332.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda