window.flatStyles = window.flatStyles || '' window.lightspeedOptimizeStylesheet = () { const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' ) if ( currentStylesheet ) { try { if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) { if ( window.flatStyles ) { if ( this.optimizing ) { setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 ) } else { this.optimizing = true; let rulesIndex = 0; while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) { const rule = currentStylesheet.sheet.cssRules[ rulesIndex ] /* remove rules that already exist in the page */ if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) { currentStylesheet.sheet.deleteRule( rulesIndex ) } else { rulesIndex ++ } } /* optimize, mark it such, move to the next file, append the styles we have until now */ currentStylesheet.setAttribute( 'data-ls-optimized', '1' ) window.flatStyles += currentStylesheet.innerHTML this.optimizing = false } } else { window.flatStyles = currentStylesheet.innerHTML currentStylesheet.setAttribute( 'data-ls-optimized', '1' ) } } } catch ( error ) { console.warn( error ) } if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) { /* always make sure that those styles end up in the head */ const stylesheetID = currentStylesheet.id; /** * make sure that there is only one copy of the css * e.g display CSS */ if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) { document.head.prepend( currentStylesheet ) } else { currentStylesheet.remove(); } } } } window.lightspeedOptimizeFlat = ( styleSheetElement ) { if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) { /* disable this flat if we already have one */ styleSheetElement.setAttribute( 'disabled', true ) } else { /* if this is the first one, make sure he's in head */ if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) { document.head.append( styleSheetElement ) } } } Current Vital Academy Video - urticket2freedom.com
Copyright by 2025 - All Rights Reserved.
account android arrow-alt-circle-down arrow-alt-circle-left arrow-alt-circle-right arrow-alt-circle-up arrow-down arrow-left arrow-right arrow-up author bars behance blogger bluesky buffer caret-down caret-left caret-right caret-square-down caret-square-left caret-square-right caret-square-up caret-up cart-menu-1 cart-menu-2 cart-menu-3 cart-menu-4 categories chevron-down chevron-left chevron-right chevron-up clock close comments cookies copyright coupon-discount date-modified date-published discord double-arrows-down double-arrows-left double-arrows-right double-arrows-up dribbble envelope-open envelope eye facebook fax flickr foursquare github gmail google-drive grid-view hashtag hollow-ring homepage instagram ios level-down-alt level-up-alt line link linkedin list-view login logout long-arrow-alt-down long-arrow-alt-left long-arrow-alt-right long-arrow-alt-up mastodonmedium messenger mobile-menu mobile phone pinterest place qq quote-left quote-right quotes reading-time-hourglass reading-time-stopwatch reddit rss scroll-to-top search shazam shopping-bag shopping-cart side-panel-opening-2-left side-panel-opening-2-right side-panel-opening-left side-panel-opening-right skype slack small-arrow-down small-arrow-left small-arrow-right small-arrow-up sms snapchat soundcloud spinner spotify stackoverflow sync telegram threadstiktok times-circle tinder trello tripadvisor tumblr twitch twitter viber vimeo vine vkontakte website wechat whatsapp windows wishlist xing yelp youtube zoom var tcb_current_post_lists=JSON.parse('[]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists; /* */