In [2]:
from requests import get
from requests.exceptions import RequestException
from contextlib import closing
from bs4 import BeautifulSoup

In [3]:
print("hi")


hi

In [7]:
def is_good_response(resp):
    """
    Returns true if the response seems to be HTML, false otherwise
    """
    content_type = resp.headers['Content-Type'].lower()
    return (resp.status_code == 200 
            and content_type is not None 
            and content_type.find('html') > -1)

In [8]:
def simple_get(url):
    """
    Attempts to get the content at `url` by making an HTTP GET request.
    If the content-type of response is some kind of HTML/XML, return the
    text content, otherwise return None
    """
    try:
        with closing(get(url, stream=True)) as resp:
            if is_good_response(resp):
                return resp.content
            else:
                return None

    except RequestException as e:
        print('Error during requests to {0} : {1}'.format(url, str(e)))
        return None

In [4]:
r = get('https://twitter.com/jon_bois')
r.status_code


Out[4]:
200

In [9]:
sr = simple_get('https://twitter.com/jon_bois')
sr


Out[9]:
b'<!DOCTYPE html>\n<html lang="en" data-scribe-reduced-action-queue="true">\n  <head>\n    \n    \n    \n    \n    \n    \n    \n    <meta charset="utf-8">\n      <script  nonce="TOces/egxk/YlNrLF3QoFA==">\n        !function(){window.initErrorstack||(window.initErrorstack=[]),window.onerror=function(r,i,n,o,t){r.indexOf("Script error.")>-1||window.initErrorstack.push({errorMsg:r,url:i,lineNumber:n,column:o,errorObj:t})}}();\n      </script>\n    \n    \n  \n  <script id="bouncer_terminate_iframe" nonce="TOces/egxk/YlNrLF3QoFA==">\n    if (window.top != window) {\n  window.top.postMessage({\'bouncer\': true, \'event\': \'complete\'}, \'*\');\n}\n  </script>\n  <script id="swift_action_queue" nonce="TOces/egxk/YlNrLF3QoFA==">\n    !function(){function e(e){if(e||(e=window.event),!e)return!1;if(e.timestamp=(new Date).getTime(),!e.target&&e.srcElement&&(e.target=e.srcElement),document.documentElement.getAttribute("data-scribe-reduced-action-queue"))for(var t=e.target;t&&t!=document.body;){if("A"==t.tagName)return;t=t.parentNode}return i("all",o(e)),a(e)?(document.addEventListener||(e=o(e)),e.preventDefault=e.stopPropagation=e.stopImmediatePropagation=function(){},y?(v.push(e),i("captured",e)):i("ignored",e),!1):(i("direct",e),!0)}function t(e){n();for(var t,r=0;t=v[r];r++){var a=e(t.target),i=a.closest("a")[0];if("click"==t.type&&i){var o=e.data(i,"events"),u=o&&o.click,c=!i.hostname.match(g)||!i.href.match(/#$/);if(!u&&c){window.location=i.href;continue}}a.trigger(e.event.fix(t))}window.swiftActionQueue.wasFlushed=!0}function r(){for(var e in b)if("all"!=e)for(var t=b[e],r=0;r<t.length;r++)console.log("actionQueue",c(t[r]))}function n(){clearTimeout(w);for(var e,t=0;e=h[t];t++)document["on"+e]=null}function a(e){if(!e.target)return!1;var t=e.target,r=(t.tagName||"").toLowerCase();if(e.metaKey)return!1;if(e.shiftKey&&"a"==r)return!1;if(t.hostname&&!t.hostname.match(g))return!1;if(e.type.match(p)&&s(t))return!1;if("label"==r){var n=t.getAttribute("for");if(n){var a=document.getElementById(n);if(a&&f(a))return!1}else for(var i,o=0;i=t.childNodes[o];o++)if(f(i))return!1}return!0}function i(e,t){t.bucket=e,b[e].push(t)}function o(e){var t={};for(var r in e)t[r]=e[r];return t}function u(e){for(;e&&e!=document.body;){if("A"==e.tagName)return e;e=e.parentNode}}function c(e){var t=[];e.bucket&&t.push("["+e.bucket+"]"),t.push(e.type);var r,n,a=e.target,i=u(a),o="",c=e.timestamp&&e.timestamp-d;return"click"===e.type&&i?(r=i.className.trim().replace(/\\s+/g,"."),n=i.id.trim(),o=/[^#]$/.test(i.href)?" ("+i.href+")":"",a=\'"\'+i.innerText.replace(/\\n+/g," ").trim()+\'"\'):(r=a.className.trim().replace(/\\s+/g,"."),n=a.id.trim(),a=a.tagName.toLowerCase(),e.keyCode&&(a=String.fromCharCode(e.keyCode)+" : "+a)),t.push(a+o+(n&&"#"+n)+(!n&&r?"."+r:"")),c&&t.push(c),t.join(" ")}function f(e){var t=(e.tagName||"").toLowerCase();return"input"==t&&"checkbox"==e.getAttribute("type")}function s(e){var t=(e.tagName||"").toLowerCase();return"textarea"==t||"input"==t&&"text"==e.getAttribute("type")||"true"==e.getAttribute("contenteditable")}for(var m,d=(new Date).getTime(),l=1e4,g=/^([^\\.]+\\.)*twitter\\.com$/,p=/^key/,h=["click","keydown","keypress","keyup"],v=[],w=null,y=!0,b={captured:[],ignored:[],direct:[],all:[]},k=0;m=h[k];k++)document["on"+m]=e;w=setTimeout(function(){y=!1},l),window.swiftActionQueue={buckets:b,flush:t,logActions:r,wasFlushed:!1}}();\n  </script>\n  <script id="composition_state" nonce="TOces/egxk/YlNrLF3QoFA==">\n    !function(){function t(t){t.target.setAttribute("data-in-composition","true")}function n(t){t.target.removeAttribute("data-in-composition")}document.addEventListener&&(document.addEventListener("compositionstart",t,!1),document.addEventListener("compositionend",n,!1))}();\n  </script>\n\n    <link rel="stylesheet" href="https://abs.twimg.com/a/1525911434/css/t1/twitter_core.bundle.css" class="coreCSSBundles">\n  <link rel="stylesheet" class="moreCSSBundles" href="https://abs.twimg.com/a/1525911434/css/t1/twitter_more_1.bundle.css">\n  <link rel="stylesheet" class="moreCSSBundles" href="https://abs.twimg.com/a/1525911434/css/t1/twitter_more_2.bundle.css">\n\n    <link rel="dns-prefetch" href="https://pbs.twimg.com">\n    <link rel="dns-prefetch" href="https://t.co">\n      <link rel="preload" href="https://abs.twimg.com/k/en/init.en.0be835e04b9a8e74d6e4.js" as="script">\n      <link rel="preload" href="https://abs.twimg.com/k/en/0.commons.en.4d8648629a08e456bcce.js" as="script">\n      <link rel="preload" href="https://abs.twimg.com/k/en/3.pages_profile.en.bec8d66aad5e3a7b2f56.js" as="script">\n\n      <title>Jon Bois (@jon_bois) | Twitter</title>\n      <meta name="robots" content="NOODP">\n  <meta name="description" content="The latest Tweets from Jon Bois (@jon_bois). well it&#39;s jon. waggener high, class of 2001. creative director, sb nation labs. brooklyn/louisville">\n\n\n\n<meta name="msapplication-TileImage" content="//abs.twimg.com/favicons/win8-tile-144.png"/>\n<meta name="msapplication-TileColor" content="#00aced"/>\n\n\n\n<link rel="mask-icon" sizes="any" href="https://abs.twimg.com/a/1525911434/icons/favicon.svg" color="#1da1f2">\n\n<link rel="shortcut icon" href="//abs.twimg.com/favicons/favicon.ico" type="image/x-icon">\n<link rel="apple-touch-icon" href="https://abs.twimg.com/icons/apple-touch-icon-192x192.png" sizes="192x192">\n\n<link rel="manifest" href="/manifest.json">\n\n\n  <meta name="swift-page-name" id="swift-page-name" content="profile">\n  <meta name="swift-page-section" id="swift-section-name" content="profile">\n\n    <link rel="canonical" href="https://twitter.com/jon_bois">\n  <link rel="alternate" hreflang="x-default" href="https://twitter.com/jon_bois">\n  <link rel="alternate" hreflang="fr" href="https://twitter.com/jon_bois?lang=fr"><link rel="alternate" hreflang="en" href="https://twitter.com/jon_bois?lang=en"><link rel="alternate" hreflang="ar" href="https://twitter.com/jon_bois?lang=ar"><link rel="alternate" hreflang="ja" href="https://twitter.com/jon_bois?lang=ja"><link rel="alternate" hreflang="es" href="https://twitter.com/jon_bois?lang=es"><link rel="alternate" hreflang="de" href="https://twitter.com/jon_bois?lang=de"><link rel="alternate" hreflang="it" href="https://twitter.com/jon_bois?lang=it"><link rel="alternate" hreflang="id" href="https://twitter.com/jon_bois?lang=id"><link rel="alternate" hreflang="pt" href="https://twitter.com/jon_bois?lang=pt"><link rel="alternate" hreflang="ko" href="https://twitter.com/jon_bois?lang=ko"><link rel="alternate" hreflang="tr" href="https://twitter.com/jon_bois?lang=tr"><link rel="alternate" hreflang="ru" href="https://twitter.com/jon_bois?lang=ru"><link rel="alternate" hreflang="nl" href="https://twitter.com/jon_bois?lang=nl"><link rel="alternate" hreflang="fil" href="https://twitter.com/jon_bois?lang=fil"><link rel="alternate" hreflang="ms" href="https://twitter.com/jon_bois?lang=ms"><link rel="alternate" hreflang="zh-tw" href="https://twitter.com/jon_bois?lang=zh-tw"><link rel="alternate" hreflang="zh-cn" href="https://twitter.com/jon_bois?lang=zh-cn"><link rel="alternate" hreflang="hi" href="https://twitter.com/jon_bois?lang=hi"><link rel="alternate" hreflang="no" href="https://twitter.com/jon_bois?lang=no"><link rel="alternate" hreflang="sv" href="https://twitter.com/jon_bois?lang=sv"><link rel="alternate" hreflang="fi" href="https://twitter.com/jon_bois?lang=fi"><link rel="alternate" hreflang="da" href="https://twitter.com/jon_bois?lang=da"><link rel="alternate" hreflang="pl" href="https://twitter.com/jon_bois?lang=pl"><link rel="alternate" hreflang="hu" href="https://twitter.com/jon_bois?lang=hu"><link rel="alternate" hreflang="fa" href="https://twitter.com/jon_bois?lang=fa"><link rel="alternate" hreflang="he" href="https://twitter.com/jon_bois?lang=he"><link rel="alternate" hreflang="ur" href="https://twitter.com/jon_bois?lang=ur"><link rel="alternate" hreflang="th" href="https://twitter.com/jon_bois?lang=th"><link rel="alternate" hreflang="uk" href="https://twitter.com/jon_bois?lang=uk"><link rel="alternate" hreflang="ca" href="https://twitter.com/jon_bois?lang=ca"><link rel="alternate" hreflang="ga" href="https://twitter.com/jon_bois?lang=ga"><link rel="alternate" hreflang="el" href="https://twitter.com/jon_bois?lang=el"><link rel="alternate" hreflang="eu" href="https://twitter.com/jon_bois?lang=eu"><link rel="alternate" hreflang="cs" href="https://twitter.com/jon_bois?lang=cs"><link rel="alternate" hreflang="gl" href="https://twitter.com/jon_bois?lang=gl"><link rel="alternate" hreflang="ro" href="https://twitter.com/jon_bois?lang=ro"><link rel="alternate" hreflang="hr" href="https://twitter.com/jon_bois?lang=hr"><link rel="alternate" hreflang="en-gb" href="https://twitter.com/jon_bois?lang=en-gb"><link rel="alternate" hreflang="vi" href="https://twitter.com/jon_bois?lang=vi"><link rel="alternate" hreflang="bn" href="https://twitter.com/jon_bois?lang=bn"><link rel="alternate" hreflang="bg" href="https://twitter.com/jon_bois?lang=bg"><link rel="alternate" hreflang="sr" href="https://twitter.com/jon_bois?lang=sr"><link rel="alternate" hreflang="sk" href="https://twitter.com/jon_bois?lang=sk"><link rel="alternate" hreflang="gu" href="https://twitter.com/jon_bois?lang=gu"><link rel="alternate" hreflang="mr" href="https://twitter.com/jon_bois?lang=mr"><link rel="alternate" hreflang="ta" href="https://twitter.com/jon_bois?lang=ta"><link rel="alternate" hreflang="kn" href="https://twitter.com/jon_bois?lang=kn">\n\n    <link rel="alternate" type="application/json+oembed" href="https://publish.twitter.com/oembed?url=https://twitter.com/jon_bois" title="Jon Bois (@jon_bois) | Twitter">\n\n\n  <link rel="alternate" media="handheld, only screen and (max-width: 640px)" href="https://mobile.twitter.com/jon_bois">\n\n      <link rel="alternate" href="android-app://com.twitter.android/twitter/user?screen_name=jon_bois&amp;ref_src=twsrc%5Egoogle%7Ctwcamp%5Eandroidseo%7Ctwgr%5Eprofile">\n\n<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Twitter">\n\n    <link id="async-css-placeholder">\n\n        <meta  property="al:ios:url" content="twitter://user?screen_name=jon_bois">\n    <meta  property="al:ios:app_store_id" content="333903271">\n    <meta  property="al:ios:app_name" content="Twitter">\n    <meta  property="al:android:url" content="twitter://user?screen_name=jon_bois">\n    <meta  property="al:android:package" content="com.twitter.android">\n    <meta  property="al:android:app_name" content="Twitter">\n\n  </head>\n  <body class="three-col logged-out user-style-jon_bois enhanced-mini-profile ProfilePage ProfilePage--withWarning" \ndata-fouc-class-names="swift-loading"\n dir="ltr">\n      <script id="swift_loading_indicator" nonce="TOces/egxk/YlNrLF3QoFA==">\n        document.body.className=document.body.className+" "+document.body.getAttribute("data-fouc-class-names");\n      </script>\n\n    \n    <noscript>\n      <form action="https://mobile.twitter.com/i/nojs_router?path=%2Fjon_bois" method="POST" class="NoScriptForm">\n        <input type="hidden" value="4b114234421fff0e53e163af82acfd7c26242cf3" name="authenticity_token">\n\n        <div class="NoScriptForm-content">\n          <span class="NoScriptForm-logo Icon Icon--logo Icon--extraLarge"></span>\n          <p>We\'ve detected that JavaScript is disabled in your browser. Would you like to proceed to legacy Twitter?</p>\n          <p class="NoScriptForm-buttonContainer"><button type="submit" class="EdgeButton EdgeButton--primary">Yes</button></p>\n        </div>\n      </form>\n    </noscript>\n\n    <a href="#timeline" class="u-hiddenVisually focusable">Skip to content</a>\n\n    \n    \n    \n    \n    \n    \n    \n    \n    \n    <div id="doc" data-at-shortcutkeys="{&quot;Enter&quot;:&quot;Open Tweet details&quot;,&quot;o&quot;:&quot;Expand photo&quot;,&quot;/&quot;:&quot;Search&quot;,&quot;?&quot;:&quot;This menu&quot;,&quot;j&quot;:&quot;Next Tweet&quot;,&quot;k&quot;:&quot;Previous Tweet&quot;,&quot;Space&quot;:&quot;Page down&quot;,&quot;.&quot;:&quot;Load new Tweets&quot;,&quot;gu&quot;:&quot;Go to user\\u2026&quot;}" class="route-profile">\n        <div class="topbar js-topbar">\n    \n      <div id="banners" class="js-banners">\n            <div class="Banner Banner--aboveNav Banner-darkGray gdpr-privacy-banner">\n  <div class="Banner-contentContainer">\n    <div id="account-suspended" class="Banner-textContent">\n      <p class="title">\n        Twitter has a new Terms of Service and Privacy Policy, effective May 25, 2018. <a href="https://help.twitter.com/rules-and-policies/update-privacy-policy" target="_blank" class="learn-more" rel="noopener">Learn more</a>\n      </p>\n    </div>\n    <div class="Banner-actions">\n      <button type="button" class="EdgeButton EdgeButton--transparent">Got it</button>\n    </div>\n  </div>\n</div>\n      </div>\n\n\n    <div class="global-nav global-nav--newLoggedOut" data-section-term="top_nav">\n      <div class="global-nav-inner">\n        <div class="container">\n\n          \n<ul class="nav js-global-actions" role="navigation" id="global-actions">\n  <li id="global-nav-home" class="home" data-global-action="home">\n    <a class="js-nav js-tooltip js-dynamic-tooltip" data-placement="bottom" href="/" data-component-context="home_nav" data-nav="home">\n      <span class="Icon Icon--bird Icon--large"></span>\n      <span class="text" aria-hidden="true">Home</span>\n      <span class="u-hiddenVisually a11y-inactive-page-text">Home</span>\n      <span class="u-hiddenVisually a11y-active-page-text">Home, current page.</span>\n    </a>\n  </li>\n    <li id="global-nav-moments" class="moments" data-global-action="moments">\n      <a class="js-nav js-tooltip js-dynamic-tooltip" data-placement="bottom" href="/i/moments" data-component-context="moments_nav" data-nav="moments">\n        <span class="Icon Icon--lightning Icon--large"></span>\n        <span class="Icon Icon--lightningFilled Icon--large"></span>\n        <span class="text" aria-hidden="true">Moments</span>\n        <span class="u-hiddenVisually a11y-inactive-page-text">Moments</span>\n        <span class="u-hiddenVisually a11y-active-page-text">Moments, current page.</span>\n      </a>\n    </li>\n</ul>\n<div class="pull-right nav-extras">\n    <div role="search">\n  <form class="t1-form form-search js-search-form" action="/search" id="global-nav-search">\n    <label class="visuallyhidden" for="search-query">Search query</label>\n    <input class="search-input" type="text" id="search-query" placeholder="Search Twitter" name="q" autocomplete="off" spellcheck="false">\n    <span class="search-icon js-search-action">\n      <button type="submit" class="Icon Icon--medium Icon--search nav-search">\n        <span class="visuallyhidden">Search Twitter</span>\n      </button>\n    </span>\n      \n\n\n<div role="listbox" class="dropdown-menu typeahead">\n  <div aria-hidden="true" class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <div role="presentation" class="dropdown-inner js-typeahead-results">\n    <div role="presentation" class="typeahead-saved-searches">\n  <h3 id="saved-searches-heading" class="typeahead-category-title saved-searches-title">Saved searches</h3>\n  <ul role="presentation" class="typeahead-items saved-searches-list">\n    \n    <li role="presentation" class="typeahead-item typeahead-saved-search-item">\n      <span class="Icon Icon--close" aria-hidden="true"><span class="visuallyhidden">Remove</span></span>\n      <a role="option" aria-describedby="saved-searches-heading" class="js-nav" href="" data-search-query="" data-query-source="" data-ds="saved_search" tabindex="-1"></a>\n    </li>\n  </ul>\n</div>\n\n    <ul role="presentation" class="typeahead-items typeahead-topics">\n  \n  <li role="presentation" class="typeahead-item typeahead-topic-item">\n    <a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-ds="topics" tabindex="-1"></a>\n  </li>\n</ul>\n    <ul role="presentation" class="typeahead-items typeahead-accounts social-context js-typeahead-accounts">\n  \n  <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">\n    \n    <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n      <div class="js-selectable typeahead-in-conversation hidden">\n        <span class="Icon Icon--follower Icon--small"></span>\n        <span class="typeahead-in-conversation-text">In this conversation</span>\n      </div>\n      <img class="avatar size32" alt="">\n      <span class="typeahead-user-item-info account-group">\n        <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n      </span>\n      <span class="typeahead-social-context"></span>\n    </a>\n  </li>\n  <li role="presentation" class="js-selectable typeahead-accounts-shortcut js-shortcut"><a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-shortcut="true" data-ds="account_search"></a></li>\n</ul>\n\n    <ul role="presentation" class="typeahead-items typeahead-trend-locations-list">\n  \n  <li role="presentation" class="typeahead-item typeahead-trend-locations-item"><a role="option" class="js-nav" href="" data-ds="trend_location" data-search-query="" tabindex="-1"></a></li>\n</ul>\n    \n<div role="presentation" class="typeahead-user-select">\n  <div role="presentation" class="typeahead-empty-suggestions">\n    Suggested users\n  </div>\n  <ul role="presentation" class="typeahead-items typeahead-selected js-typeahead-selected">\n    \n    <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-selected-item js-selectable">\n      \n      <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n        <img class="avatar size32" alt="">\n        <span class="typeahead-user-item-info account-group">\n          <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>\n          <span class="select-status select-disabled Icon Icon--unfollow"></span>\n          <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n        </span>\n      </a>\n    </li>\n    <li role="presentation" class="typeahead-selected-end"></li>\n  </ul>\n\n  <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">\n    \n    <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">\n      \n      <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n        <img class="avatar size32" alt="">\n        <span class="typeahead-user-item-info account-group">\n          <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>\n          <span class="select-status select-disabled Icon Icon--unfollow"></span>\n          <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n        </span>\n      </a>\n    </li>\n    <li role="presentation" class="typeahead-accounts-end"></li>\n  </ul>\n</div>\n\n    <div role="presentation" class="typeahead-dm-conversations">\n  <ul role="presentation" class="typeahead-items typeahead-dm-conversation-items">\n    <li role="presentation" class="typeahead-item typeahead-dm-conversation-item">\n      <a role="option" tabindex="-1"></a>\n    </li>\n  </ul>\n</div>\n  </div>\n</div>\n\n  </form>\n</div>\n\n\n  <ul class="nav secondary-nav language-dropdown">\n    <li class="dropdown js-language-dropdown">\n      <a href="#supported_languages" class="dropdown-toggle js-dropdown-toggle">\n        <small>Language:</small> <span class="js-current-language">English</span> <b class="caret"></b>\n      </a>\n      <div class="dropdown-menu dropdown-menu--rightAlign is-forceRight">\n        <div class="dropdown-caret right">\n          <span class="caret-outer"> </span>\n          <span class="caret-inner"></span>\n        </div>\n        <ul id="supported_languages">\n            <li><a href="?lang=id" data-lang-code="id" title="Indonesian" class="js-language-link js-tooltip" rel="noopener">Bahasa Indonesia</a></li>\n            <li><a href="?lang=msa" data-lang-code="msa" title="Malay" class="js-language-link js-tooltip" rel="noopener">Bahasa Melayu</a></li>\n            <li><a href="?lang=ca" data-lang-code="ca" title="Catalan" class="js-language-link js-tooltip" rel="noopener">Catal\xc3\xa0</a></li>\n            <li><a href="?lang=cs" data-lang-code="cs" title="Czech" class="js-language-link js-tooltip" rel="noopener">\xc4\x8ce\xc5\xa1tina</a></li>\n            <li><a href="?lang=da" data-lang-code="da" title="Danish" class="js-language-link js-tooltip" rel="noopener">Dansk</a></li>\n            <li><a href="?lang=de" data-lang-code="de" title="German" class="js-language-link js-tooltip" rel="noopener">Deutsch</a></li>\n            <li><a href="?lang=en-gb" data-lang-code="en-gb" title="British English" class="js-language-link js-tooltip" rel="noopener">English UK</a></li>\n            <li><a href="?lang=es" data-lang-code="es" title="Spanish" class="js-language-link js-tooltip" rel="noopener">Espa\xc3\xb1ol</a></li>\n            <li><a href="?lang=fil" data-lang-code="fil" title="Filipino" class="js-language-link js-tooltip" rel="noopener">Filipino</a></li>\n            <li><a href="?lang=fr" data-lang-code="fr" title="French" class="js-language-link js-tooltip" rel="noopener">Fran\xc3\xa7ais</a></li>\n            <li><a href="?lang=hr" data-lang-code="hr" title="Croatian" class="js-language-link js-tooltip" rel="noopener">Hrvatski</a></li>\n            <li><a href="?lang=it" data-lang-code="it" title="Italian" class="js-language-link js-tooltip" rel="noopener">Italiano</a></li>\n            <li><a href="?lang=hu" data-lang-code="hu" title="Hungarian" class="js-language-link js-tooltip" rel="noopener">Magyar</a></li>\n            <li><a href="?lang=nl" data-lang-code="nl" title="Dutch" class="js-language-link js-tooltip" rel="noopener">Nederlands</a></li>\n            <li><a href="?lang=no" data-lang-code="no" title="Norwegian" class="js-language-link js-tooltip" rel="noopener">Norsk</a></li>\n            <li><a href="?lang=pl" data-lang-code="pl" title="Polish" class="js-language-link js-tooltip" rel="noopener">Polski</a></li>\n            <li><a href="?lang=pt" data-lang-code="pt" title="Portuguese" class="js-language-link js-tooltip" rel="noopener">Portugu\xc3\xaas</a></li>\n            <li><a href="?lang=ro" data-lang-code="ro" title="Romanian" class="js-language-link js-tooltip" rel="noopener">Rom\xc3\xa2n\xc4\x83</a></li>\n            <li><a href="?lang=sk" data-lang-code="sk" title="Slovak" class="js-language-link js-tooltip" rel="noopener">Sloven\xc4\x8dina</a></li>\n            <li><a href="?lang=fi" data-lang-code="fi" title="Finnish" class="js-language-link js-tooltip" rel="noopener">Suomi</a></li>\n            <li><a href="?lang=sv" data-lang-code="sv" title="Swedish" class="js-language-link js-tooltip" rel="noopener">Svenska</a></li>\n            <li><a href="?lang=vi" data-lang-code="vi" title="Vietnamese" class="js-language-link js-tooltip" rel="noopener">Ti\xe1\xba\xbfng Vi\xe1\xbb\x87t</a></li>\n            <li><a href="?lang=tr" data-lang-code="tr" title="Turkish" class="js-language-link js-tooltip" rel="noopener">T\xc3\xbcrk\xc3\xa7e</a></li>\n            <li><a href="?lang=el" data-lang-code="el" title="Greek" class="js-language-link js-tooltip" rel="noopener">\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac</a></li>\n            <li><a href="?lang=bg" data-lang-code="bg" title="Bulgarian" class="js-language-link js-tooltip" rel="noopener">\xd0\x91\xd1\x8a\xd0\xbb\xd0\xb3\xd0\xb0\xd1\x80\xd1\x81\xd0\xba\xd0\xb8 \xd0\xb5\xd0\xb7\xd0\xb8\xd0\xba</a></li>\n            <li><a href="?lang=ru" data-lang-code="ru" title="Russian" class="js-language-link js-tooltip" rel="noopener">\xd0\xa0\xd1\x83\xd1\x81\xd1\x81\xd0\xba\xd0\xb8\xd0\xb9</a></li>\n            <li><a href="?lang=sr" data-lang-code="sr" title="Serbian" class="js-language-link js-tooltip" rel="noopener">\xd0\xa1\xd1\x80\xd0\xbf\xd1\x81\xd0\xba\xd0\xb8</a></li>\n            <li><a href="?lang=uk" data-lang-code="uk" title="Ukrainian" class="js-language-link js-tooltip" rel="noopener">\xd0\xa3\xd0\xba\xd1\x80\xd0\xb0\xd1\x97\xd0\xbd\xd1\x81\xd1\x8c\xd0\xba\xd0\xb0 \xd0\xbc\xd0\xbe\xd0\xb2\xd0\xb0</a></li>\n            <li><a href="?lang=he" data-lang-code="he" title="Hebrew" class="js-language-link js-tooltip" rel="noopener">\xd7\xa2\xd6\xb4\xd7\x91\xd6\xb0\xd7\xa8\xd6\xb4\xd7\x99\xd7\xaa</a></li>\n            <li><a href="?lang=ar" data-lang-code="ar" title="Arabic" class="js-language-link js-tooltip" rel="noopener">\xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa8\xd9\x8a\xd8\xa9</a></li>\n            <li><a href="?lang=fa" data-lang-code="fa" title="Persian" class="js-language-link js-tooltip" rel="noopener">\xd9\x81\xd8\xa7\xd8\xb1\xd8\xb3\xdb\x8c</a></li>\n            <li><a href="?lang=mr" data-lang-code="mr" title="Marathi" class="js-language-link js-tooltip" rel="noopener">\xe0\xa4\xae\xe0\xa4\xb0\xe0\xa4\xbe\xe0\xa4\xa0\xe0\xa5\x80</a></li>\n            <li><a href="?lang=hi" data-lang-code="hi" title="Hindi" class="js-language-link js-tooltip" rel="noopener">\xe0\xa4\xb9\xe0\xa4\xbf\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa6\xe0\xa5\x80</a></li>\n            <li><a href="?lang=bn" data-lang-code="bn" title="Bangla" class="js-language-link js-tooltip" rel="noopener">\xe0\xa6\xac\xe0\xa6\xbe\xe0\xa6\x82\xe0\xa6\xb2\xe0\xa6\xbe</a></li>\n            <li><a href="?lang=gu" data-lang-code="gu" title="Gujarati" class="js-language-link js-tooltip" rel="noopener">\xe0\xaa\x97\xe0\xab\x81\xe0\xaa\x9c\xe0\xaa\xb0\xe0\xaa\xbe\xe0\xaa\xa4\xe0\xab\x80</a></li>\n            <li><a href="?lang=ta" data-lang-code="ta" title="Tamil" class="js-language-link js-tooltip" rel="noopener">\xe0\xae\xa4\xe0\xae\xae\xe0\xae\xbf\xe0\xae\xb4\xe0\xaf\x8d</a></li>\n            <li><a href="?lang=kn" data-lang-code="kn" title="Kannada" class="js-language-link js-tooltip" rel="noopener">\xe0\xb2\x95\xe0\xb2\xa8\xe0\xb3\x8d\xe0\xb2\xa8\xe0\xb2\xa1</a></li>\n            <li><a href="?lang=th" data-lang-code="th" title="Thai" class="js-language-link js-tooltip" rel="noopener">\xe0\xb8\xa0\xe0\xb8\xb2\xe0\xb8\xa9\xe0\xb8\xb2\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2</a></li>\n            <li><a href="?lang=ko" data-lang-code="ko" title="Korean" class="js-language-link js-tooltip" rel="noopener">\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4</a></li>\n            <li><a href="?lang=ja" data-lang-code="ja" title="Japanese" class="js-language-link js-tooltip" rel="noopener">\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e</a></li>\n            <li><a href="?lang=zh-cn" data-lang-code="zh-cn" title="Simplified Chinese" class="js-language-link js-tooltip" rel="noopener">\xe7\xae\x80\xe4\xbd\x93\xe4\xb8\xad\xe6\x96\x87</a></li>\n            <li><a href="?lang=zh-tw" data-lang-code="zh-tw" title="Traditional Chinese" class="js-language-link js-tooltip" rel="noopener">\xe7\xb9\x81\xe9\xab\x94\xe4\xb8\xad\xe6\x96\x87</a></li>\n        </ul>\n      </div>\n      <div class="js-front-language">\n        <form action="/sessions/change_locale" class="t1-form language" method="POST">\n          <input type="hidden" name="lang"> <input type="hidden" name="redirect">\n          <input type="hidden" name="authenticity_token" value="4b114234421fff0e53e163af82acfd7c26242cf3">\n        </form>\n      </div>\n    </li>\n  </ul>\n\n    <ul class="nav secondary-nav session-dropdown" id="session">\n      <li class="dropdown js-session">\n          <a href="/login" class="dropdown-toggle js-dropdown-toggle dropdown-signin" role="button" id="signin-link" data-nav="login">\n            <small>Have an account?</small> <span class="emphasize"> Log in</span><span class="caret"></span>\n          </a>\n          <div class="dropdown-menu dropdown-form dropdown-menu--rightAlign is-forceRight" id="signin-dropdown">\n            <div class="dropdown-caret right"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div>\n            <div class="signin-dialog-body">\n              <div>Have an account?</div>\n<form action="https://twitter.com/sessions" class="LoginForm js-front-signin" method="post"\n  data-component="login_callout"\n  data-element="form"\n>\n  <div class="LoginForm-input LoginForm-username">\n    <input\n      type="text"\n      class="text-input email-input js-signin-email"\n      name="session[username_or_email]"\n      autocomplete="username"\n      placeholder="Phone, email, or username"\n    />\n  </div>\n\n  <div class="LoginForm-input LoginForm-password">\n    <input type="password" class="text-input" name="session[password]" placeholder="Password" autocomplete="current-password">\n    \n  </div>\n\n    <div class="LoginForm-rememberForgot">\n      <label>\n        <input type="checkbox" value="1" name="remember_me" checked="checked">\n        <span>Remember me</span>\n      </label>\n      <span class="separator">&middot;</span>\n      <a class="forgot" href="/account/begin_password_reset" rel="noopener">Forgot password?</a>\n    </div>\n\n  <input type="submit" class="EdgeButton EdgeButton--primary EdgeButton--medium submit js-submit" value="Log in">\n\n    <input type="hidden" name="return_to_ssl" value="true">\n\n  <input type="hidden" name="scribe_log">\n  <input type="hidden" name="redirect_after_login" value="/jon_bois">\n  <input type="hidden" value="4b114234421fff0e53e163af82acfd7c26242cf3" name="authenticity_token">\n      <input type="hidden" name="ui_metrics" autocomplete="off">\n      <script src="/i/js_inst?c_name=ui_metrics" async></script>\n</form>\n              <hr>\n              <div class="signup SignupForm">\n                <div class="SignupForm-header">New to Twitter?</div>\n                <a href="https://twitter.com/signup" role="button" class="EdgeButton EdgeButton--secondary EdgeButton--medium u-block js-signup"\n                  data-component="signup_callout"\n                  data-element="dropdown"\n                  >Sign up\n                </a>\n              </div>\n            </div>\n          </div>\n      </li>\n    </ul>\n</div>\n\n        </div>\n      </div>\n    </div>\n</div>\n\n    <div class="topbar-spacer" style="padding-top: 108px;">\n    </div>\n\n        <div id="page-outer">\n          <div id="page-container" class="AppContent">\n              \n            \n  \n\n  \n        \n<style id="user-style-jon_bois">\n\n\n\n\n\n\n  a,\n  a:hover,\n  a:focus,\n  a:active {\n    color: #000000;\n  }\n\n  .u-textUserColor,\n  .u-textUserColorHover:hover,\n  .u-textUserColorHover:hover .ProfileTweet-actionCount,\n  .u-textUserColorHover:focus {\n    color: #000000 !important;\n  }\n\n  .u-borderUserColor,\n  .u-borderUserColorHover:hover,\n  .u-borderUserColorHover:focus {\n    border-color: #000000 !important;\n  }\n\n  .u-bgUserColor,\n  .u-bgUserColorHover:hover,\n  .u-bgUserColorHover:focus {\n    background-color: #000000 !important;\n  }\n\n  .u-dropdownUserColor > li:hover,\n  .u-dropdownUserColor > li:focus,\n  .u-dropdownUserColor > li > button:hover,\n  .u-dropdownUserColor > li > button:focus,\n  .u-dropdownUserColor > li > a:focus,\n  .u-dropdownUserColor > li > a:hover {\n    color: #fff !important;\n    background-color: #000000 !important;\n  }\n\n  .u-boxShadowInsetUserColorHover:hover,\n  .u-boxShadowInsetUserColorHover:focus {\n    box-shadow: inset 0 0 0 5px #000000 !important;\n  }\n\n  .u-dropdownOpenUserColor.dropdown.open .dropdown-toggle {\n    color: #000000;\n  }\n\n\n  .u-textUserColorLight {\n    color: #999999 !important;\n  }\n\n  .u-borderUserColorLight,\n  .u-borderUserColorLightFocus:focus,\n  .u-borderUserColorLightHover:hover,\n  .u-borderUserColorLightHover:focus {\n    border-color: #999999 !important;\n  }\n\n  .u-bgUserColorLight {\n    background-color: #999999 !important;\n  }\n\n\n  .u-boxShadowUserColorLighterFocus:focus {\n    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(0,0,0,0.25) !important;\n  }\n\n\n  .u-textUserColorLightest {\n    color: #E5E5E5 !important;\n  }\n\n  .u-borderUserColorLightest {\n    border-color: #E5E5E5 !important;\n  }\n\n  .u-bgUserColorLightest {\n    background-color: #E5E5E5 !important;\n  }\n\n\n  .u-textUserColorLighter {\n    color: #BFBFBF !important;\n  }\n\n  .u-borderUserColorLighter {\n    border-color: #BFBFBF !important;\n  }\n\n  .u-bgUserColorLighter {\n    background-color: #BFBFBF !important;\n  }\n\n\n  .u-bgUserColorDarkHover:hover {\n    background-color: #05070A !important;\n  }\n\n  .u-borderUserColorDark {\n    border-color: #05070A !important;\n  }\n\n\n  .u-bgUserColorDarkerActive:active {\n    background-color: #0A1015 !important;\n  }\n\n\n\n\n\n\n\n\n\n\n\n\n\na,\n.btn-link,\n.btn-link:focus,\n.icon-btn,\n\n\n\n.pretty-link b,\n.pretty-link:hover s,\n.pretty-link:hover b,\n.pretty-link:focus s,\n.pretty-link:focus b,\n\n.metadata a:hover,\n.metadata a:focus,\n\na.account-group:hover .fullname,\na.account-group:focus .fullname,\n.account-summary:focus .fullname,\n\n.message .message-text a,\n.message .message-text button,\n.stats a strong,\n.plain-btn:hover,\n.plain-btn:focus,\n.dropdown.open .user-dropdown.plain-btn,\n.open > .plain-btn,\n#global-actions .new:before,\n.module .list-link:hover,\n.module .list-link:focus,\n\n.stats a:hover,\n.stats a:hover strong,\n.stats a:focus,\n.stats a:focus strong,\n\n.find-friends-sources li:hover .source,\n\n\n\n\n\n.stream-item a:hover .fullname,\n.stream-item a:focus .fullname,\n\n.stream-item .view-all-supplements:hover,\n.stream-item .view-all-supplements:focus,\n\n.tweet .time a:hover,\n.tweet .time a:focus,\n.tweet .details.with-icn b,\n.tweet .details.with-icn .Icon,\n\n.stream-item:hover .original-tweet .details b,\n.stream-item .original-tweet.focus .details b,\n.stream-item.open .original-tweet .details b,\n\n.client-and-actions a:hover,\n.client-and-actions a:focus,\n\n.dismiss-btn:hover b,\n\n.tweet .context .pretty-link:hover s,\n.tweet .context .pretty-link:hover b,\n.tweet .context .pretty-link:focus s,\n.tweet .context .pretty-link:focus b,\n\n.list .username a:hover,\n.list .username a:focus,\n.list-membership-container .create-a-list,\n.list-membership-container .create-a-list:hover,\n.new-tweets-bar,\n\n\n\n.card .list-details a:hover,\n.card .list-details a:focus,\n.card .card-body:hover .attribution,\n.card .card-body .attribution:focus {\n  color: #000000;\n}\n\n\n\n\n  \n  .FoundMediaSearch--keyboard .FoundMediaSearch-focusable.is-focused {\n    border-color: #000000;\n  }\n\n  \n  .photo-selector:hover .btn,\n  .icon-btn:hover,\n  .icon-btn:active,\n  .icon-btn.active,\n  .icon-btn.enabled {\n    border-color: #000000;\n    border-color: rgba(0,0,0,0.4);\n    color: #000000;\n  }\n\n  \n  .photo-selector:hover .btn,\n  .icon-btn:hover {\n    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));\n  }\n\n  .icon-btn.disabled,\n  .icon-btn.disabled:hover,\n  .icon-btn[disabled],\n  .icon-btn[aria-disabled=true] {\n    color: #000000;\n  }\n\n  \n  \n\n  .EdgeButton--primary,\n  .EdgeButton--primary:focus {\n    background-color: #323232;\n    border-color: transparent;\n  }\n\n  .EdgeButton--primary:hover,\n  .EdgeButton--primary:active {\n    background-color: #000000;\n    border-color: #000000;\n  }\n\n  .EdgeButton--primary:focus {\n    box-shadow:\n      0 0 0 2px #FFFFFF,\n      0 0 0 4px #999999;\n  }\n\n  .EdgeButton--primary:active {\n    box-shadow:\n      0 0 0 2px #FFFFFF,\n      0 0 0 4px #323232;\n  }\n\n  \n  \n\n  .EdgeButton--secondary,\n  .EdgeButton--secondary:hover,\n  .EdgeButton--secondary:focus,\n  .EdgeButton--secondary:active {\n    border-color: #000000;\n    color: #000000;\n  }\n\n  .EdgeButton--secondary:hover,\n  .EdgeButton--secondary:active {\n    background-color: #E5E5E5;\n  }\n\n  .EdgeButton--secondary:focus {\n    box-shadow:\n      0 0 0 2px #FFFFFF,\n      0 0 0 4px rgba(0,0,0,0.4);\n  }\n\n  .EdgeButton--secondary:active {\n    box-shadow:\n      0 0 0 2px #FFFFFF,\n      0 0 0 4px #000000;\n  }\n\n  \n  \n\n  .EdgeButton--invertedPrimary {\n    color: #000000 !important;\n  }\n\n  .EdgeButton--invertedPrimary:focus {\n    box-shadow:\n      0 0 0 2px #000000,\n      0 0 0 4px #999999;\n  }\n\n  .EdgeButton--invertedPrimary:active {\n    box-shadow:\n      0 0 0 2px #000000,\n      0 0 0 4px #FFFFFF;\n  }\n\n  \n  \n\n  .EdgeButton--invertedSecondary {\n    background-color: #000000;\n  }\n\n  .EdgeButton--invertedSecondary:hover {\n    background-color: #323232;\n  }\n\n  .EdgeButton--invertedSecondary:focus {\n    box-shadow:\n      0 0 0 2px #000000,\n      0 0 0 4px #999999;\n  }\n\n  .EdgeButton--invertedSecondary:active {\n    box-shadow:\n      0 0 0 2px #000000,\n      0 0 0 4px #FFFFFF;\n  }\n\n  \n\n  .btn:focus,\n  .btn.focus,\n  .Button:focus,\n  .EmojiPicker-item.is-focused,\n  .EmojiPicker .EmojiCategoryIcon:focus,\n  .EmojiPicker-skinTone:focus + .EmojiPicker-skinToneSwatch,\n  a:focus > img:first-child:last-child,\n  button:focus {\n    box-shadow:\n      0 0 0 2px #FFFFFF,\n      0 0 2px 4px rgba(0,0,0,0.4);\n  }\n\n  .selected-stream-item:focus {\n    box-shadow: 0 0 0 3px rgba(0,0,0,0.4);\n  }\n\n  \n  .js-navigable-stream.stream-table-view .selected-stream-item[tabindex="-1"]:focus {\n    outline: 3px solid rgba(0,0,0,0.4) !important;\n  }\n\n  \n  .js-navigable-stream.stream-table-view .selected-stream-item:focus {\n    box-shadow: none;\n  }\n\n  \n\n  .global-dm-nav.new.with-count .dm-new .count-inner {\n    background: #000000;\n  }\n\n  .global-nav .people .count .count-inner {\n    background: #000000;\n  }\n\n  .dropdown-menu li > a:hover,\n  .dropdown-menu li > a:focus,\n  .dropdown-menu .dropdown-link:hover,\n  .dropdown-menu .dropdown-link:focus,\n  .dropdown-menu .dropdown-link.is-focused,\n  .dropdown-menu li:hover .dropdown-link,\n  .dropdown-menu li:focus .dropdown-link,\n  .dropdown-menu .selected a,\n  .dropdown-menu .dropdown-link.selected {\n    background-color: #000000 !important;\n  }\n\n  /* for items in typeahead dropdown menu on logged in pages */\n  .dropdown-menu .typeahead-items li > a:focus,\n  .dropdown-menu .typeahead-items li > a:hover,\n  .dropdown-menu .typeahead-items .selected,\n  .dropdown-menu .typeahead-items .selected a {\n    background-color: #E5E5E5 !important;\n    color: #000000 !important;\n  }\n\n  .typeahead a:hover,\n  .typeahead a:hover strong,\n  .typeahead a:hover .fullname,\n  .typeahead .selected a,\n  .typeahead .selected strong,\n  .typeahead .selected .fullname,\n  .typeahead .selected .Icon--close {\n    color: #000000 !important;\n  }\n\n\n.home-tweet-box,\n.LiveVideo-tweetBox,\n.RetweetDialog-commentBox {\n  background-color: #E5E5E5;\n}\n\n.top-timeline-tweetbox .timeline-tweet-box .tweet-form.condensed .tweet-box {\n  color: #000000;\n}\n\n.RichEditor,\n.TweetBoxAttachments {\n  border-color: #BFBFBF;\n}\n\ninput:focus,\ntextarea:focus,\ndiv[contenteditable="true"]:focus,\ndiv[contenteditable="true"].fake-focus,\ndiv[contenteditable="plaintext-only"]:focus,\ndiv[contenteditable="plaintext-only"].fake-focus {\n  border-color: #999999;\n  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.7);\n}\n\n.tweet-box textarea:focus,\n.tweet-box input[type=text],\n.currently-dragging .tweet-form.is-droppable .tweet-drag-help,\n.tweet-box[contenteditable="true"]:focus,\n.RichEditor.is-fakeFocus,\n.RichEditor.is-fakeFocus ~ .TweetBoxAttachments {\n  border-color: #999999;\n  box-shadow: 0 0 0 1px #999999;\n}\n\n.MomentCapsuleItem.selected-stream-item:focus {\n  box-shadow: 0 0 0 3px rgba(0,0,0,0.4);\n}\n\n\n\n\ns,\n.pretty-link:hover s,\n.pretty-link:focus s,\n.stream-item-activity-notification .latest-tweet .tweet-row a:hover s,\n.stream-item-activity-notification .latest-tweet .tweet-row a:focus s {\n    color: #000000;\n}\n\n\n\n.vellip,\n.vellip:before,\n.vellip:after,\n.conversation-module > li:after,\n.conversation-module > li:before,\n.ThreadedConversation--loneTweet:after,\n.ThreadedConversation-tweet:not(.is-hiddenAncestor) ~ .ThreadedConversation-tweet:before,\n.ThreadedConversation-tweet:after,\n.ThreadedConversation-moreReplies:before,\n.ThreadedConversation-viewOther:before,\n.ThreadedConversation-unavailableTweet:before,\n.ThreadedConversation-unavailableTweet:after,\n.ThreadedConversation--permalinkTweetWithAncestors:before,\n.mini-avatar-with-thread:before,\n.permalink.self-thread-permalink-with-descendant .permalink-tweet-container:after,\n.permalink.self-thread-permalink-with-descendant .inline-reply-tweetbox-container:after {\n    border-color: #999999;\n}\n\n\n\n\n.tweet .sm-reply,\n.tweet .sm-rt,\n.tweet .sm-fav,\n.tweet .sm-image,\n.tweet .sm-video,\n.tweet .sm-audio,\n.tweet .sm-geo,\n.tweet .sm-in,\n.tweet .sm-trash,\n.tweet .sm-more,\n.tweet .sm-page,\n.tweet .sm-embed,\n.tweet .sm-summary,\n.tweet .sm-chat,\n\n.timelines-navigation .active .profile-nav-icon,\n.timelines-navigation .profile-nav-icon:hover,\n.timelines-navigation .profile-nav-link:focus .profile-nav-icon,\n\n.sm-top-tweet {\n    background-color: #000000;\n}\n\n.enhanced-mini-profile .mini-profile .profile-summary {\n  background-image: url(https://abs.twimg.com/a/1525911434/img/t1/grey_header_web.jpg);\n}\n\n  #global-tweet-dialog .modal-header,\n  #Tweetstorm-dialog .modal-header {\n    border-bottom: solid 1px rgba(0,0,0,0.25);\n  }\n\n  #global-tweet-dialog .modal-tweet-form-container,\n  #Tweetstorm-dialog .modal-body {\n    background-color: #000000;\n    background: rgba(0,0,0,0.1);\n  }\n\n  .TweetstormDialog-reply-context .tweet-box-avatar:after,\n  .TweetstormDialog-reply-context .tweet-box-avatar:before,\n  .TweetstormDialog-tweet-box .tweet-box-avatar:after,\n  .TweetstormDialog-tweet-box .tweet-box-avatar:before {\n    border-color: #999999;\n  }\n\n  .global-nav .search-input:focus,\n  .global-nav .search-input.focus {\n    border: 2px solid #000000;\n  }\n}\n\n  .inline-reply-tweetbox {\n    background-color: #E5E5E5;\n  }\n\n</style>\n\n\n    <div class="ProfileCanopy ProfileCanopy--withNav js-variableHeightTopBar">\n  <div class="ProfileCanopy-inner">\n\n    <div class="ProfileCanopy-header u-bgUserColor">\n  <div class="ProfileCanopy-headerBg">\n    <img alt=""\n      \n      class="u-hidden"\n    >\n  </div>\n\n  <div class="AppContainer">\n\n    <div class="ProfileCanopy-avatar">\n      <div class="ProfileAvatar">\n    <a class="ProfileAvatar-container u-block js-tooltip profile-picture"\n        href="https://pbs.twimg.com/profile_images/619015602/hobbes_400x400.jpg"\n        title="Jon Bois"\n        data-resolved-url-large="https://pbs.twimg.com/profile_images/619015602/hobbes_400x400.jpg"\n        data-url="https://pbs.twimg.com/profile_images/619015602/hobbes_400x400.jpg"\n        target="_blank"\n        rel="noopener">\n        <img class="ProfileAvatar-image " src="https://pbs.twimg.com/profile_images/619015602/hobbes_400x400.jpg" alt="Jon Bois">\n    </a>\n</div>\n\n    </div>\n\n\n    <div class="ProfileCanopy-headerPromptAnchor"></div>\n  </div>\n\n</div>\n\n\n    <div class="ProfileCanopy-navBar u-boxShadow">\n      \n      <div class="AppContainer">\n        <div class="Grid Grid--withGutter">\n          <div class="Grid-cell u-size1of3 u-lg-size1of4">\n            <div class="ProfileCanopy-card" role="presentation">\n              <div class="ProfileCardMini">\n  <a class="ProfileCardMini-avatar profile-picture js-tooltip"\n     href="https://pbs.twimg.com/profile_images/619015602/hobbes.jpg"\n     title="Jon Bois"\n     data-resolved-url-large="https://pbs.twimg.com/profile_images/619015602/hobbes.jpg"\n     data-url="https://pbs.twimg.com/profile_images/619015602/hobbes.jpg"\n     target="_blank"\n     rel="noopener">\n    <img class="ProfileCardMini-avatarImage" alt="Jon Bois" src="https://pbs.twimg.com/profile_images/619015602/hobbes_normal.jpg" >\n  </a>\n  <div class="ProfileCardMini-details">\n    <div class="ProfileNameTruncated account-group">\n  <div class="u-textTruncate u-inlineBlock ProfileNameTruncated-withBadges ProfileNameTruncated-withBadges--1">\n    <a class="fullname ProfileNameTruncated-link u-textInheritColor js-nav" href="/jon_bois"  data-aria-label-part>\n      Jon Bois</a></div><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span>\n</div>\n    <div class="ProfileCardMini-screenname">\n      <a href="/jon_bois" class="ProfileCardMini-screennameLink u-linkComplex js-nav u-dir" dir="ltr">\n        <span class="username u-dir" dir="ltr">@<b class="u-linkComplex-target">jon_bois</b></span>\n      </a>\n    </div>\n  </div>\n</div>\n\n            </div>\n          </div>\n\n          <div class="Grid-cell u-size2of3 u-lg-size3of4">\n            <div class="ProfileCanopy-nav">\n              \n  <div class="ProfileNav" role="navigation" data-user-id="70739029">\n    <ul class="ProfileNav-list">\n<li class="ProfileNav-item ProfileNav-item--tweets is-active">\n          <a class="ProfileNav-stat ProfileNav-stat--link u-borderUserColor u-textCenter js-tooltip js-nav" title="39,065 Tweets" data-nav="tweets"\n              tabindex=0\n>\n            <span class="ProfileNav-label" aria-hidden="true">Tweets</span>\n              <span class="u-hiddenVisually">Tweets, current page.</span>\n            <span class="ProfileNav-value"  data-count=39065 data-is-compact="true">39.1K\n            </span>\n          </a>\n        </li><li class="ProfileNav-item ProfileNav-item--following">\n        <a class="ProfileNav-stat ProfileNav-stat--link u-borderUserColor u-textCenter js-tooltip js-openSignupDialog js-nonNavigable u-textUserColor" title="415 Following" data-nav="following"\n            href="/jon_bois/following"\n>\n          <span class="ProfileNav-label" aria-hidden="true">Following</span>\n            <span class="u-hiddenVisually">Following</span>\n          <span class="ProfileNav-value" data-count=415 data-is-compact="false">415</span>\n        </a>\n      </li><li class="ProfileNav-item ProfileNav-item--followers">\n        <a class="ProfileNav-stat ProfileNav-stat--link u-borderUserColor u-textCenter js-tooltip js-openSignupDialog js-nonNavigable u-textUserColor" title="97,332 Followers" data-nav="followers"\n            href="/jon_bois/followers"\n>\n          <span class="ProfileNav-label" aria-hidden="true">Followers</span>\n            <span class="u-hiddenVisually">Followers</span>\n          <span class="ProfileNav-value" data-count=97332 data-is-compact="true">97.3K</span>\n        </a>\n      </li><li class="ProfileNav-item ProfileNav-item--favorites" data-more-item=".ProfileNav-dropdownItem--favorites">\n        <a class="ProfileNav-stat ProfileNav-stat--link u-borderUserColor u-textCenter js-tooltip js-openSignupDialog js-nonNavigable u-textUserColor" title="8,143 Likes" data-nav="favorites"\n            href="/jon_bois/likes"\n>\n          <span class="ProfileNav-label" aria-hidden="true">Likes</span>\n            <span class="u-hiddenVisually">Likes</span>\n          <span class="ProfileNav-value" data-count=8143 data-is-compact="false">8,143</span>\n        </a>\n      </li><li class="ProfileNav-item ProfileNav-item--more dropdown is-hidden">        <a class="ProfileNav-stat ProfileNav-stat--link ProfileNav-stat--moreLink js-openSignupDialog js-nonNavigable" role="button" href="#more">\n          <span class="ProfileNav-label">&nbsp;</span>\n          <span class="ProfileNav-value">More <span class="ProfileNav-dropdownCaret Icon Icon--medium Icon--caretDown"></span></span>\n        </a>\n        <div class="dropdown-menu">\n          <div class="dropdown-caret">\n            <span class="caret-outer"></span>\n            <span class="caret-inner"></span>\n          </div>\n          <ul><li>\n              <a href="/jon_bois/likes" class="ProfileNav-dropdownItem ProfileNav-dropdownItem--favorites is-hidden u-bgUserColorHover u-bgUserColorFocus u-linkClean js-nav">Likes</a></li></ul>\n        </div>\n      </li><li class="ProfileNav-item ProfileNav-item--userActions u-floatRight u-textRight with-rightCaret ">\n        <div class="UserActions   u-textLeft" >\n    <div class="user-actions btn-group not-following " data-user-id="70739029"\n        data-screen-name="jon_bois" data-name="Jon Bois" data-protected="false">\n      <span class="UserActions-moreActions u-inlineBlock">\n          <button type="button" class="js-tooltip unmute-button btn small plain-btn" title="Unmute @jon_bois" data-placement="top">\n            <span class="Icon Icon--muted Icon--medium"><span class="visuallyhidden">Unmute <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span></span>\n          </button><button type="button" class="first-load js-tooltip mute-button btn small plain-btn" title="Mute @jon_bois" data-placement="top">\n            <span class="Icon Icon--unmuted Icon--medium"><span class="visuallyhidden">Mute <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span></span>\n          </button></span><span class="user-actions-follow-button js-follow-btn follow-button">\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--secondary\n    \n    EdgeButton--medium \n    button-text\n    follow-text">\n      <span aria-hidden="true">Follow</span>\n      <span class="u-hiddenVisually">Follow <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--primary\n    \n    EdgeButton--medium \n    button-text\n    following-text">\n      <span aria-hidden="true">Following</span>\n      <span class="u-hiddenVisually">Following <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--danger\n    \n    EdgeButton--medium \n    button-text\n    unfollow-text">\n      <span aria-hidden="true">Unfollow</span>\n      <span class="u-hiddenVisually">Unfollow <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--invertedDanger\n    \n    EdgeButton--medium \n    button-text\n    blocked-text">\n    <span aria-hidden="true">Blocked</span>\n    <span class="u-hiddenVisually">Blocked <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--danger\n    \n    EdgeButton--medium \n    button-text\n    unblock-text">\n    <span aria-hidden="true">Unblock</span>\n    <span class="u-hiddenVisually">Unblock <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--secondary\n    \n    EdgeButton--medium \n    button-text\n    pending-text">\n    <span aria-hidden="true">Pending</span>\n    <span class="u-hiddenVisually">Pending follow request from <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n  <button type="button" class="\n    EdgeButton\n    EdgeButton--secondary\n    \n    EdgeButton--medium \n    button-text\n    cancel-text">\n    <span aria-hidden="true">Cancel</span>\n    <span class="u-hiddenVisually">Cancel your follow request to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></span>\n  </button>\n</span>\n\n\n    </div>\n</div>\n\n      </li>\n    </ul>\n  </div>\n\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n\n  </div>\n</div>\n\n\n\n    <div class="AppContainer">\n      <div class="AppContent-main content-main u-cf" role="main" aria-labelledby="content-main-heading">\n        <div class="Grid Grid--withGutter">\n          <div class="Grid-cell u-size1of3 u-lg-size1of4">\n            <div class="Grid Grid--withGutter">\n              <div class="Grid-cell">\n                <div class="ProfileSidebar ProfileSidebar--withLeftAlignment">\n  <div class="ProfileHeaderCard">\n  <h1 class="ProfileHeaderCard-name">\n    <a href="/jon_bois"\n       class="ProfileHeaderCard-nameLink u-textInheritColor js-nav">Jon Bois</a><span class="ProfileHeaderCard-badges"><a href="/help/verified" class="js-tooltip" target="_blank" title="Verified account" data-placement="right" rel="noopener"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></a></span>\n  </h1>\n\n  <h2 class="ProfileHeaderCard-screenname u-inlineBlock u-dir" dir="ltr">\n    <a class="ProfileHeaderCard-screennameLink u-linkComplex js-nav" href="/jon_bois">\n      <span class="username u-dir" dir="ltr">@<b class="u-linkComplex-target">jon_bois</b></span>\n    </a>\n  </h2>\n\n  \n\n      <p class="ProfileHeaderCard-bio u-dir" dir="ltr">well it&#39;s jon. waggener high, class of 2001. creative director, sb nation labs</p>\n\n      <div class="ProfileHeaderCard-location ">\n        <span class="Icon Icon--geo Icon--medium" aria-hidden="true" role="presentation"></span>\n        <span class="ProfileHeaderCard-locationText u-dir" dir="ltr">\n              brooklyn/louisville\n\n        </span>\n      </div>\n\n      <div class="ProfileHeaderCard-url ">\n        <span class="Icon Icon--url Icon--medium" aria-hidden="true" role="presentation"></span>\n        <span class="ProfileHeaderCard-urlText u-dir">  <a class="u-textUserColor" target="_blank" rel="me nofollow noopener" href="http://t.co/zYSUMYl2Gw" title="http://ahugedog.com">\n    ahugedog.com\n  </a>\n\n</span>\n      </div>\n\n\n      <div class="ProfileHeaderCard-joinDate">\n        <span class="Icon Icon--calendar Icon--medium" aria-hidden="true" role="presentation"></span>\n        <span class="ProfileHeaderCard-joinDateText js-tooltip u-dir" dir="ltr" title="10:46 AM - 1 Sep 2009">Joined September 2009</span>\n      </div>\n\n      <div class="ProfileHeaderCard-birthdate u-hidden">\n        <span class="Icon Icon--balloon Icon--medium" aria-hidden="true" role="presentation"></span>\n        <span class="ProfileHeaderCard-birthdateText u-dir" dir="ltr">\n</span>\n      </div>\n\n\n</div>\n\n\n\n\n\n      <div class="PhotoRail">\n  <div class="PhotoRail-heading">\n    <span class="Icon Icon--camera Icon--medium" aria-hidden="true" role="presentation"></span>\n    <span class="PhotoRail-headingText">\n            <a href="/jon_bois/media" class="PhotoRail-headingWithCount js-nav">\n                \n                3,217 Photos and videos\n            </a>\n          <a href="/jon_bois/media" class="PhotoRail-headingWithoutCount js-nav">\n            Photos and videos\n          </a>\n    </span>\n  </div>\n  <div class="PhotoRail-mediaBox">\n    <span class="js-photoRailInsertPoint"></span>\n  </div>\n</div>\n\n\n\n</div>\n\n              </div>\n            </div>\n          </div>\n\n          <div class="Grid-cell u-size2of3 u-lg-size3of4">\n            <div class="Grid Grid--withGutter">\n                <div class="Grid-cell">\n                  <div class="js-profileClusterFollow"></div>\n                </div>\n\n              <div class="Grid-cell\n                    u-lg-size2of3\n              " data-test-selector="ProfileTimeline">\n                  \n                    <div class="ProfileHeading">\n  <div class="ProfileHeading-spacer"></div>\n    <div class="ProfileHeading-content">\n      <h2 id="content-main-heading" class="ProfileHeading-title u-hiddenVisually ">Tweets</h2>\n        <ul class="ProfileHeading-toggle">\n            <li class="ProfileHeading-toggleItem  is-active"\n              data-element-term="tweets_toggle">\n                <span aria-hidden="true">Tweets</span>\n                <span class="u-hiddenVisually">Tweets, current page.</span>\n            </li>\n            <li class="ProfileHeading-toggleItem  u-textUserColor"\n              data-element-term="tweets_with_replies_toggle">\n                <a class="ProfileHeading-toggleLink js-openSignupDialog js-nonNavigable"\n                href="/jon_bois/with_replies"\n                data-nav="tweets_with_replies_toggle">\n                  Tweets &amp; replies\n                </a>\n            </li>\n            <li class="ProfileHeading-toggleItem  u-textUserColor"\n              data-element-term="photos_and_videos_toggle">\n                <a class="ProfileHeading-toggleLink js-openSignupDialog js-nonNavigable"\n                href="/jon_bois/media"\n                data-nav="photos_and_videos_toggle">\n                  Media\n                </a>\n            </li>\n        </ul>\n    </div>\n</div>\n\n                  <div class="ProfileWarningTimeline" data-element-context="blocked_profile">\n  <h2 class="ProfileWarningTimeline-heading" id="content-main-heading">You blocked <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></h2>\n  <p class="ProfileWarningTimeline-explanation">Are you sure you want to view these Tweets? Viewing Tweets won\'t unblock <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></p>\n  <button class="EdgeButton EdgeButton--tertiary ProfileWarningTimeline-button">Yes, view profile</button>\n</div>\n                  \n\n\n\n\n  <div id="scroll-bump-dialog" class="ScrollBumpDialog modal-container">\n  <div class="modal draggable">\n    <div class="modal-content clearfix">\n\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n\n      <div class="modal-header">\n        <h3 class="modal-title">\n            \n            Jon Bois followed\n        </h3>\n      </div>\n\n      <div class="modal-body">\n        <div class="loading">\n          <span class="spinner-bigger"></span>\n        </div>\n        <ol class="ScrollBumpDialog-usersList clearfix js-users-list"></ol>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n    <div id="timeline" class="ProfileTimeline ">\n        <div class="stream-container  "\n    data-max-position="995484135358689280" data-min-position="994032040923234307"\n    >\n      <div class="stream-item js-new-items-bar-container">\n</div>\n\n    <div class="stream">\n        <ol class="stream-items js-navigable-stream" id="stream-items-id">\n          \n      <li class="js-stream-item stream-item stream-item js-pinned\n" data-item-id="882763911510052864"\nid="stream-item-tweet-882763911510052864"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;882763911510052864&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n       tweet-has-context\n       has-cards  user-pinned has-content\n"\n      \ndata-tweet-id="882763911510052864"\ndata-item-id="882763911510052864"\ndata-permalink-path="/jon_bois/status/882763911510052864"\ndata-conversation-id="882763911510052864"\n\n\n\n\ndata-tweet-nonce="882763911510052864-9928eab1-0890-46b0-8979-f9fb368f6726"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n          <div class="tweet-context with-icn\n    \n     pinned">\n\n      <span class="Icon Icon--small Icon--pinned u-textUserColor"></span>\n\n\n\n\n\n      \n\n        <span class="js-pinned-text" data-aria-label-part>Pinned Tweet</span>\n\n    </div>\n\n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/882763911510052864" class="tweet-timestamp js-permalink js-nav js-tooltip" title="5:51 PM - 5 Jul 2017"  data-conversation-id="882763911510052864"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1499302292" data-time-ms="1499302292000" data-long-form="true">5 Jul 2017</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">today is day one of the biggest project i\xe2\x80\x99ve ever tried. it is called 17776: <a href="https://t.co/vh5JWkDVOk" rel="nofollow noopener" dir="ltr" data-expanded-url="https://www.sbnation.com/a/17776-football" class="twitter-timeline-link" target="_blank" title="https://www.sbnation.com/a/17776-football" ><span class="tco-ellipsis"></span><span class="invisible">https://www.</span><span class="js-display-url">sbnation.com/a/17776-footba</span><span class="invisible">ll</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a><a href="https://t.co/wUMUh15G7x" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/wUMUh15G7x</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(0.6383720930232558 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/DEA1FwfU0AArZww.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(12,32,57,1.0);"\n    data-dominant-color="[12,32,57]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/DEA1FwfU0AArZww.jpg" alt=""\n      style="width: 100%; top: -0px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="398">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-882763911510052864" data-aria-label-part>398 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="2527">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-882763911510052864" data-aria-label-part>2,527 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="7434">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-882763911510052864" data-aria-label-part>7,434 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-882763911510052864">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-882763911510052864">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-882763911510052864">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995484135358689280"\nid="stream-item-tweet-995484135358689280"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995484135358689280&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="995484135358689280"\ndata-item-id="995484135358689280"\ndata-permalink-path="/jon_bois/status/995484135358689280"\ndata-conversation-id="995484135358689280"\n\n\n\n\ndata-tweet-nonce="995484135358689280-c8fd1fc1-abe6-4a3a-b987-5bb3cc9994b1"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995484135358689280" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:01 PM - 12 May 2018"  data-conversation-id="995484135358689280"><span class="_timestamp js-short-timestamp js-relative-timestamp"  data-time="1526176887" data-time-ms="1526176887000" data-long-form="true" aria-hidden="true">3h</span><span class="u-hiddenVisually" data-aria-label-part="last">3 hours ago</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">all right. since some have been asking, this is why i am not fighting in ufc 224 tonight<a href="https://t.co/iXQRlyPPKO" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/iXQRlyPPKO</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(1.1900958466453675 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/DdCrikLVMAA86i9.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(64,64,64,1.0);"\n    data-dominant-color="[64,64,64]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/DdCrikLVMAA86i9.jpg" alt=""\n      style="width: 100%; top: -48px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="42">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995484135358689280" data-aria-label-part>42 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="398">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995484135358689280" data-aria-label-part>398 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1676">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995484135358689280" data-aria-label-part>1,676 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995484135358689280">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995484135358689280">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995484135358689280">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995434190199017472"\nid="stream-item-tweet-995434190199017472"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995434190199017472&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995434190199017472"\ndata-item-id="995434190199017472"\ndata-permalink-path="/jon_bois/status/995434190199017472"\ndata-conversation-id="995434190199017472"\n\n\n\n\ndata-tweet-nonce="995434190199017472-3daa6f6e-a16b-4a4c-8725-27544e93d5d9"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995434190199017472" class="tweet-timestamp js-permalink js-nav js-tooltip" title="3:42 PM - 12 May 2018"  data-conversation-id="995434190199017472"><span class="_timestamp js-short-timestamp js-relative-timestamp"  data-time="1526164979" data-time-ms="1526164979000" data-long-form="true" aria-hidden="true">7h</span><span class="u-hiddenVisually" data-aria-label-part="last">7 hours ago</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">hey everybody. hate to do this, but my hosting costs are going through the roof and i need to cut down my follower count. so if you\xe2\x80\x99ve been following for a while, you\xe2\x80\x99ve been on the fence, kind of feel like it isn\xe2\x80\x99t for you, please think about giving a quick unfollow. thank you!</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="40">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995434190199017472" data-aria-label-part>40 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="76">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995434190199017472" data-aria-label-part>76 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1817">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995434190199017472" data-aria-label-part>1,817 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995434190199017472">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995434190199017472">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995434190199017472">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995328165240336384"\nid="stream-item-tweet-995328165240336384"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995328165240336384&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="995328165240336384"\ndata-item-id="995328165240336384"\ndata-permalink-path="/jon_bois/status/995328165240336384"\ndata-conversation-id="995328165240336384"\n\n\n\n\ndata-tweet-nonce="995328165240336384-2ae539e6-4ca8-4adc-96ae-7fa2cbb3d868"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995328165240336384" class="tweet-timestamp js-permalink js-nav js-tooltip" title="8:41 AM - 12 May 2018"  data-conversation-id="995328165240336384"><span class="_timestamp js-short-timestamp js-relative-timestamp"  data-time="1526139701" data-time-ms="1526139701000" data-long-form="true" aria-hidden="true">14h</span><span class="u-hiddenVisually" data-aria-label-part="last">14 hours ago</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">in 1994 you could pay $150 for a beeper that would beep at you 75 times a night to tell you how many guys the white sox had on base. the players went on strike like two weeks after they came out with this. very cool<a href="https://t.co/fO3SmWTaKB" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/fO3SmWTaKB</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(0.3164908384230983 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/DdAdr4TV4AEmBPl.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(64,64,64,1.0);"\n    data-dominant-color="[64,64,64]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/DdAdr4TV4AEmBPl.jpg" alt=""\n      style="width: 100%; top: -0px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="16">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995328165240336384" data-aria-label-part>16 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="134">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995328165240336384" data-aria-label-part>134 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="957">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995328165240336384" data-aria-label-part>957 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995328165240336384">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">16</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995328165240336384">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">134</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">134</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995328165240336384">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">957</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">957</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995323570300620801"\nid="stream-item-tweet-995323570300620801"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995323570300620801&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995323570300620801"\ndata-item-id="995323570300620801"\ndata-permalink-path="/jon_bois/status/995323570300620801"\ndata-conversation-id="995323570300620801"\n\n\n\n\ndata-tweet-nonce="995323570300620801-b23e0dc2-b4be-4163-8a3c-dba1ab17d210"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995323570300620801" class="tweet-timestamp js-permalink js-nav js-tooltip" title="8:23 AM - 12 May 2018"  data-conversation-id="995323570300620801"><span class="_timestamp js-short-timestamp js-relative-timestamp"  data-time="1526138606" data-time-ms="1526138606000" data-long-form="true" aria-hidden="true">14h</span><span class="u-hiddenVisually" data-aria-label-part="last">14 hours ago</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">y\xe2\x80\x99all wanna come over, read some old newspaper articles about the 1995 seattle mariners, watch unsolved mysteries</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="56">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995323570300620801" data-aria-label-part>56 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="70">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995323570300620801" data-aria-label-part>70 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1051">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995323570300620801" data-aria-label-part>1,051 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995323570300620801">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995323570300620801">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995323570300620801">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995309665746653188"\nid="stream-item-tweet-995309665746653188"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995309665746653188&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995309665746653188"\ndata-item-id="995309665746653188"\ndata-permalink-path="/jon_bois/status/995309665746653188"\ndata-conversation-id="995309665746653188"\n\n\n\n\ndata-tweet-nonce="995309665746653188-f4976c76-9aa3-42ff-9725-f0a75b3b98f8"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995309665746653188" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:28 AM - 12 May 2018"  data-conversation-id="995309665746653188"><span class="_timestamp js-short-timestamp js-relative-timestamp"  data-time="1526135290" data-time-ms="1526135290000" data-long-form="true" aria-hidden="true">15h</span><span class="u-hiddenVisually" data-aria-label-part="last">15 hours ago</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">welcome to college football saturday</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="19">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995309665746653188" data-aria-label-part>19 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="96">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995309665746653188" data-aria-label-part>96 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="708">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995309665746653188" data-aria-label-part>708 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995309665746653188">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">19</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995309665746653188">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">96</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">96</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995309665746653188">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">708</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">708</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995154553963274241"\nid="stream-item-tweet-995154553963274241"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995154553963274241&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995154553963274241"\ndata-item-id="995154553963274241"\ndata-permalink-path="/jon_bois/status/995154553963274241"\ndata-conversation-id="995122647397797893"\n\n data-is-reply-to="true" \n data-has-parent-tweet="true" \n\ndata-tweet-nonce="995154553963274241-30da85a9-c6b2-4304-8b6d-41846e05114a"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n data-mentions="danwink21"\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}},{&quot;id_str&quot;:&quot;2549007632&quot;,&quot;screen_name&quot;:&quot;danwink21&quot;,&quot;name&quot;:&quot;Daniel Winkler&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Daniel Winkler&quot;,&quot;emojified_text_as_html&quot;:&quot;Daniel Winkler&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995154553963274241" class="tweet-timestamp js-permalink js-nav js-tooltip" title="9:11 PM - 11 May 2018"  data-conversation-id="995122647397797893"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526098309" data-time-ms="1526098309000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n        <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n    Replying to <a class="pretty-link js-user-profile-link" href="/danwink21" data-user-id="2549007632" rel="noopener" dir="ltr"><span class="username u-dir u-textTruncate" dir="ltr" >@<b>danwink21</b></span></a>\n\n\n\n</div>\n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted Daniel Winkler</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">.<a href="/danwink21" class="twitter-atreply pretty-link js-nav" dir="ltr" data-mentioned-user-id="2549007632" ><s>@</s><b>danwink21</b></a> reclaims the title<a href="https://t.co/q7lsfy8sTy" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/danwink21/status/995153212977111040" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/danwink21/status/995153212977111040" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/danwink21/stat</span><span class="invisible">us/995153212977111040</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/danwink21/status/995153212977111040" data-conversation-id="995122647397797893" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995153212977111040"\n      data-item-type="tweet"\n      data-screen-name="danwink21"\n      data-user-id="2549007632"\n      href="/danwink21/status/995153212977111040"\n      data-conversation-id="995122647397797893"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc9-kP-UwAE8sjG.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9-kP-UwAE8sjG.jpg" alt=""\n      style="height: 100%; left: -10px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">Daniel Winkler</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>danwink21</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n\n\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>danwink21</b></span> <span class="username u-dir u-textTruncate" dir="ltr" >@<b>RyanMilowicki</b></span> <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="en"\n            data-aria-label-part="2"\n            \n            dir="ltr">Please send help, my eyes hurt <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/iCFfNFUfj1</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="9">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995154553963274241" data-aria-label-part>9 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount" aria-hidden="true" data-tweet-stat-count="0">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995154553963274241" >0 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="53">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995154553963274241" data-aria-label-part>53 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995154553963274241">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">9</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995154553963274241">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995154553963274241">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">53</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">53</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995146699168518146"\nid="stream-item-tweet-995146699168518146"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995146699168518146&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995146699168518146"\ndata-item-id="995146699168518146"\ndata-permalink-path="/jon_bois/status/995146699168518146"\ndata-conversation-id="995146699168518146"\n\n\n\n\ndata-tweet-nonce="995146699168518146-9691e71b-d61a-49e1-b13d-36ca837eda03"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995146699168518146" class="tweet-timestamp js-permalink js-nav js-tooltip" title="8:40 PM - 11 May 2018"  data-conversation-id="995146699168518146"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526096436" data-time-ms="1526096436000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted Daniel Winkler</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">we have a new champion<a href="https://t.co/NPR94wivec" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/danwink21/status/995145770553704448" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/danwink21/status/995145770553704448" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/danwink21/stat</span><span class="invisible">us/995145770553704448</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/danwink21/status/995145770553704448" data-conversation-id="995122647397797893" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995145770553704448"\n      data-item-type="tweet"\n      data-screen-name="danwink21"\n      data-user-id="2549007632"\n      href="/danwink21/status/995145770553704448"\n      data-conversation-id="995122647397797893"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc93uN9VAAAJq6d.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc93uN9VAAAJq6d.jpg" alt=""\n      style="height: 100%; left: -14px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">Daniel Winkler</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>danwink21</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>RyanMilowicki</b></span> <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="en"\n            data-aria-label-part="2"\n            \n            dir="ltr">6:10+ is possible, I just know it. <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/GNK3enIpPm</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="10">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995146699168518146" data-aria-label-part>10 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995146699168518146" data-aria-label-part>1 retweet</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="70">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995146699168518146" data-aria-label-part>70 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995146699168518146">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">10</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995146699168518146">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995146699168518146">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">70</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">70</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995127733238816768"\nid="stream-item-tweet-995127733238816768"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995127733238816768&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995127733238816768"\ndata-item-id="995127733238816768"\ndata-permalink-path="/jon_bois/status/995127733238816768"\ndata-conversation-id="995127733238816768"\n\n\n\n\ndata-tweet-nonce="995127733238816768-87125543-35db-43a9-8c15-ef62d7753dea"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995127733238816768" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:25 PM - 11 May 2018"  data-conversation-id="995127733238816768"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526091914" data-time-ms="1526091914000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted Ryan Milowicki</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">we\xe2\x80\x99ve broken the one-minute barrier. ryan found all 50 states blind in 54 seconds. holy smokes<a href="https://t.co/cD9bEIvLW0" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/RyanMilowicki/status/995127405361713152" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/RyanMilowicki/status/995127405361713152" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/RyanMilowicki/</span><span class="invisible">status/995127405361713152</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/RyanMilowicki/status/995127405361713152" data-conversation-id="995122647397797893" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995127405361713152"\n      data-item-type="tweet"\n      data-screen-name="RyanMilowicki"\n      data-user-id="834804360"\n      href="/RyanMilowicki/status/995127405361713152"\n      data-conversation-id="995122647397797893"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc9nCNbWkAA0LRB.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9nCNbWkAA0LRB.jpg" alt=""\n      style="height: 100%; left: -34px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">Ryan Milowicki</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>RyanMilowicki</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="en"\n            data-aria-label-part="2"\n            \n            dir="ltr">Pretty good <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/QAeykinIxD</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="15">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995127733238816768" data-aria-label-part>15 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="2">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995127733238816768" data-aria-label-part>2 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="156">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995127733238816768" data-aria-label-part>156 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995127733238816768">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">15</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995127733238816768">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">2</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">2</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995127733238816768">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">156</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">156</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995126102287966208"\nid="stream-item-tweet-995126102287966208"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995126102287966208&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995126102287966208"\ndata-item-id="995126102287966208"\ndata-permalink-path="/jon_bois/status/995126102287966208"\ndata-conversation-id="995126102287966208"\n\n\n\n\ndata-tweet-nonce="995126102287966208-70f1d148-4cdd-4098-aa30-c24b5238391d"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995126102287966208" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:18 PM - 11 May 2018"  data-conversation-id="995126102287966208"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526091525" data-time-ms="1526091525000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted Gordon</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">oh hell<a href="https://t.co/C3ekRdyGrx" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/gord93/status/995125928924729345" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/gord93/status/995125928924729345" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/gord93/status/</span><span class="invisible">995125928924729345</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/gord93/status/995125928924729345" data-conversation-id="995122647397797893" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995125928924729345"\n      data-item-type="tweet"\n      data-screen-name="gord93"\n      data-user-id="25160481"\n      href="/gord93/status/995125928924729345"\n      data-conversation-id="995122647397797893"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc9lvbQW4AAKDHt.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9lvbQW4AAKDHt.jpg" alt=""\n      style="height: 100%; left: -7px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">Gordon</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>gord93</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>OverlordLork</b></span> <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="und"\n            data-aria-label-part="2"\n            \n            dir="ltr">5:57 <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/urXQudM9Pu</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="5">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995126102287966208" data-aria-label-part>5 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="2">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995126102287966208" data-aria-label-part>2 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="44">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995126102287966208" data-aria-label-part>44 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995126102287966208">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">5</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995126102287966208">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">2</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">2</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995126102287966208">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">44</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">44</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995125727837261825"\nid="stream-item-tweet-995125727837261825"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995125727837261825&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995125727837261825"\ndata-item-id="995125727837261825"\ndata-permalink-path="/jon_bois/status/995125727837261825"\ndata-conversation-id="995124677289881600"\n\n data-is-reply-to="true" \n data-has-parent-tweet="true" \n\ndata-tweet-nonce="995125727837261825-bf6a1631-7be5-45ec-b433-c4f641529e05"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n data-mentions="OverlordLork"\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}},{&quot;id_str&quot;:&quot;815997701250830336&quot;,&quot;screen_name&quot;:&quot;OverlordLork&quot;,&quot;name&quot;:&quot;OverlordLork&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;OverlordLork&quot;,&quot;emojified_text_as_html&quot;:&quot;OverlordLork&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995125727837261825" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:17 PM - 11 May 2018"  data-conversation-id="995124677289881600"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526091436" data-time-ms="1526091436000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n        <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n    Replying to <a class="pretty-link js-user-profile-link" href="/OverlordLork" data-user-id="815997701250830336" rel="noopener" dir="ltr"><span class="username u-dir u-textTruncate" dir="ltr" >@<b>OverlordLork</b></span></a>\n\n\n\n</div>\n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted OverlordLork</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">.<a href="/OverlordLork" class="twitter-atreply pretty-link js-nav" dir="ltr" data-mentioned-user-id="815997701250830336" ><s>@</s><b>OverlordLork</b></a> is on fire<a href="https://t.co/5dj5I64Npj" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/OverlordLork/status/995125484420784128" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/OverlordLork/status/995125484420784128" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/OverlordLork/s</span><span class="invisible">tatus/995125484420784128</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/OverlordLork/status/995125484420784128" data-conversation-id="995124677289881600" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995125484420784128"\n      data-item-type="tweet"\n      data-screen-name="OverlordLork"\n      data-user-id="815997701250830336"\n      href="/OverlordLork/status/995125484420784128"\n      data-conversation-id="995124677289881600"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc9lVSIV0AAf-MM.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9lVSIV0AAf-MM.jpg" alt=""\n      style="height: 100%; left: -14px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">OverlordLork</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>OverlordLork</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="en"\n            data-aria-label-part="2"\n            \n            dir="ltr">Helps to have spent the last 3 years doing nothing but looking at electoral maps!  btw I&#39;m down to 5:45 now <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/MVB2eyKl7p</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount" aria-hidden="true" data-tweet-stat-count="0">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995125727837261825" >0 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995125727837261825" data-aria-label-part>1 retweet</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="22">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995125727837261825" data-aria-label-part>22 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995125727837261825">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ProfileTweet-actionCount--isZero ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995125727837261825">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995125727837261825">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">22</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">22</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995124677289881600"\nid="stream-item-tweet-995124677289881600"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995124677289881600&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="995124677289881600"\ndata-item-id="995124677289881600"\ndata-permalink-path="/jon_bois/status/995124677289881600"\ndata-conversation-id="995124677289881600"\n\n\n\n\ndata-tweet-nonce="995124677289881600-c432aeb9-216c-47e4-871b-c754fc8fdcba"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " >Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995124677289881600" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:13 PM - 11 May 2018"  data-conversation-id="995124677289881600"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526091186" data-time-ms="1526091186000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n          <p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="1">Jon Bois Retweeted OverlordLork</p>\n\n\n<div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="4">honestly i didn\xe2\x80\x99t expect anyone to immediately annihilate my time, well done<a href="https://t.co/lPsAIiPXuU" rel="nofollow noopener" dir="ltr" data-expanded-url="https://twitter.com/OverlordLork/status/995123986391535616" class="twitter-timeline-link u-hidden" target="_blank" title="https://twitter.com/OverlordLork/status/995123986391535616" ><span class="tco-ellipsis"></span><span class="invisible">https://</span><span class="js-display-url">twitter.com/OverlordLork/s</span><span class="invisible">tatus/995123986391535616</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a></p>\n</div>\n\n\n<p class="u-hiddenVisually" aria-hidden="true" data-aria-label-part="3">Jon Bois added,</p>\n  \n      <div class="QuoteTweet\n    \n    \n    u-block js-tweet-details-fixer">\n  <div class="QuoteTweet-container">\n    <a class="QuoteTweet-link js-nav" href="/OverlordLork/status/995123986391535616" data-conversation-id="995122647397797893" aria-hidden="true"\n       >\n    </a>\n    <div class="QuoteTweet-innerContainer u-cf js-permalink js-media-container"\n      data-item-id="995123986391535616"\n      data-item-type="tweet"\n      data-screen-name="OverlordLork"\n      data-user-id="815997701250830336"\n      href="/OverlordLork/status/995123986391535616"\n      data-conversation-id="995122647397797893"\n      tabindex="0">\n      <div class="tweet-content">\n            <div class="QuoteMedia">\n      <div class="QuoteMedia-container js-quote-media-container">\n          <div class="QuoteMedia-singlePhoto">\n    <div class="QuoteMedia-photoContainer js-quote-photo"\n  data-image-url="https://pbs.twimg.com/media/Dc9j-DNVwAEscbw.jpg"\n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(46,64,46,1.0);"\n    data-dominant-color="[46,64,46]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9j-DNVwAEscbw.jpg" alt=""\n      style="height: 100%; left: -9px;"\n>\n</div>\n\n</div>\n\n\n      </div>\n  </div>\n\n        <div class="QuoteTweet-authorAndText u-alignTop">\n            \n  <div class="QuoteTweet-originalAuthor u-cf u-textTruncate stream-item-header account-group js-user-profile-link">\n    <b class="QuoteTweet-fullname u-linkComplex-target">OverlordLork</b><span class="UserBadges"></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir u-textTruncate" dir="ltr" >@<b>OverlordLork</b></span>\n  </div>\n\n          \n            <div class="ReplyingToContextBelowAuthor" data-aria-label-part>\n    Replying to <span class="username u-dir u-textTruncate" dir="ltr" >@<b>jon_bois</b></span>\n\n\n\n</div>\n\n          \n          <div class="QuoteTweet-text tweet-text u-dir js-ellipsis"\n            lang="und"\n            data-aria-label-part="2"\n            \n            dir="ltr">5:34 <span class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/do9i7YMNh0</span></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="9">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995124677289881600" data-aria-label-part>9 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995124677289881600" data-aria-label-part>1 retweet</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="75">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995124677289881600" data-aria-label-part>75 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995124677289881600">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">9</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995124677289881600">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">1</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995124677289881600">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">75</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">75</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="995122647397797893"\nid="stream-item-tweet-995122647397797893"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;995122647397797893&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="995122647397797893"\ndata-item-id="995122647397797893"\ndata-permalink-path="/jon_bois/status/995122647397797893"\ndata-conversation-id="995122647397797893"\n\n\n\n\ndata-tweet-nonce="995122647397797893-da509553-cfec-46cb-8c97-d445ee86e5fb"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/995122647397797893" class="tweet-timestamp js-permalink js-nav js-tooltip" title="7:05 PM - 11 May 2018"  data-conversation-id="995122647397797893"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526090702" data-time-ms="1526090702000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">this is a deceptively tough sporcle quiz. beat it with 5:12 left. taking on all comers <a href="https://t.co/7x6aSj6TLW" rel="nofollow noopener" dir="ltr" data-expanded-url="https://www.sporcle.com/games/mhershfield/us-states-no-outlines-minefield" class="twitter-timeline-link" target="_blank" title="https://www.sporcle.com/games/mhershfield/us-states-no-outlines-minefield" ><span class="tco-ellipsis"></span><span class="invisible">https://www.</span><span class="js-display-url">sporcle.com/games/mhershfi</span><span class="invisible">eld/us-states-no-outlines-minefield</span><span class="tco-ellipsis"><span class="invisible">&nbsp;</span>\xe2\x80\xa6</span></a><a href="https://t.co/JxFK4KHIFB" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/JxFK4KHIFB</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(0.8798735511064278 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/Dc9ixJ5UQAASmfm.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(53,64,50,1.0);"\n    data-dominant-color="[53,64,50]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc9ixJ5UQAASmfm.jpg" alt=""\n      style="width: 100%; top: -0px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="89">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-995122647397797893" data-aria-label-part>89 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="40">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-995122647397797893" data-aria-label-part>40 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="369">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-995122647397797893" data-aria-label-part>369 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-995122647397797893">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">89</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-995122647397797893">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">40</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">40</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-995122647397797893">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">369</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">369</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994977945524555777"\nid="stream-item-tweet-994977945524555777"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994977945524555777&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="994977945524555777"\ndata-item-id="994977945524555777"\ndata-permalink-path="/jon_bois/status/994977945524555777"\ndata-conversation-id="994977945524555777"\n\n\n\n\ndata-tweet-nonce="994977945524555777-950fdf3e-3b7c-40ad-b8c3-52faff625be1"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994977945524555777" class="tweet-timestamp js-permalink js-nav js-tooltip" title="9:30 AM - 11 May 2018"  data-conversation-id="994977945524555777"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1526056202" data-time-ms="1526056202000" data-long-form="true">May 11</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">watching an old ufc fight! it will be very interesting to find out who will win<a href="https://t.co/xsshJWDdkx" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/xsshJWDdkx</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(0.721436343852013 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/Dc7fKl0XcAAYl-2.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(64,50,42,1.0);"\n    data-dominant-color="[64,50,42]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc7fKl0XcAAYl-2.jpg" alt=""\n      style="width: 100%; top: -0px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="30">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994977945524555777" data-aria-label-part>30 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="105">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994977945524555777" data-aria-label-part>105 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="911">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994977945524555777" data-aria-label-part>911 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994977945524555777">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">30</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994977945524555777">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">105</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">105</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994977945524555777">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">911</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">911</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994645907525328903"\nid="stream-item-tweet-994645907525328903"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994645907525328903&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="994645907525328903"\ndata-item-id="994645907525328903"\ndata-permalink-path="/jon_bois/status/994645907525328903"\ndata-conversation-id="994645907525328903"\n\n\n\n\ndata-tweet-nonce="994645907525328903-a03cc8c4-de84-4a8e-b392-87098c6fca83"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994645907525328903" class="tweet-timestamp js-permalink js-nav js-tooltip" title="11:30 AM - 10 May 2018"  data-conversation-id="994645907525328903"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525977038" data-time-ms="1525977038000" data-long-form="true">May 10</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">i am a proud michigan alumnus who loves microsoft office and can\xe2\x80\x99t stop tweeting about alicia keys and rancid, and i fucking love the mail<a href="https://t.co/MFk8WMu3ks" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/MFk8WMu3ks</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        is-square\n        \n        \n        \n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-singlePhoto"\n    style="padding-top: calc(0.70298769771529 * 100% - 0.5px);"\n>\n    <div class="AdaptiveMedia-photoContainer js-adaptive-photo "\n  data-image-url="https://pbs.twimg.com/media/Dc2xLg-XcAApdMy.jpg"\n  \n  \n  data-element-context="platform_photo_card"\n    style="background-color:rgba(50,46,64,1.0);"\n    data-dominant-color="[50,46,64]"\n>\n  <img data-aria-label-part src="https://pbs.twimg.com/media/Dc2xLg-XcAApdMy.jpg" alt=""\n      style="width: 100%; top: -0px;"\n>\n</div>\n\n\n</div>\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="24">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994645907525328903" data-aria-label-part>24 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="14">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994645907525328903" data-aria-label-part>14 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="483">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994645907525328903" data-aria-label-part>483 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994645907525328903">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">24</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994645907525328903">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">14</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">14</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994645907525328903">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">483</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">483</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994642029002088448"\nid="stream-item-tweet-994642029002088448"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994642029002088448&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="994642029002088448"\ndata-item-id="994642029002088448"\ndata-permalink-path="/jon_bois/status/994642029002088448"\ndata-conversation-id="994642029002088448"\n\n\n\n\ndata-tweet-nonce="994642029002088448-4f2237ba-c329-4e42-b454-0443cd366bee"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994642029002088448" class="tweet-timestamp js-permalink js-nav js-tooltip" title="11:15 AM - 10 May 2018"  data-conversation-id="994642029002088448"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525976113" data-time-ms="1525976113000" data-long-form="true">May 10</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">god i\xe2\x80\x99m so old. people born in 2013 are now old enough to drive</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="55">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994642029002088448" data-aria-label-part>55 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="317">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994642029002088448" data-aria-label-part>317 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="3316">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994642029002088448" data-aria-label-part>3,316 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994642029002088448">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994642029002088448">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994642029002088448">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994413348648374273"\nid="stream-item-tweet-994413348648374273"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994413348648374273&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="994413348648374273"\ndata-item-id="994413348648374273"\ndata-permalink-path="/jon_bois/status/994413348648374273"\ndata-conversation-id="994413348648374273"\n\n\n\n\ndata-tweet-nonce="994413348648374273-19ec7c06-f157-43f0-bf58-04fd618cf93b"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994413348648374273" class="tweet-timestamp js-permalink js-nav js-tooltip" title="8:06 PM - 9 May 2018"  data-conversation-id="994413348648374273"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525921592" data-time-ms="1525921592000" data-long-form="true">May 9</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">it will be interesting to see who will win the eastern conference finals and western conference finals</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="46">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994413348648374273" data-aria-label-part>46 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="92">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994413348648374273" data-aria-label-part>92 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1169">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994413348648374273" data-aria-label-part>1,169 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994413348648374273">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994413348648374273">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994413348648374273">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994328826258837506"\nid="stream-item-tweet-994328826258837506"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994328826258837506&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="994328826258837506"\ndata-item-id="994328826258837506"\ndata-permalink-path="/jon_bois/status/994328826258837506"\ndata-conversation-id="994326781799862272"\n\n data-is-reply-to="true" \n data-has-parent-tweet="true" \n\ndata-tweet-nonce="994328826258837506-879fc3f7-dfa8-4a98-b34c-8eb4f893079b"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994328826258837506" class="tweet-timestamp js-permalink js-nav js-tooltip" title="2:30 PM - 9 May 2018"  data-conversation-id="994326781799862272"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525901440" data-time-ms="1525901440000" data-long-form="true">May 9</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">i become all these guys simultaneously whenever i open a ramen seasoning packet</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="4">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994328826258837506" data-aria-label-part>4 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="13">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994328826258837506" data-aria-label-part>13 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="447">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994328826258837506" data-aria-label-part>447 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994328826258837506">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">4</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994328826258837506">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">13</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">13</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994328826258837506">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">447</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">447</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n        <div class="self-thread-context">\n  Show this thread\n</div>\n\n\n      \n        <div class="self-thread-tweet-cta">\n    <div class="mini-avatar-with-thread">\n    <img class="avatar--circular size24" src="https://pbs.twimg.com/profile_images/619015602/hobbes_normal.jpg">\n  </div>\n\n  <a href="/jon_bois/status/994328826258837506" class="js-nav show-thread-link">Show this thread</a>\n</div>\n\n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994326781799862272"\nid="stream-item-tweet-994326781799862272"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994326781799862272&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       has-cards  has-content\n"\n      \ndata-tweet-id="994326781799862272"\ndata-item-id="994326781799862272"\ndata-permalink-path="/jon_bois/status/994326781799862272"\ndata-conversation-id="994326781799862272"\n\n\n\n\ndata-tweet-nonce="994326781799862272-b52a2954-70c3-4e91-a25e-55ab570f7f79"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n data-has-cards="true"\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994326781799862272" class="tweet-timestamp js-permalink js-nav js-tooltip" title="2:22 PM - 9 May 2018"  data-conversation-id="994326781799862272"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525900953" data-time-ms="1525900953000" data-long-form="true">May 9</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n        <li class="embed-link js-actionEmbedVideo" data-nav="embed_video">\n          <button type="button" class="dropdown-link">Embed Video</button>\n        </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">my definition of masculinity is the guys in this &#39;90s commercial getting really weirdly excited about steak sauce<a href="https://t.co/tssatnI4uM" class="twitter-timeline-link u-hidden" data-pre-embedded="true" dir="ltr" >pic.twitter.com/tssatnI4uM</a></p>\n</div>\n\n\n      \n\n      \n            <div class="AdaptiveMediaOuterContainer">\n    <div class="AdaptiveMedia\n        \n        \n        is-video\n        \n        has-autoplayable-media\n        "\n      >\n      <div class="AdaptiveMedia-container">\n          <div class="AdaptiveMedia-video">\n  <div class="AdaptiveMedia-videoContainer">\n      <div class="PlayableMedia PlayableMedia--video">\n\n\n  <div class="PlayableMedia-container">\n    <div\n      class="PlayableMedia-player\n        \n        "\n      data-playable-media-url=""\n        data-use-react-player\n        \n      \n        data-border-top-left-radius=""\n        data-border-top-right-radius=""\n        data-border-bottom-left-radius=""\n        data-border-bottom-right-radius=""\n      style="padding-bottom: 56.25%; background-image:url(\'https://pbs.twimg.com/ext_tw_video_thumb/994326549309677568/pu/img/k35AiSP7JFXa6pz7.jpg\')">\n    </div>\n\n  </div>\n</div>\n\n  </div>\n</div>\n\n      </div>\n    </div>\n  </div>\n\n\n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="55">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994326781799862272" data-aria-label-part>55 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="478">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994326781799862272" data-aria-label-part>478 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="2564">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994326781799862272" data-aria-label-part>2,564 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994326781799862272">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994326781799862272">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994326781799862272">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n        <div class="self-thread-context">\n  Show this thread\n</div>\n\n\n      \n        <div class="self-thread-tweet-cta self-thread-head">\n    <div class="mini-avatar-with-thread">\n    <img class="avatar--circular size24" src="https://pbs.twimg.com/profile_images/619015602/hobbes_normal.jpg">\n  </div>\n\n  <a href="/jon_bois/status/994326781799862272" class="js-nav show-thread-link">Show this thread</a>\n</div>\n\n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994273174207500290"\nid="stream-item-tweet-994273174207500290"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994273174207500290&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="994273174207500290"\ndata-item-id="994273174207500290"\ndata-permalink-path="/jon_bois/status/994273174207500290"\ndata-conversation-id="994273174207500290"\n\n\n\n\ndata-tweet-nonce="994273174207500290-60e87500-b832-422d-8f26-165817145382"\n\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994273174207500290" class="tweet-timestamp js-permalink js-nav js-tooltip" title="10:49 AM - 9 May 2018"  data-conversation-id="994273174207500290"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525888172" data-time-ms="1525888172000" data-long-form="true">May 9</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">recorded a new episode of dorktown about rickey henderson, might be up next week. and i\xe2\x80\x99m making a documentary that\xe2\x80\x99s sort of like Pretty Good but it\xe2\x80\x99s like 90 minutes long, should be ready in a couple months. also planning on picking up a couple more deck chairs for the backyard</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="53">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994273174207500290" data-aria-label-part>53 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="50">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994273174207500290" data-aria-label-part>50 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="1509">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994273174207500290" data-aria-label-part>1,509 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994273174207500290">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994273174207500290">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994273174207500290">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true"></span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n      <li class="js-stream-item stream-item stream-item\n" data-item-id="994032040923234307"\nid="stream-item-tweet-994032040923234307"\ndata-item-type="tweet"\n data-suggestion-json="{&quot;suggestion_details&quot;:{},&quot;tweet_ids&quot;:&quot;994032040923234307&quot;,&quot;scribe_component&quot;:&quot;tweet&quot;}">\n    \n\n\n  <div class="tweet js-stream-tweet js-actionable-tweet js-profile-popup-actionable dismissible-content\n       original-tweet js-original-tweet\n      \n      \n       \n"\n      \ndata-tweet-id="994032040923234307"\ndata-item-id="994032040923234307"\ndata-permalink-path="/jon_bois/status/994032040923234307"\ndata-conversation-id="994032040923234307"\n\n\n\n\ndata-tweet-nonce="994032040923234307-79ac3e4b-b76a-421c-b798-18598faa75e1"\ndata-tweet-stat-initialized="true"\n\n\n\n\n\n\n  data-screen-name="jon_bois" data-name="Jon Bois" data-user-id="70739029"\n  data-you-follow="false"\n  data-follows-you="false"\n  data-you-block="false"\n data-mentions="jon_bois"\n\ndata-reply-to-users-json="[{&quot;id_str&quot;:&quot;70739029&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;emojified_name&quot;:{&quot;text&quot;:&quot;Jon Bois&quot;,&quot;emojified_text_as_html&quot;:&quot;Jon Bois&quot;}}]"\n\n\n\n\n\n\n\ndata-disclosure-type=""\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    >\n\n    <div class="context">\n      \n      \n    </div>\n\n    <div class="content">\n      \n\n      \n\n      \n      <div class="stream-item-header">\n          <a  class="account-group js-account-group js-action-profile js-user-profile-link js-nav" href="/jon_bois" data-user-id="70739029">\n      <img class="avatar js-action-profile-avatar" src="https://pbs.twimg.com/profile_images/619015602/hobbes_bigger.jpg" alt="">\n    <span class="FullNameGroup">\n      <strong class="fullname show-popup-with-id u-textTruncate " data-aria-label-part>Jon Bois</strong><span>&rlm;</span><span class="UserBadges"><span class="Icon Icon--verified"><span class="u-hiddenVisually">Verified account</span></span></span><span class="UserNameBreak">&nbsp;</span></span><span class="username u-dir u-textTruncate" dir="ltr" data-aria-label-part>@<b>jon_bois</b></span></a>\n\n        \n        <small class="time">\n  <a href="/jon_bois/status/994032040923234307" class="tweet-timestamp js-permalink js-nav js-tooltip" title="6:51 PM - 8 May 2018"  data-conversation-id="994032040923234307"><span class="_timestamp js-short-timestamp " data-aria-label-part="last" data-time="1525830681" data-time-ms="1525830681000" data-long-form="true">May 8</span></a>\n</small>\n\n          <div class="ProfileTweet-action ProfileTweet-action--more js-more-ProfileTweet-actions">\n    <div class="dropdown">\n  <button class="ProfileTweet-actionButton u-textUserColorHover dropdown-toggle js-dropdown-toggle" type="button">\n      <div class="IconContainer js-tooltip" title="More">\n        <span class="Icon Icon--caretDownLight Icon--small"></span>\n        <span class="u-hiddenVisually">More</span>\n      </div>\n  </button>\n  <div class="dropdown-menu is-autoCentered">\n  <div class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <ul>\n    \n      <li class="copy-link-to-tweet js-actionCopyLinkToTweet">\n        <button type="button" class="dropdown-link">Copy link to Tweet</button>\n      </li>\n      <li class="embed-link js-actionEmbedTweet" data-nav="embed_tweet">\n        <button type="button" class="dropdown-link">Embed Tweet</button>\n      </li>\n  </ul>\n</div>\n\n</div>\n\n  </div>\n\n      </div>\n\n      \n\n      \n\n\n      \n        <div class="js-tweet-text-container">\n  <p class="TweetTextSize TweetTextSize--normal js-tweet-text tweet-text" lang="en" data-aria-label-part="0">yeah, they might call me jon in the office all day. they might call me <a href="/jon_bois" class="twitter-atreply pretty-link js-nav" dir="ltr" data-mentioned-user-id="70739029" ><s>@</s><b>jon_bois</b></a> on twitter. but all that limelight fades away when i come home and turn on my tv. here, i\xe2\x80\x99m just one thing: [USER]</p>\n</div>\n\n\n      \n\n      \n        \n\n\n      \n      \n\n      \n      <div class="stream-item-footer">\n  \n      <div class="ProfileTweet-actionCountList u-hiddenVisually">\n    \n    \n    <span class="ProfileTweet-action--reply u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="7">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-reply-count-aria-994032040923234307" data-aria-label-part>7 replies</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--retweet u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="21">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-retweet-count-aria-994032040923234307" data-aria-label-part>21 retweets</span>\n      </span>\n    </span>\n    <span class="ProfileTweet-action--favorite u-hiddenVisually">\n      <span class="ProfileTweet-actionCount"  data-tweet-stat-count="537">\n        <span class="ProfileTweet-actionCountForAria" id="profile-tweet-action-favorite-count-aria-994032040923234307" data-aria-label-part>537 likes</span>\n      </span>\n    </span>\n  </div>\n\n  <div class="ProfileTweet-actionList js-actions" role="group" aria-label="Tweet actions">\n    <div class="ProfileTweet-action ProfileTweet-action--reply">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionReply"\n    data-modal="ProfileTweet-reply" type="button"\n    aria-describedby="profile-tweet-action-reply-count-aria-994032040923234307">\n    <div class="IconContainer js-tooltip" title="Reply">\n      <span class="Icon Icon--medium Icon--reply"></span>\n      <span class="u-hiddenVisually">Reply</span>\n    </div>\n      <span class="ProfileTweet-actionCount ">\n        <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">7</span>\n      </span>\n  </button>\n</div>\n\n    <div class="ProfileTweet-action ProfileTweet-action--retweet js-toggleState js-toggleRt">\n  <button class="ProfileTweet-actionButton  js-actionButton js-actionRetweet"\n    \n    data-modal="ProfileTweet-retweet"\n    type="button"\n    aria-describedby="profile-tweet-action-retweet-count-aria-994032040923234307">\n    <div class="IconContainer js-tooltip" title="Retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweet</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">21</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo js-actionButton js-actionRetweet" data-modal="ProfileTweet-retweet" type="button">\n    <div class="IconContainer js-tooltip" title="Undo retweet">\n      <span class="Icon Icon--medium Icon--retweet"></span>\n      <span class="u-hiddenVisually">Retweeted</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">21</span>\n  </span>\n\n  </button>\n</div>\n\n\n    <div class="ProfileTweet-action ProfileTweet-action--favorite js-toggleState">\n  <button class="ProfileTweet-actionButton js-actionButton js-actionFavorite" type="button"\n    aria-describedby="profile-tweet-action-favorite-count-aria-994032040923234307">\n    <div class="IconContainer js-tooltip" title="Like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Like</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">537</span>\n  </span>\n\n  </button><button class="ProfileTweet-actionButtonUndo ProfileTweet-action--unfavorite u-linkClean js-actionButton js-actionFavorite" type="button">\n    <div class="IconContainer js-tooltip" title="Undo like">\n      <span role="presentation" class="Icon Icon--heart Icon--medium"></span>\n      <div class="HeartAnimation"></div>\n      <span class="u-hiddenVisually">Liked</span>\n    </div>\n      <span class="ProfileTweet-actionCount">\n    <span class="ProfileTweet-actionCountForPresentation" aria-hidden="true">537</span>\n  </span>\n\n  </button>\n</div>\n\n\n    \n\n    \n\n  </div>\n\n</div>\n  \n\n\n\n      \n      \n\n      \n\n      \n\n    </div>\n\n  </div>\n\n\n\n    \n<div class="dismiss-module">\n  <div class="dismissed-module">\n    <div class="feedback-actions">\n        <div class="feedback-action" data-feedback-type="DontLike" data-feedback-url="">\n          <div class="action-confirmation dismiss-module-item">Thanks. Twitter will use this to make your timeline better.\n            <span class="undo-action">Undo</span>\n          </div>\n        </div>\n    </div>\n    <div class="child-feedback-confirmation">\n      <div class="child-confirmation-item">\n        <span class="child-confirmation-text"></span>\n        <span class="undo-child-feedback-action">Undo</span>\n      </div>\n    </div>\n  </div>\n</div>\n\n</li>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n        </ol>\n        <div class="stream-footer ">\n  <div class="timeline-end has-items has-more-items">\n      <div class="stream-end">\n    <div class="stream-end-inner">\n        <span class="Icon Icon--large Icon--logo"></span>\n\n      <p class="empty-text">\n\n          @jon_bois hasn&#39;t Tweeted yet.\n      </p>\n\n        <p><button type="button" class="btn-link back-to-top hidden">Back to top &uarr;</button></p>\n    </div>\n  </div>\n\n\n    <div class="stream-loading">\n  <div class="stream-end-inner">\n    <span class="spinner" title="Loading..."></span>\n  </div>\n</div>\n\n  </div>\n</div>\n<div class="stream-fail-container">\n    <div class="js-stream-whale-end stream-whale-end stream-placeholder centered-placeholder">\n  <div class="stream-end-inner">\n    <h2 class="title">Loading seems to be taking a while.</h2>\n    <p>\n      Twitter may be over capacity or experiencing a momentary hiccup. <a role="button" href="#" class="try-again-after-whale">Try again</a> or visit <a target="_blank" href="http://status.twitter.com" rel="noopener">Twitter Status</a> for more information.\n    </p>\n  </div>\n</div>\n</div>\n\n      <ol class="hidden-replies-container"></ol>\n    </div>\n  </div>\n    </div>\n\n\n              </div>\n\n                  <div class="Grid-cell u-size1of3">\n                    <div class="Grid Grid--withGutter">\n                      <div class="Grid-cell">\n                        <div class="ProfileSidebar ProfileSidebar--withRightAlignment">\n                          <div class="MoveableModule">\n                            \n<div class="SidebarCommonModules">\n\n      <div class="SignupCallOut module js-signup-call-out\n  \n  ">\n  <div class="SignupCallOut-header">\n    <h3 class="SignupCallOut-title u-textBreak">\n      New to Twitter?\n    </h3>\n  </div>\n  <div class="SignupCallOut-subheader">\n    Sign up now to get your own personalized timeline!\n  </div>\n  <div class="signup SignupForm\n  ">\n  <a href="https://twitter.com/signup" role="button" class="EdgeButton EdgeButton--large EdgeButton--primary SignupForm-submit u-block js-signup "\n  data-component="signup_callout"\n  data-element="form"\n  >Sign up</a>\n</div>\n\n</div>\n\n\n      <div class="RelatedUsers module u-hidden">\n  <div class="RelatedUsers-header">\n    <h3 class="RelatedUsers-title">You may also like</h3>\n    &middot;\n    <button class="btn-link js-refresh-related-users" type="button">Refresh</button>\n  </div>\n\n  <div class="RelatedUsers-users">\n  </div>\n</div>\n\n\n\n    <div class="module Trends trends hidden">\n  <div class="trends-inner">\n    <div class="flex-module trends-container ">\n  <div class="flex-module-header">\n    \n    <h3><span class="trend-location js-trend-location">false</span></h3>\n  </div>\n  <div class="flex-module-inner">\n    <ul class="trend-items js-trends">\n    </ul>\n  </div>\n</div>\n\n  </div>\n</div>\n\n\n  <div class="Footer module roaming-module Footer--slim Footer--blankBackground"\n  >\n  <div class="flex-module">\n    <div class="flex-module-inner js-items-container">\n      <ul class="u-cf">\n        <li class="Footer-item Footer-copyright copyright">&copy; 2018 Twitter</li>\n        <li class="Footer-item"><a class="Footer-link" href="/about" rel="noopener">About</a></li>\n        <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com" rel="noopener">Help Center</a></li>\n        <li class="Footer-item"><a class="Footer-link" href="/tos" rel="noopener">Terms</a></li>\n        <li class="Footer-item"><a class="Footer-link" href="/privacy" rel="noopener">Privacy policy</a></li>\n        <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170514" rel="noopener">Cookies</a></li>\n        <li class="Footer-item"><a class="Footer-link" href="//support.twitter.com/articles/20170451" rel="noopener">Ads info</a></li>\n      </ul>\n    </div>\n  </div>\n\n</div>\n\n</div>\n\n                          </div>\n                        </div>\n                      </div>\n                    </div>\n                  </div>\n\n            </div>\n          </div>\n\n        </div>\n      </div>\n    </div>\n\n    <div id="trends_dialog" class="trends-dialog modal-container">\n  <div class="modal draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n          <h3 class="modal-title">\n            \n            Choose a trend location\n          </h3>\n      </div>\n\n      <div class="modal-body">\n\n\n        <div class="trends-dialog-error">\n          <p></p>\n        </div>\n\n        <div class="trends-wrapper" id="trends_dialog_content">\n          \n          <div class="loading">\n            <span class="spinner-bigger"></span>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n          </div>\n        </div>\n    </div>\n    <div class="alert-messages hidden" id="message-drawer">\n    <div class="message ">\n  <div class="message-inside">\n    <span class="message-text"></span>\n      <a role="button" class="Icon Icon--close Icon--medium dismiss" href="#">\n        <span class="visuallyhidden">Dismiss</span>\n      </a>\n  </div>\n</div>\n</div>\n\n    \n\n\n<div class="gallery-overlay"></div>\n<div class="Gallery with-tweet">\n  <style class="Gallery-styles"></style>\n  <div class="Gallery-closeTarget"></div>\n  <div class="Gallery-content">\n    <button type="button" class="modal-btn modal-close modal-close-fixed js-close">\n  <span class="Icon Icon--close Icon--large">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n    <div class="Gallery-media"></div>\n    <div class="GalleryNav GalleryNav--prev">\n      <span class="GalleryNav-handle GalleryNav-handle--prev">\n        <span class="Icon Icon--caretLeft Icon--large">\n          <span class="u-hiddenVisually">\n            Previous\n          </span>\n        </span>\n      </span>\n    </div>\n    <div class="GalleryNav GalleryNav--next">\n      <span class="GalleryNav-handle GalleryNav-handle--next">\n        <span class="Icon Icon--caretRight Icon--large">\n          <span class="u-hiddenVisually">\n            Next\n          </span>\n        </span>\n      </span>\n    </div>\n    <div class="GalleryTweet"></div>\n  </div>\n</div>\n\n\n<div class="modal-overlay"></div>\n\n<div id="profile-hover-container"></div>\n\n\n<div id="goto-user-dialog" class="modal-container">\n  <div class="modal modal-small draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n\n      <div class="modal-header">\n        <h3 class="modal-title">Go to a person\'s profile</h3>\n      </div>\n\n      <div class="modal-body">\n        <div class="modal-inner">\n          <form class="t1-form goto-user-form">\n            <input class="input-block username-input" type="text" placeholder="Start typing a name to jump to a profile" aria-label="User">\n            \n\n\n<div role="listbox" class="dropdown-menu typeahead">\n  <div aria-hidden="true" class="dropdown-caret">\n    <div class="caret-outer"></div>\n    <div class="caret-inner"></div>\n  </div>\n  <div role="presentation" class="dropdown-inner js-typeahead-results">\n    <div role="presentation" class="typeahead-saved-searches">\n  <h3 id="saved-searches-heading" class="typeahead-category-title saved-searches-title">Saved searches</h3>\n  <ul role="presentation" class="typeahead-items saved-searches-list">\n    \n    <li role="presentation" class="typeahead-item typeahead-saved-search-item">\n      <span class="Icon Icon--close" aria-hidden="true"><span class="visuallyhidden">Remove</span></span>\n      <a role="option" aria-describedby="saved-searches-heading" class="js-nav" href="" data-search-query="" data-query-source="" data-ds="saved_search" tabindex="-1"></a>\n    </li>\n  </ul>\n</div>\n\n    <ul role="presentation" class="typeahead-items typeahead-topics">\n  \n  <li role="presentation" class="typeahead-item typeahead-topic-item">\n    <a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-ds="topics" tabindex="-1"></a>\n  </li>\n</ul>\n    <ul role="presentation" class="typeahead-items typeahead-accounts social-context js-typeahead-accounts">\n  \n  <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">\n    \n    <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n      <div class="js-selectable typeahead-in-conversation hidden">\n        <span class="Icon Icon--follower Icon--small"></span>\n        <span class="typeahead-in-conversation-text">In this conversation</span>\n      </div>\n      <img class="avatar size32" alt="">\n      <span class="typeahead-user-item-info account-group">\n        <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n      </span>\n      <span class="typeahead-social-context"></span>\n    </a>\n  </li>\n  <li role="presentation" class="js-selectable typeahead-accounts-shortcut js-shortcut"><a role="option" class="js-nav" href="" data-search-query="" data-query-source="typeahead_click" data-shortcut="true" data-ds="account_search"></a></li>\n</ul>\n\n    <ul role="presentation" class="typeahead-items typeahead-trend-locations-list">\n  \n  <li role="presentation" class="typeahead-item typeahead-trend-locations-item"><a role="option" class="js-nav" href="" data-ds="trend_location" data-search-query="" tabindex="-1"></a></li>\n</ul>\n    \n<div role="presentation" class="typeahead-user-select">\n  <div role="presentation" class="typeahead-empty-suggestions">\n    Suggested users\n  </div>\n  <ul role="presentation" class="typeahead-items typeahead-selected js-typeahead-selected">\n    \n    <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-selected-item js-selectable">\n      \n      <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n        <img class="avatar size32" alt="">\n        <span class="typeahead-user-item-info account-group">\n          <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>\n          <span class="select-status select-disabled Icon Icon--unfollow"></span>\n          <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n        </span>\n      </a>\n    </li>\n    <li role="presentation" class="typeahead-selected-end"></li>\n  </ul>\n\n  <ul role="presentation" class="typeahead-items typeahead-accounts js-typeahead-accounts">\n    \n    <li role="presentation" data-user-id="" data-user-screenname="" data-remote="true" data-score="" class="typeahead-item typeahead-account-item js-selectable">\n      \n      <a role="option" class="js-nav" data-query-source="typeahead_click" data-search-query="" data-ds="account">\n        <img class="avatar size32" alt="">\n        <span class="typeahead-user-item-info account-group">\n          <span class="select-status deselect-user js-deselect-user Icon Icon--check"></span>\n          <span class="select-status select-disabled Icon Icon--unfollow"></span>\n          <span class="fullname"></span><span class="UserBadges"><span class="Icon Icon--verified js-verified hidden"><span class="u-hiddenVisually">Verified account</span></span><span class="Icon Icon--protected js-protected hidden"><span class="u-hiddenVisually">Protected Tweets</span></span></span><span class="UserNameBreak">&nbsp;</span><span class="username u-dir" dir="ltr">@<b></b></span>\n        </span>\n      </a>\n    </li>\n    <li role="presentation" class="typeahead-accounts-end"></li>\n  </ul>\n</div>\n\n    <div role="presentation" class="typeahead-dm-conversations">\n  <ul role="presentation" class="typeahead-items typeahead-dm-conversation-items">\n    <li role="presentation" class="typeahead-item typeahead-dm-conversation-item">\n      <a role="option" tabindex="-1"></a>\n    </li>\n  </ul>\n</div>\n  </div>\n</div>\n\n          </form>\n        </div>\n      </div>\n\n    </div>\n  </div>\n</div>\n\n<div id="quick-promote-dialog" class="QuickPromoteDialog modal-container">\n  <div class="modal draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close modal-close-fixed js-close">\n  <span class="Icon Icon--close Icon--large">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Promote this Tweet</h3>\n      </div>\n      <div class="modal-body">\n        <div class="quick-promote-view-container">\n          <div class="media">\n            <iframe\n              class="quick-promote-iframe js-initial-focus"\n              scrolling="no"\n              frameborder="0"\n              src="">\n            </iframe>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n<div id="block-user-dialog" class="modal-container">\n  <div class="modal draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n\n      <div class="modal-header">\n        <h3 class="modal-title">Block</h3>\n      </div>\n\n      <div class="tweet-loading">\n  <div class="spinner-bigger"></div>\n</div>\n\n      <div class="modal-body modal-tweet"></div>\n\n      <div class="modal-footer">\n        <button class="EdgeButton EdgeButton--tertiary cancel-action js-close">Cancel</button>\n        <button class="EdgeButton EdgeButton--danger block-action">Block</button>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n\n   <div id="geo-disabled-dropdown">\n    <div tabindex="-1">\n  <div class="dropdown-caret">\n    <span class="caret-outer"></span>\n    <span class="caret-inner"></span>\n  </div>\n  <ul>\n    <li class="geo-not-enabled-yet">\n      <h2>Tweet with a location</h2>\n      <p>\n        You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history.\n        <a href="http://support.twitter.com/forums/26810/entries/78525" target="_blank" rel="noopener">Learn more</a>\n      </p>\n      <div>\n        <button type="button" class="geo-turn-on EdgeButton EdgeButton--primary">Turn on</button>\n        <button type="button" class="geo-not-now EdgeButton EdgeButton--secondary">Not now</button>\n      </div>\n    </li>\n  </ul>\n</div>\n\n  </div>\n\n<div id="geo-enabled-dropdown">\n  <div tabindex="-1">\n  <div class="dropdown-caret">\n    <span class="caret-outer"></span>\n    <span class="caret-inner"></span>\n  </div>\n  <div>\n    <div class="geo-query-location">\n      <input class="GeoSearch-queryInput" type="text" autocomplete="off" placeholder="Search for a neighborhood or city">\n      <span class="Icon Icon--search"></span>\n    </div>\n    <div class="geo-dropdown-status"></div>\n    <ul class="GeoSearch-dropdownMenu"></ul>\n  </div>\n</div>\n\n</div>\n\n\n\n  <div id="list-membership-dialog" class="modal-container">\n  <div class="modal modal-small draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Your lists</h3>\n      </div>\n      <div class="modal-body">\n        <div class="list-membership-content"></div>\n        <span class="spinner lists-spinner" title="Loading&hellip;"></span>\n      </div>\n    </div>\n  </div>\n</div>\n  <div id="list-operations-dialog" class="modal-container">\n  <div class="modal modal-medium draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Create a new list</h3>\n      </div>\n      <div class="modal-body">\n        <div class="list-editor">\n  <div class="field">\n    <label class="t1-label" for="list-name">List name</label>\n    <input id="list-name" type="text" class="text" name="name" value="" />\n  </div>\n  <hr/>\n\n  <div class="field">\n    <label class="t1-label" for="list-description">Description</label>\n    <textarea id="list-description" name="description"></textarea>\n    <span class="help-text">Under 100 characters, optional</span>\n  </div>\n  <hr/>\n\n  <fieldset class="field">\n    <legend class="t1-legend">Privacy</legend>\n    <div class="options">\n      <label class="t1-label" for="list-public-radio">\n        <input class="radio" type="radio" name="mode" id="list-public-radio" value="public" checked="checked"  />\n        <b>Public</b> &middot; Anyone can follow this list\n      </label>\n      <label class="t1-label" for="list-private-radio">\n        <input class="radio" type="radio" name="mode" id="list-private-radio" value="private"  />\n        <b>Private</b> &middot; Only you can access this list\n      </label>\n    </div>\n  </fieldset>\n  <hr/>\n\n  <div class="list-editor-save">\n    <button type="button" class="EdgeButton EdgeButton--secondary update-list-button" data-list-id="">Save list</button>\n  </div>\n</div>\n\n      </div>\n    </div>\n  </div>\n</div>\n\n<div id="activity-popup-dialog" class="modal-container">\n  <div class="modal draggable">\n    <div class="modal-content clearfix">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n\n      <div class="modal-header">\n        <h3 class="modal-title"></h3>\n      </div>\n\n      <div class="modal-body">\n        <div class="tweet-loading">\n  <div class="spinner-bigger"></div>\n</div>\n\n        <div class="activity-popup-dialog-content modal-tweet clearfix"></div>\n        <div class="loading">\n          <span class="spinner-bigger"></span>\n        </div>\n        <div class="activity-popup-dialog-users clearfix"></div>\n        <div class="activity-popup-dialog-footer"></div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n<div id="copy-link-to-tweet-dialog" class="modal-container">\n  <div class="modal modal-medium draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Copy link to Tweet</h3>\n      </div>\n      <div class="modal-body">\n        <div class="copy-link-to-tweet-container">\n          <label class="t1-label">\n            <p class="copy-link-to-tweet-instructions">Here\'s the URL for this Tweet. Copy it to easily share with friends.</p>\n            <textarea class="link-to-tweet-destination js-initial-focus u-dir" dir="ltr" readonly></textarea>\n          </label>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n<div id="embed-tweet-dialog" class="modal-container">\n  <div class="modal modal-medium draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title embed-tweet-title">Embed this Tweet</h3>\n        <h3 class="modal-title embed-video-title">Embed this Video</h3>\n      </div>\n      <div class="modal-body">\n        <div class="embed-code-container">\n  <p class="embed-tweet-instructions">Add this Tweet to your website by copying the code below. <a href="https://dev.twitter.com/web/embedded-tweets" target="_blank" rel="noopener">Learn more</a></p>\n  <p class="embed-video-instructions">Add this video to your website by copying the code below. <a href="https://dev.twitter.com/web/embedded-tweets" target="_blank" rel="noopener">Learn more</a></p>\n  <form class="t1-form">\n\n    <div class="embed-destination-wrapper">\n      <div class="embed-overlay embed-overlay-spinner"><div class="embed-overlay-content"></div></div>\n      <div class="embed-overlay embed-overlay-error">\n        <p class="embed-overlay-content">Hmm, there was a problem reaching the server. <button type="button" class="btn-link retry-embed">Try again?</button></p>\n      </div>\n      <textarea class="embed-destination js-initial-focus"></textarea>\n      <div class="embed-options">\n        <div class="embed-include-parent-tweet">\n          <label class="t1-label" for="include-parent-tweet">\n            <input type="checkbox" id="include-parent-tweet" class="include-parent-tweet" checked>\n            Include parent Tweet\n          </label>\n        </div>\n        <div class="embed-include-card">\n          <label class="t1-label" for="include-card">\n            <input type="checkbox" id="include-card" class="include-card" checked>\n            Include media\n          </label>\n        </div>\n      </div>\n    </div>\n  </form>\n  <p class="embed-tweet-description">By embedding Twitter content in your website or app, you are agreeing to the Twitter <a href="https://dev.twitter.com/overview/terms/agreement" rel="noopener">Developer Agreement</a> and <a href="https://dev.twitter.com/overview/terms/policy" rel="noopener">Developer Policy</a>.</p>\n  <h3 class="embed-preview-header">Preview</h3>\n  <div class="embed-preview">\n  </div>\n</div>\n\n      </div>\n    </div>\n  </div>\n</div>\n\n\n<div id="why-this-ad-dialog" class="modal-container why-this-ad-dialog">\n  <div class="modal modal-large draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title why-this-ad-title">Why you\'re seeing this ad</h3>\n      </div>\n      <div class="why-this-ad-content">\n        <div class="why-this-ad-spinner">\n          <div class="spinner-bigger"></div>\n        </div>\n        <iframe id="why-this-ad-frame" class="hidden" aria-hidden="true" scrolling="auto">\n        </iframe>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n  <div id="login-dialog" class="LoginDialog modal-container u-textCenter">\n  <div class="modal modal-large draggable">\n    <div class="LoginDialog-content modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Log in to Twitter</h3>\n      </div>\n      <div class="LoginDialog-body modal-body">\n        <div class="LoginDialog-bird">\n          <span class="Icon Icon--bird Icon--large"></span>\n        </div>\n        <div class="LoginDialog-form">\n<form action="https://twitter.com/sessions" class="LoginForm js-front-signin" method="post"\n  data-component="dialog"\n  data-element="login"\n>\n  <div class="LoginForm-input LoginForm-username">\n    <input\n      type="text"\n      class="text-input email-input js-signin-email"\n      name="session[username_or_email]"\n      autocomplete="username"\n      placeholder="Phone, email, or username"\n    />\n  </div>\n\n  <div class="LoginForm-input LoginForm-password">\n    <input type="password" class="text-input" name="session[password]" placeholder="Password" autocomplete="current-password">\n    \n  </div>\n\n    <div class="LoginForm-rememberForgot">\n      <label>\n        <input type="checkbox" value="1" name="remember_me" checked="checked">\n        <span>Remember me</span>\n      </label>\n      <span class="separator">&middot;</span>\n      <a class="forgot" href="/account/begin_password_reset" rel="noopener">Forgot password?</a>\n    </div>\n\n  <input type="submit" class="EdgeButton EdgeButton--primary EdgeButton--medium submit js-submit" value="Log in">\n\n    <input type="hidden" name="return_to_ssl" value="true">\n\n  <input type="hidden" name="scribe_log">\n  <input type="hidden" name="redirect_after_login" value="/jon_bois">\n  <input type="hidden" value="4b114234421fff0e53e163af82acfd7c26242cf3" name="authenticity_token">\n      <input type="hidden" name="ui_metrics" autocomplete="off">\n      <script src="/i/js_inst?c_name=ui_metrics" async></script>\n</form>\n        </div>\n      </div>\n      <div class="LoginDialog-footer modal-footer u-textCenter">\n        Don\'t have an account? <a class="LoginDialog-signupLink" href="https://twitter.com/signup" rel="noopener">Sign up &raquo;</a>\n      </div>\n    </div>\n  </div>\n</div>\n\n  <div id="signup-dialog" class="SignupDialog modal-container u-textCenter">\n  <div class="modal modal-large draggable">\n    <div class="SignupDialog-content modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Sign up for Twitter</h3>\n      </div>\n      <div class="SignupDialog-body modal-body">\n        <div class="SignupDialog-icon">\n          <span class="Icon Icon--bird Icon--extraLarge"></span>\n        </div>\n        <h2 class="SignupDialog-heading">Not on Twitter? Sign up, tune into the things you care about, and get updates as they happen.</h2>\n        <div class="SignupDialog-form">\n<div class="signup SignupForm\n  ">\n  <a href="https://twitter.com/signup" role="button" class="EdgeButton EdgeButton--large EdgeButton--primary SignupForm-submit u-block js-signup "\n  data-component="dialog"\n  data-element="signup"\n  >Sign up</a>\n</div>\n        </div>\n      </div>\n      <div class="SignupDialog-footer modal-footer u-textCenter">\n        Have an account? <a class="SignupDialog-signinLink" href="/login" rel="noopener">Log in &raquo;</a>\n      </div>\n    </div>\n  </div>\n</div>\n\n  <div id="sms-codes-dialog" class="modal-container">\n  <div class="modal modal-medium draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Two-way (sending and receiving) short codes:</h3>\n      </div>\n      <div class="modal-body">\n        \n<table id="sms_codes" cellpadding="0" cellspacing="0">\n  <thead>\n    <tr>\n      <th>Country</th>\n      <th>Code</th>\n      <th>For customers of</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td>United States</td>\n      <td>40404</td>\n      <td>(any)</td>\n    </tr>\n    <tr>\n      <td>Canada</td>\n      <td>21212</td>\n      <td>(any)</td>\n    </tr>\n    <tr>\n      <td>United Kingdom</td>\n      <td>86444</td>\n      <td>Vodafone, Orange, 3, O2</td>\n    </tr>\n    <tr>\n      <td>Brazil</td>\n      <td>40404</td>\n      <td>Nextel, TIM</td>\n    </tr>\n    <tr>\n      <td>Haiti</td>\n      <td>40404</td>\n      <td>Digicel, Voila</td>\n    </tr>\n    <tr>\n      <td>Ireland</td>\n      <td>51210</td>\n      <td>Vodafone, O2</td>\n    </tr>\n    <tr>\n      <td>India</td>\n      <td>53000</td>\n      <td>Bharti Airtel, Videocon, Reliance</td>\n    </tr>\n    <tr>\n      <td>Indonesia</td>\n      <td>89887</td>\n      <td>AXIS, 3, Telkomsel, Indosat, XL Axiata</td>\n    </tr>\n    <tr>\n      <td rowspan="2">Italy</td>\n      <td>4880804</td>\n      <td>Wind</td>\n    </tr>\n    <tr>\n      <td>3424486444</td>\n      <td>Vodafone</td>\n    </tr>\n  </tbody>\n  <tfoot>\n    <tr>\n      <td colspan="3">\n        &raquo; <a class="js-initial-focus" target="_blank" href="http://support.twitter.com/articles/14226-how-to-find-your-twitter-short-code-or-long-code" rel="noopener">See SMS short codes for other countries</a>\n      </td>\n    </tr>\n  </tfoot>\n</table>\n      </div>\n    </div>\n  </div>\n</div>\n\n<div id="leadgen-confirm-dialog" class="modal-container">\n  <div class="modal draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close js-close">\n  <span class="Icon Icon--close Icon--medium">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">Confirmation</h3>\n      </div>\n      <div class="modal-body">\n        <div class="leadgen-card-container">\n          <div class="media">\n            <iframe\n              class="cards2-promotion-iframe"\n              scrolling="no"\n              frameborder="0"\n              src="">\n            </iframe>\n          </div>\n        </div>\n        <div class="js-macaw-cards-iframe-container" data-card-name="promotion">\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n<div id="auth-webview-dialog" class="AuthWebViewDialog modal-container">\n  <div class="modal draggable">\n    <div class="modal-content">\n      <button type="button" class="modal-btn modal-close modal-close-fixed js-close">\n  <span class="Icon Icon--close Icon--large">\n    <span class="visuallyhidden">Close</span>\n  </span>\n</button>\n\n      <div class="modal-header">\n        <h3 class="modal-title">&nbsp;</h3>\n      </div>\n      <div class="modal-body">\n        <div class="auth-webview-view-container">\n          <div class="media">\n            <iframe\n              class="auth-webview-card-iframe js-initial-focus"\n              scrolling="no"\n              frameborder="0"\n              width="590px"\n              height="500px"\n              src="">\n            </iframe>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n<div id="promptbird-modal-prompt" class="modal-container">\n  <div class="modal">\n    \n    <button type="button" class="modal-btn js-promptDismiss modal-close js-close">\n      <span class="Icon Icon--close Icon--medium">\n        <span class="visuallyhidden">Close</span>\n      </span>\n    </button>\n    <div class="modal-content"></div>\n  </div>\n</div>\n\n\n<div id="ui-walkthrough-dialog" class="modal-container UIWalkthrough">\n  <div class="UIWalkthrough-clickBlocker"></div>\n  <div class="modal modal-small">\n    <div class="UIWalkthrough-caret"></div>\n    <div class="modal-content">\n      <div class="modal-body">\n        <div class="UIWalkthrough-header">\n          <span class="UIWalkthrough-stepProgress"></span>\n          <button class="UIWalkthrough-skip js-close">\n            Skip all\n          </button>\n        </div>\n        \n\n\n\n<div class="UIWalkthrough-step UIWalkthrough-step--welcome">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--home UIWalkthrough-icon"></span>\n    Welcome home!\n  </h3>\n  <p class="UIWalkthrough-message">This timeline is where you\xe2\x80\x99ll spend most of your time, getting instant updates about what matters to you.</p>\n</div>\n\n\n\n<div class="UIWalkthrough-step UIWalkthrough-step--unfollow">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--smileRating1Fill UIWalkthrough-icon"></span>\n    Tweets not working for you?\n  </h3>\n  <p class="UIWalkthrough-message">\n    Hover over the profile pic and click the Following button to unfollow any account.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--like">\n\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--heart UIWalkthrough-icon"></span>\n    Say a lot with a little\n  </h3>\n  <p class="UIWalkthrough-message">\n    When you see a Tweet you love, tap the heart \xe2\x80\x94 it lets  the person who wrote it know you shared the love.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--retweet">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--retweet UIWalkthrough-icon"></span>\n    Spread the word\n  </h3>\n  <p class="UIWalkthrough-message">\n    The fastest way to share someone else\xe2\x80\x99s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--reply">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--reply UIWalkthrough-icon"></span>\n    Join the conversation\n  </h3>\n  <p class="UIWalkthrough-message">\n    Add your thoughts about any Tweet with a Reply. Find a topic you\xe2\x80\x99re passionate about, and jump right in.\n  </p>\n</div>\n\n\n\n<div class="UIWalkthrough-step UIWalkthrough-step--trends">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--discover UIWalkthrough-icon"></span>\n    Learn the latest\n  </h3>\n  <p class="UIWalkthrough-message">\n    Get instant insight into what people are talking about now.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--wtf">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--follow UIWalkthrough-icon"></span>\n    Get more of what you love\n  </h3>\n  <p class="UIWalkthrough-message">\n    Follow more accounts to get instant updates about topics you care about.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--search">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--search UIWalkthrough-icon"></span>\n    Find what\'s happening\n  </h3>\n  <p class="UIWalkthrough-message">\n    See the latest conversations about any topic instantly.\n  </p>\n</div>\n\n<div class="UIWalkthrough-step UIWalkthrough-step--moments">\n  <h3 class="UIWalkthrough-title">\n    <span class="Icon Icon--lightning UIWalkthrough-icon"></span>\n    Never miss a Moment\n  </h3>\n  <p class="UIWalkthrough-message">\n    Catch up instantly on the best stories happening as they unfold.\n  </p>\n</div>\n      </div>\n\n      <div class="modal-footer">\n        <button class="EdgeButton EdgeButton--tertiary u-floatLeft plain-btn UIWalkthrough-button js-previous-step">Back</button>\n        <button class="EdgeButton EdgeButton--secondary UIWalkthrough-button js-next-step js-initial-focus">Next</button>\n      </div>\n    </div>\n  </div>\n</div>\n\n\n\n\n\n<div id="create-custom-timeline-dialog" class="modal-container"></div>\n<div id="edit-custom-timeline-dialog" class="modal-container"></div>\n<div id="curate-dialog" class="modal-container"></div>\n<div id="media-edit-dialog" class="modal-container"></div>\n\n\n      <div class="PermalinkOverlay PermalinkOverlay-with-background " id="permalink-overlay">\n  <div class="PermalinkProfile-dismiss modal-close-fixed">\n    <span class="Icon Icon--close"></span>\n  </div>\n  <button class="PermalinkOverlay-next PermalinkOverlay-button u-posFixed js-next" type="button">\n    <span class="Icon Icon--caretLeft Icon--large"></span>\n    <span class="u-hiddenVisually">Next Tweet from user</span>\n  </button>\n  <div class="PermalinkOverlay-modal">\n    <div class="PermalinkOverlay-spinnerContainer u-hidden">\n      <div class="PermalinkOverlay-spinner"></div>\n    </div>\n    <div class="PermalinkOverlay-content">\n      <div class="PermalinkOverlay-body"\n>\n      </div>\n    </div>\n  </div>\n</div>\n\n    <div class="hidden" id="hidden-content">\n  <iframe aria-hidden="true" class="tweet-post-iframe" name="tweet-post-iframe"></iframe>\n  <iframe aria-hidden="true" class="dm-post-iframe" name="dm-post-iframe"></iframe>\n\n</div>\n\n    \n    \n      <input type="hidden" id="init-data" class="json-data" value="{&quot;keyboardShortcuts&quot;:[{&quot;name&quot;:&quot;Actions&quot;,&quot;description&quot;:&quot;Shortcuts for common actions.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;Enter&quot;],&quot;description&quot;:&quot;Open Tweet details&quot;},{&quot;keys&quot;:[&quot;o&quot;],&quot;description&quot;:&quot;Expand photo&quot;},{&quot;keys&quot;:[&quot;\\/&quot;],&quot;description&quot;:&quot;Search&quot;}]},{&quot;name&quot;:&quot;Navigation&quot;,&quot;description&quot;:&quot;Shortcuts for navigating between items in timelines.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;?&quot;],&quot;description&quot;:&quot;This menu&quot;},{&quot;keys&quot;:[&quot;j&quot;],&quot;description&quot;:&quot;Next Tweet&quot;},{&quot;keys&quot;:[&quot;k&quot;],&quot;description&quot;:&quot;Previous Tweet&quot;},{&quot;keys&quot;:[&quot;Space&quot;],&quot;description&quot;:&quot;Page down&quot;},{&quot;keys&quot;:[&quot;.&quot;],&quot;description&quot;:&quot;Load new Tweets&quot;}]},{&quot;name&quot;:&quot;Timelines&quot;,&quot;description&quot;:&quot;Shortcuts for navigating to different timelines or pages.&quot;,&quot;shortcuts&quot;:[{&quot;keys&quot;:[&quot;g&quot;,&quot;u&quot;],&quot;description&quot;:&quot;Go to user\\u2026&quot;}]}],&quot;baseFoucClass&quot;:&quot;swift-loading&quot;,&quot;bodyFoucClassNames&quot;:&quot;swift-loading&quot;,&quot;assetsBasePath&quot;:&quot;https:\\/\\/abs.twimg.com\\/a\\/1525911434\\/&quot;,&quot;assetVersionKey&quot;:&quot;ba93fd&quot;,&quot;emojiAssetsPath&quot;:&quot;https:\\/\\/abs.twimg.com\\/emoji\\/v2\\/72x72\\/&quot;,&quot;environment&quot;:&quot;production&quot;,&quot;formAuthenticityToken&quot;:&quot;4b114234421fff0e53e163af82acfd7c26242cf3&quot;,&quot;loggedIn&quot;:false,&quot;screenName&quot;:null,&quot;fullName&quot;:null,&quot;userId&quot;:null,&quot;guestId&quot;:&quot;152618871206072117&quot;,&quot;createdAt&quot;:null,&quot;needsPhoneVerification&quot;:false,&quot;allowAdsPersonalization&quot;:true,&quot;scribeBufferSize&quot;:3,&quot;pageName&quot;:&quot;profile&quot;,&quot;sectionName&quot;:&quot;profile&quot;,&quot;scribeParameters&quot;:{},&quot;recaptchaApiUrl&quot;:&quot;https:\\/\\/www.google.com\\/recaptcha\\/api\\/js\\/recaptcha_ajax.js&quot;,&quot;internalReferer&quot;:null,&quot;geoEnabled&quot;:false,&quot;typeaheadData&quot;:{&quot;accounts&quot;:{&quot;enabled&quot;:true,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;limit&quot;:6},&quot;trendLocations&quot;:{&quot;enabled&quot;:true},&quot;dmConversations&quot;:{&quot;enabled&quot;:false},&quot;followedSearches&quot;:{&quot;enabled&quot;:false},&quot;savedSearches&quot;:{&quot;enabled&quot;:false,&quot;items&quot;:[]},&quot;dmAccounts&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:false,&quot;onlyDMable&quot;:true},&quot;mediaTagAccounts&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:false,&quot;onlyShowUsersWithCanMediaTag&quot;:false,&quot;currentUserId&quot;:-1},&quot;selectedUsers&quot;:{&quot;enabled&quot;:false},&quot;prefillUsers&quot;:{&quot;enabled&quot;:false},&quot;topics&quot;:{&quot;enabled&quot;:true,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;prefetchLimit&quot;:500,&quot;limit&quot;:4},&quot;concierge&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:false,&quot;prefetchLimit&quot;:500,&quot;limit&quot;:6},&quot;recentSearches&quot;:{&quot;enabled&quot;:false},&quot;hashtags&quot;:{&quot;enabled&quot;:false,&quot;localQueriesEnabled&quot;:false,&quot;remoteQueriesEnabled&quot;:true,&quot;prefetchLimit&quot;:500},&quot;useIndexedDB&quot;:false,&quot;showSearchAccountSocialContext&quot;:false,&quot;showDebugInfo&quot;:false,&quot;useThrottle&quot;:true,&quot;accountsOnTop&quot;:false,&quot;remoteDebounceInterval&quot;:300,&quot;remoteThrottleInterval&quot;:300,&quot;tweetContextEnabled&quot;:false,&quot;fullNameMatchingInCompose&quot;:true,&quot;topicsWithFiltersEnabled&quot;:false},&quot;shellReferrer&quot;:null,&quot;dm&quot;:{&quot;notifications&quot;:false,&quot;usePushForNotifications&quot;:false,&quot;participant_max&quot;:50,&quot;welcome_message_add_to_conversation_enabled&quot;:true,&quot;poll_options&quot;:{&quot;foreground_poll_interval&quot;:3000,&quot;burst_poll_interval&quot;:3000,&quot;burst_poll_duration&quot;:300000,&quot;max_poll_interval&quot;:60000},&quot;card_prefetch&quot;:true,&quot;card_prefetch_interval_in_seconds&quot;:2000,&quot;dm_quick_reply_options_panel_dismiss_in_ms&quot;:2000,&quot;open_dm_enabled&quot;:false},&quot;autoplayDisabled&quot;:false,&quot;pushStatePageLimit&quot;:500000,&quot;routes&quot;:{&quot;profile&quot;:&quot;\\/&quot;},&quot;pushState&quot;:true,&quot;viewContainer&quot;:&quot;#page-container&quot;,&quot;href&quot;:&quot;\\/jon_bois&quot;,&quot;searchPathWithQuery&quot;:&quot;\\/search?q=query&amp;src=typd&quot;,&quot;composeAltText&quot;:false,&quot;night_mode_activated&quot;:false,&quot;user_color&quot;:null,&quot;deciders&quot;:{&quot;gdprAgeGateDialog&quot;:false,&quot;gdprSoftBounceDialog&quot;:false,&quot;geo_picker_incident_reset&quot;:true,&quot;custom_timeline_curation&quot;:false,&quot;native_notifications&quot;:true,&quot;disable_ajax_datatype_default_to_text&quot;:false,&quot;dm_polling_frequency_in_seconds&quot;:3000,&quot;dm_granular_mute_controls&quot;:true,&quot;enable_media_tag_prefetch&quot;:true,&quot;enableMacawNymizerConversionLanding&quot;:false,&quot;hqImageUploads&quot;:false,&quot;live_pipeline_consume&quot;:true,&quot;mqImageUploads&quot;:false,&quot;partnerIdSyncEnabled&quot;:true,&quot;sruMediaCategory&quot;:true,&quot;photoSruGifLimitMb&quot;:15,&quot;promoted_logging_force_post&quot;:true,&quot;promoted_video_logging_enabled&quot;:true,&quot;pushState&quot;:true,&quot;emojiNewCategory&quot;:false,&quot;contentEditablePlainTextOnly&quot;:false,&quot;web_client_api_stats&quot;:false,&quot;web_perftown_stats&quot;:true,&quot;web_perftown_ttft&quot;:false,&quot;web_client_events_ttft&quot;:false,&quot;log_push_state_ttft_metrics&quot;:false,&quot;web_sru_stats&quot;:false,&quot;web_upload_video&quot;:true,&quot;web_upload_video_advanced&quot;:false,&quot;upload_video_size&quot;:500,&quot;useVmapVariants&quot;:false,&quot;autoplayPreviewPreroll&quot;:true,&quot;moments_home_module&quot;:false,&quot;moments_lohp_enabled&quot;:true,&quot;enableNativePush&quot;:false,&quot;autoSubscribeNativePush&quot;:false,&quot;allowWebPushVapidUpgrade&quot;:true,&quot;stickersInteractivity&quot;:true,&quot;stickersInteractivityDuringLoading&quot;:true,&quot;stickersExperience&quot;:true,&quot;dynamic_video_ads_include_long_videos&quot;:true,&quot;push_state_size&quot;:1000,&quot;live_video_media_control_enabled&quot;:false,&quot;cards2_enable_periscope_card_transition&quot;:true,&quot;use_api_for_retweet_and_unretweet&quot;:false,&quot;use_api_for_follow_and_unfollow&quot;:true,&quot;edge_probe_enabled&quot;:false,&quot;like_over_http_client&quot;:true,&quot;enable_inline_location&quot;:true,&quot;enable_tweetstorm_creation&quot;:true,&quot;enable_tweetstorm_drafts&quot;:false,&quot;enable_tweetstorm_tooltip&quot;:true,&quot;text_length_for_tweetstorm_tooltip&quot;:50,&quot;dm_report_webview_macaw_swift_enabled&quot;:true,&quot;page_title_unread_notification_count&quot;:false,&quot;page_title_badge_after_unread_tweets&quot;:20},&quot;experiments&quot;:{},&quot;toasts_dm&quot;:false,&quot;toasts_timeline&quot;:false,&quot;toasts_dm_poll_scale&quot;:60,&quot;defaultNotificationIcon&quot;:&quot;https:\\/\\/abs.twimg.com\\/a\\/1525911434\\/img\\/t1\\/mobile\\/wp7_app_icon.png&quot;,&quot;promptbirdData&quot;:{&quot;promptbirdEnabled&quot;:false,&quot;immediateTriggers&quot;:[&quot;PullToRefresh&quot;,&quot;Navigate&quot;],&quot;format&quot;:&quot;ProfileOther&quot;},&quot;pageContext&quot;:&quot;profile&quot;,&quot;passwordResetAdvancedLoginForm&quot;:true,&quot;skipAutoSignupDialog&quot;:false,&quot;shouldReplaceSignupWithLogin&quot;:false,&quot;hashflagBaseUrl&quot;:&quot;https:\\/\\/abs.twimg.com\\/hashflags\\/&quot;,&quot;activeHashflags&quot;:{&quot;growtogether&quot;:&quot;GrowTogether_v4\\/GrowTogether_v4.png&quot;,&quot;\xed\x83\x80\xeb\x85\xb8\xec\x8a\xa4&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;nellepieghedeltempo&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;infinitygauntlet&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;voicetop8&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;zee5launch&quot;:&quot;zeefive\\/zeefive.png&quot;,&quot;beashinboner&quot;:&quot;BeAShinboner\\/BeAShinboner.png&quot;,&quot;jurassicworldfallenkingdom&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;bemorepirate&quot;:&quot;seaofthieves\\/seaofthieves.png&quot;,&quot;thanos&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;asianpacificheritagemonth&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;mymammamia&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;cabelopantene&quot;:&quot;CabeloPanten\\/CabeloPanten.png&quot;,&quot;\xd8\xb3\xd8\xaf\xd9\x8a\xd9\x85_\xd8\xb9\xd8\xa7\xd9\x84\xd9\x85\xd9\x8a&quot;:&quot;digitallabsUAE\\/digitallabsUAE.png&quot;,&quot;incrediblesevent&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;justask&quot;:&quot;AmazonEchoIndiav2\\/AmazonEchoIndiav2.png&quot;,&quot;thefinalscandal&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;kathnielforvivo&quot;:&quot;Kathniel\\/Kathniel.png&quot;,&quot;finalspace&quot;:&quot;TBSfinalspace\\/TBSfinalspace.png&quot;,&quot;\xeb\x82\xa8\xeb\xb6\x81\xed\x9a\x8c\xeb\x8b\xb4&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;\xe3\x82\xaa\xe3\x82\xb3\xe3\x82\xa8&quot;:&quot;okoye_blackpanther\\/okoye_blackpanther.png&quot;,&quot;\xe3\x82\xb9\xe3\x82\xaf\xe3\x83\x95\xe3\x82\xa7\xe3\x82\xb9\xe3\x82\xb7\xe3\x83\xaa\xe3\x83\xbc\xe3\x82\xba5\xe5\x91\xa8\xe5\xb9\xb4&quot;:&quot;Klabemoji\\/Klabemoji.png&quot;,&quot;scandal&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;sejaguerreira&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;theremixshow&quot;:&quot;AmazonRemix_v2\\/AmazonRemix_v2.png&quot;,&quot;debatedeldebate&quot;:&quot;MXDebates2018\\/MXDebates2018.png&quot;,&quot;debateine&quot;:&quot;MXDebates2018\\/MXDebates2018.png&quot;,&quot;heretheycome&quot;:&quot;NBA_2017_18_PHI\\/NBA_2017_18_PHI.png&quot;,&quot;frozone&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;\xec\xb8\x84\xeb\xb0\x94\xec\xb9\xb4&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;mrswer&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;srh&quot;:&quot;IPL_Sunrisers\\/IPL_Sunrisers.png&quot;,&quot;\xec\x97\x90\xeb\x93\x9c\xeb\x82\x98\xeb\xaa\xa8\xeb\x93\x9c&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;timesup&quot;:&quot;TimesUp_v2\\/TimesUp_v2.png&quot;,&quot;thealienist&quot;:&quot;TNT-Alienist\\/TNT-Alienist.png&quot;,&quot;\xe3\x83\x8f\xe3\x83\xb3\xe3\x82\xbd\xe3\x83\xad&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;noonlovesmums&quot;:&quot;noon_v3\\/noon_v3.png&quot;,&quot;fearthewalkingdead&quot;:&quot;FearTWD\\/FearTWD.png&quot;,&quot;eljettadetuvida&quot;:&quot;ElJettaDeTuVida\\/ElJettaDeTuVida.png&quot;,&quot;voiceresults&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;\xe3\x82\xa4\xe3\x83\xa9\xe3\x82\xb9\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xa2\xe3\x82\xb9\xe7\x94\x9f\xe8\xaa\x95\xe7\xa5\xad&quot;:&quot;JapanAzurlane2018_v3\\/JapanAzurlane2018_v3.png&quot;,&quot;tauboladengangoogle&quot;:&quot;GoogleIDSoccer\\/GoogleIDSoccer.png&quot;,&quot;zee5meinfeelhai&quot;:&quot;zeefive\\/zeefive.png&quot;,&quot;teamlucious&quot;:&quot;empire\\/empire.png&quot;,&quot;charlieputh&quot;:&quot;CharliePuthAlbum2018_v2\\/CharliePuthAlbum2018_v2.png&quot;,&quot;idolduets&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;thanosdemandsyoursilence&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;dirtywater&quot;:&quot;redsox2018_v2\\/redsox2018_v2.png&quot;,&quot;flickertourlive&quot;:&quot;NiallHoran2018\\/NiallHoran2018.png&quot;,&quot;hereditary&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;mntwins&quot;:&quot;MinnesotaTwins2018\\/MinnesotaTwins2018.png&quot;,&quot;\xe3\x82\xa4\xe3\x83\xb3\xe3\x82\xaf\xe3\x83\xac\xe3\x83\x87\xe3\x82\xa3\xe3\x83\x96\xe3\x83\xab\xe3\x83\x95\xe3\x82\xa1\xe3\x83\x9f\xe3\x83\xaa\xe3\x83\xbc&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;tgitlife&quot;:&quot;TGIT_Popcorn_v3\\/TGIT_Popcorn_v3.png&quot;,&quot;owlmvp&quot;:&quot;TmobileOWLMVP\\/TmobileOWLMVP.png&quot;,&quot;dwts&quot;:&quot;DWTSAthletes2018_v2\\/DWTSAthletes2018_v2.png&quot;,&quot;yovotoporque&quot;:&quot;MexicoCityElections18\\/MexicoCityElections18.png&quot;,&quot;infinitywar&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;livepunjabiplaypunjabi&quot;:&quot;IPL_KingsXIPunjab\\/IPL_KingsXIPunjab.png&quot;,&quot;nammakarnatakafirst&quot;:&quot;congressq1\\/congressq1.png&quot;,&quot;gobolts&quot;:&quot;NHL_2017_2018_Lightning_v2\\/NHL_2017_2018_Lightning_v2.png&quot;,&quot;ivotesambbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;lacasadepapel&quot;:&quot;LaCasaDePapel\\/LaCasaDePapel.png&quot;,&quot;finalspacetbs&quot;:&quot;TBSfinalspace\\/TBSfinalspace.png&quot;,&quot;idolpremiere&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;weareresourcers&quot;:&quot;MarqueemployeurVeolia\\/MarqueemployeurVeolia.png&quot;,&quot;vidastarz&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;teenmom2&quot;:&quot;MTVTeenMom2018\\/MTVTeenMom2018.png&quot;,&quot;voicetop4&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;beingserena&quot;:&quot;SerenaWilliams2018\\/SerenaWilliams2018.png&quot;,&quot;archie&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;juegam\xc3\xa9xico&quot;:&quot;coronafutbol2018\\/coronafutbol2018.png&quot;,&quot;periscope&quot;:&quot;Periscope\\/Periscope.png&quot;,&quot;dancingwiththestars&quot;:&quot;DWTSAthletes2018_v2\\/DWTSAthletes2018_v2.png&quot;,&quot;dashparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;empirepremiere&quot;:&quot;empire\\/empire.png&quot;,&quot;gokingsgo&quot;:&quot;NHL_2017_2018_LAKings_v2\\/NHL_2017_2018_LAKings_v2.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe3\x83\xac\xe3\x83\xb3tv&quot;:&quot;JapanAzurlaneWeather\\/JapanAzurlaneWeather.png&quot;,&quot;chewbacca&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;ifeelprettyfilm&quot;:&quot;feelpretty_v2\\/feelpretty_v2.png&quot;,&quot;jbfa&quot;:&quot;JamesBeardAwards2018\\/JamesBeardAwards2018.png&quot;,&quot;eurovision&quot;:&quot;Eurovision2018Main\\/Eurovision2018Main.png&quot;,&quot;violetaparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;voicenotes&quot;:&quot;CharliePuthAlbum2018_v2\\/CharliePuthAlbum2018_v2.png&quot;,&quot;britainsgottalent2018&quot;:&quot;BGT2018\\/BGT2018.png&quot;,&quot;bestoftweets&quot;:&quot;BestofTweets2018\\/BestofTweets2018.png&quot;,&quot;nialllive&quot;:&quot;NiallHoran2018\\/NiallHoran2018.png&quot;,&quot;animalifantastici&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;jackjackparr&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;animauxfantastiques&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;killmonger&quot;:&quot;killmonger_blackpanther\\/killmonger_blackpanther.png&quot;,&quot;rolltide&quot;:&quot;Alabama_CFBPlayoff_Teamv3\\/Alabama_CFBPlayoff_Teamv3.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd9\x84_\xd8\xac\xd9\x86\xd8\xa8_\xd8\xa8\xd8\xb7\xd9\x84\xd8\xa9&quot;:&quot;HeroNextToHero\\/HeroNextToHero.png&quot;,&quot;lovetwitter&quot;:&quot;LoveTwitter\\/LoveTwitter.png&quot;,&quot;mrtvatisina&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xd1\x81\xd1\x83\xd0\xbf\xd0\xb5\xd1\x80\xd1\x81\xd0\xb5\xd0\xbc\xd0\xb5\xd0\xb9\xd0\xba\xd0\xb02&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;detroitbasketball&quot;:&quot;NBA_2017_18_DET\\/NBA_2017_18_DET.png&quot;,&quot;scotiarewardsyou&quot;:&quot;scotiabankswish\\/scotiabankswish.png&quot;,&quot;rootedinoakland&quot;:&quot;OaklandAthletics2018\\/OaklandAthletics2018.png&quot;,&quot;texasrangers&quot;:&quot;TexasRangers2018\\/TexasRangers2018.png&quot;,&quot;volvooceanrace&quot;:&quot;VolvoOceanRace\\/VolvoOceanRace.png&quot;,&quot;\xe3\x82\xb8\xe3\x83\xa3\xe3\x83\x83\xe3\x82\xaf\xef\xbc\x9d\xe3\x82\xb8\xe3\x83\xa3\xe3\x83\x83\xe3\x82\xaf&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;teenmom&quot;:&quot;MTVTeenMom2018\\/MTVTeenMom2018.png&quot;,&quot;megmurry&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;mammamia&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;cbj&quot;:&quot;NHL_2017_2018_BlueJackets_v2\\/NHL_2017_2018_BlueJackets_v2.png&quot;,&quot;aapi&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;piensoyvoto&quot;:&quot;MXvoterengagement2018\\/MXvoterengagement2018.png&quot;,&quot;harryandmeghan&quot;:&quot;royalwedding2018\\/royalwedding2018.png&quot;,&quot;\xec\x9d\xb8\xed\x81\xac\xeb\xa0\x88\xeb\x8d\x94\xeb\xb8\x942&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;espejopublico&quot;:&quot;EspejoPublico_2017_2018\\/EspejoPublico_2017_2018.png&quot;,&quot;losincre\xc3\xadbles2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;idolfinale&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;nowwerise&quot;:&quot;NHL_2017_2018_NJDevils_v2\\/NHL_2017_2018_NJDevils_v2.png&quot;,&quot;amazonecho&quot;:&quot;AmazonEchoIndiav2\\/AmazonEchoIndiav2.png&quot;,&quot;chewie&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;stanleycup&quot;:&quot;StanleyCup2018\\/StanleyCup2018.png&quot;,&quot;soloastarwarsstory&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;nba&quot;:&quot;NBA_2017_18_NBA\\/NBA_2017_18_NBA.png&quot;,&quot;rockies25th&quot;:&quot;ColoradoRockies2018\\/ColoradoRockies2018.png&quot;,&quot;kkrhaitaiyaar&quot;:&quot;IPL_Kolkata\\/IPL_Kolkata.png&quot;,&quot;nocapes&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;billions&quot;:&quot;billions-showtime\\/billions-showtime.png&quot;,&quot;bethechange&quot;:&quot;BeTheChange_v2\\/BeTheChange_v2.png&quot;,&quot;\xd0\xbb\xd1\x8d\xd0\xbd\xd0\xb4\xd0\xbe&quot;:&quot;StarWarsSolo_Lando\\/StarWarsSolo_Lando.png&quot;,&quot;idolonabc&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;canadiandream&quot;:&quot;ChevroletCanadianDream2018\\/ChevroletCanadianDream2018.png&quot;,&quot;followtheball&quot;:&quot;waltdisneyoscars2018\\/waltdisneyoscars2018.png&quot;,&quot;valla&quot;:&quot;FranceBlizzardOWL_LAValiant\\/FranceBlizzardOWL_LAValiant.png&quot;,&quot;\xd0\xbd\xd0\xb0\xd0\xba\xd0\xb8\xd0\xb0&quot;:&quot;nakia_blackpanther\\/nakia_blackpanther.png&quot;,&quot;teamaxe&quot;:&quot;billions-showtime\\/billions-showtime.png&quot;,&quot;unpliegueeneltiempo&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;hollywoodweek&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;statebankofindia&quot;:&quot;SBIBank_v3\\/SBIBank_v3.png&quot;,&quot;\xd0\xbc\xd0\xb8\xd1\x81\xd1\x81\xd0\xb8\xd1\x81\xd0\xba\xd1\x82\xd0\xbe&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;movietvawards&quot;:&quot;MTVMovieAwards2018\\/MTVMovieAwards2018.png&quot;,&quot;\xec\xb6\x9c\xeb\x8f\x99\xec\xa4\x80\xeb\xb9\x84\xec\x99\x84\xeb\xa3\x8c&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;shieldsup&quot;:&quot;FranceBlizzardOWL_LAGladiators\\/FranceBlizzardOWL_LAGladiators.png&quot;,&quot;empirewednesday&quot;:&quot;empire\\/empire.png&quot;,&quot;lafamaviveenti&quot;:&quot;movistar\\/movistar.png&quot;,&quot;millenniumfalcon&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;\xec\x96\xb4\xeb\xb2\x84\xec\x9d\xb4\xeb\x82\xa0&quot;:&quot;MothersDay2018\\/MothersDay2018.png&quot;,&quot;senhorincr\xc3\xadvel&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;eleccionescolombia&quot;:&quot;colombianelection2018\\/colombianelection2018.png&quot;,&quot;elastigirl&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;infinitystones&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;goavsgo&quot;:&quot;NHL_2017_2018_COAvalanche_v2\\/NHL_2017_2018_COAvalanche_v2.png&quot;,&quot;wannasprite&quot;:&quot;q2spriteemoji\\/q2spriteemoji.png&quot;,&quot;labarram\xc3\xa1spower&quot;:&quot;Entel_Mundial_Peru\\/Entel_Mundial_Peru.png&quot;,&quot;mcdbreakfast&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;7afl&quot;:&quot;AFL2018\\/AFL2018.png&quot;,&quot;\xe3\x82\xab\xe3\x83\xb3\xe3\x83\x91\xe3\x82\xa4\xe3\x83\x9c\xe3\x83\x88\xe3\x83\xab&quot;:&quot;japanfanta\\/japanfanta.png&quot;,&quot;\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xb3\xe3\x82\xbf&quot;:&quot;japanfanta\\/japanfanta.png&quot;,&quot;amtodmbfn&quot;:&quot;BuzzFeedMorning_v3\\/BuzzFeedMorning_v3.png&quot;,&quot;produitsbio&quot;:&quot;FranceFleuryMichon\\/FranceFleuryMichon.png&quot;,&quot;torcidan1&quot;:&quot;brahma\\/brahma.png&quot;,&quot;sxswestworld&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;\xe3\x82\xa8\xe3\x83\xa0\xe3\x83\x90\xe3\x82\xaf&quot;:&quot;mbaku_v2\\/mbaku_v2.png&quot;,&quot;asksweetbitter&quot;:&quot;STARZSweetbitter18\\/STARZSweetbitter18.png&quot;,&quot;mutuaopen&quot;:&quot;MutuaMadridOpen\\/MutuaMadridOpen.png&quot;,&quot;mammamia2movie&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;voiceplayoffs&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;juntosmiami&quot;:&quot;MiamiMarlins2018\\/MiamiMarlins2018.png&quot;,&quot;\xd0\xbe\xd0\xba\xd0\xbe\xd0\xb5&quot;:&quot;okoye_blackpanther\\/okoye_blackpanther.png&quot;,&quot;myxmusicawards2018&quot;:&quot;MYXMusicAwards2018\\/MYXMusicAwards2018.png&quot;,&quot;pegote&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;ekstracashback&quot;:&quot;TokopediaRamadan2018_v2\\/TokopediaRamadan2018_v2.png&quot;,&quot;toystoryland&quot;:&quot;waltdisneyoscars2018\\/waltdisneyoscars2018.png&quot;,&quot;onthebus&quot;:&quot;NRLTigers2018\\/NRLTigers2018.png&quot;,&quot;\xec\x95\x84\xeb\xb9\xa0\xec\x82\xac\xeb\x9e\x91\xed\x95\xb4\xec\x9a\x94&quot;:&quot;MothersDay2018\\/MothersDay2018.png&quot;,&quot;fallenkingdom&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;letsgobucs&quot;:&quot;PittsburghPirates2018\\/PittsburghPirates2018.png&quot;,&quot;\xd1\x84\xd0\xb8\xd0\xb0\xd0\xbb\xd0\xba\xd0\xb0\xd0\xbf\xd0\xb0\xd1\x80\xd1\x80&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;seaofthieves&quot;:&quot;seaofthieves\\/seaofthieves.png&quot;,&quot;ittakeseverything&quot;:&quot;NBA_2017_18_LAC\\/NBA_2017_18_LAC.png&quot;,&quot;mammamiaherewegoagain&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;gliincredibili2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;voicebattles&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;amtodm&quot;:&quot;BuzzFeedMorning_v3\\/BuzzFeedMorning_v3.png&quot;,&quot;maythefourth&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;qira&quot;:&quot;StarWarsSolo_Qira\\/StarWarsSolo_Qira.png&quot;,&quot;estes\xc3\xadesdebate&quot;:&quot;MXcitydebate2018\\/MXcitydebate2018.png&quot;,&quot;doitbigger&quot;:&quot;NBAPelicans2018\\/NBAPelicans2018.png&quot;,&quot;\xd1\x82\xd0\xb0\xd0\xbd\xd0\xbe\xd1\x81&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;thematriline&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;aquietplacethailand&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;scandalfinale&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;iamopl&quot;:&quot;iamopl_v2\\/iamopl_v2.png&quot;,&quot;shocktheworld&quot;:&quot;FranceBlizzardOWL_SanFrancisco\\/FranceBlizzardOWL_SanFrancisco.png&quot;,&quot;signoraquale&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;vidafinale&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;blackpantherlive&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;fearthedeer&quot;:&quot;NBA_2017_18_MIL\\/NBA_2017_18_MIL.png&quot;,&quot;am2dmbf&quot;:&quot;BuzzFeedMorning_v3\\/BuzzFeedMorning_v3.png&quot;,&quot;thevoiceau&quot;:&quot;TheVoiceAU2018\\/TheVoiceAU2018.png&quot;,&quot;mrincre\xc3\xadble&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;jackwhite&quot;:&quot;Jackwhite_v2\\/Jackwhite_v2.png&quot;,&quot;vibranium&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;stayquiet&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;r\xc3\xaavecanadien&quot;:&quot;ChevroletCanadianDream2018\\/ChevroletCanadianDream2018.png&quot;,&quot;\xd0\xb4\xd1\x8d\xd1\x88\xd0\xbf\xd0\xb0\xd1\x80\xd1\x80&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;hansolo&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;\xe8\xb5\xa4\xe5\x9f\x8e\xe7\x88\x86\xe8\xaa\x95\xe7\xa5\xad&quot;:&quot;JapanAzurlane2018_v4\\/JapanAzurlane2018_v4.png&quot;,&quot;tictocnews&quot;:&quot;bloombergtictoc2018\\/bloombergtictoc2018.png&quot;,&quot;violetparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;ramadanekstra&quot;:&quot;TokopediaRamadan2018_v2\\/TokopediaRamadan2018_v2.png&quot;,&quot;\xe3\x82\xac\xe3\x83\x81\xe5\x8b\xa2\xe5\xbf\x9c\xe6\x8f\xb4&quot;:&quot;GatsbyDeo2018\\/GatsbyDeo2018.png&quot;,&quot;sharkteam&quot;:&quot;Sharkteam\\/Sharkteam.png&quot;,&quot;mbaku&quot;:&quot;mbaku_v2\\/mbaku_v2.png&quot;,&quot;fi\xc3\xa8rementpoulet&quot;:&quot;ChickenPeople2018\\/ChickenPeople2018.png&quot;,&quot;hereditarymovie&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;al\xc3\xb4m\xc3\xa3e&quot;:&quot;BrazilWorldCup2018_AloMae_v2\\/BrazilWorldCup2018_AloMae_v2.png&quot;,&quot;bbmas2018&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;royalwedding&quot;:&quot;royalwedding2018\\/royalwedding2018.png&quot;,&quot;jurassic&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;beardawards&quot;:&quot;JamesBeardAwards2018\\/JamesBeardAwards2018.png&quot;,&quot;supertroopers&quot;:&quot;SuperTroopers2\\/SuperTroopers2.png&quot;,&quot;jabaritribe&quot;:&quot;mbaku_v2\\/mbaku_v2.png&quot;,&quot;violettaparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;piedpiper&quot;:&quot;SiliconValleyHBO2018\\/SiliconValleyHBO2018.png&quot;,&quot;premiosmtvmiaw&quot;:&quot;MTVMiawAwardsBR2018\\/MTVMiawAwardsBR2018.png&quot;,&quot;se\xc3\xb1oraqu\xc3\xa9&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;theremixamazon&quot;:&quot;AmazonRemix_v2\\/AmazonRemix_v2.png&quot;,&quot;aquietplace&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;incrediblesday&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;knicks&quot;:&quot;NBA_2017_18_NYK\\/NBA_2017_18_NYK.png&quot;,&quot;kohlscash&quot;:&quot;kohlscash2018_v2\\/kohlscash2018_v2.png&quot;,&quot;\xd0\xbc\xd0\xb8\xd1\x81\xd1\x81\xd0\xb8\xd1\x81\xd1\x82\xd0\xbe\xd0\xb5\xd1\x81\xd1\x82\xd1\x8c&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;123cu\xc3\xa9ntalo&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;\xe3\x82\xa2\xe3\x83\x8a\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xa8\xe3\x83\x87\xe3\x83\xb31\xe5\x91\xa8\xe5\xb9\xb4&quot;:&quot;catemoji_v2\\/catemoji_v2.png&quot;,&quot;chaostakescontrol&quot;:&quot;westworldpremiere2018\\/westworldpremiere2018.png&quot;,&quot;cesar&quot;:&quot;cesar2018\\/cesar2018.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe3\x83\xac\xe3\x83\xb3\xe3\x82\xbf\xe3\x83\xb3\xe3\x83\x96\xe3\x83\xa9\xe3\x83\xbc&quot;:&quot;JapanAzurlaneWeather\\/JapanAzurlaneWeather.png&quot;,&quot;fantasticbeasts&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;bluejays&quot;:&quot;TorontoBlueJays2018_v3\\/TorontoBlueJays2018_v3.png&quot;,&quot;\xd9\x85\xd9\x81\xd8\xa7\xd8\xac\xd8\xa7\xd8\xaa_\xd9\x88\xd8\xa7\xd8\xa7\xd9\x88&quot;:&quot;SAIB\\/SAIB.png&quot;,&quot;\xd1\x88\xd1\x83\xd1\x80\xd0\xb8&quot;:&quot;shuri_blackpanther\\/shuri_blackpanther.png&quot;,&quot;\xe0\xa4\xb9\xe0\xa4\xb2\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\xac\xe0\xa5\x8b\xe0\xa4\xb2&quot;:&quot;IPL_Rajasthan\\/IPL_Rajasthan.png&quot;,&quot;mammamiafilm&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;iaytsa&quot;:&quot;tecatemundial_v2\\/tecatemundial_v2.png&quot;,&quot;sansunbruit&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;siliconhbo&quot;:&quot;SiliconValleyHBO2018\\/SiliconValleyHBO2018.png&quot;,&quot;riverdalecw&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;doitbig&quot;:&quot;NBA_2017_18_NOP\\/NBA_2017_18_NOP.png&quot;,&quot;\xd0\xba\xd0\xb8\xd0\xbb\xd0\xbb\xd0\xbc\xd0\xbe\xd0\xbd\xd0\xb3\xd0\xb5\xd1\x80&quot;:&quot;killmonger_blackpanther\\/killmonger_blackpanther.png&quot;,&quot;prixbestoftweets&quot;:&quot;BestofTweets2018\\/BestofTweets2018.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd8\xa7\xd9\x82\xd8\xa9_\xd9\x83\xd9\x81\xd8\xa7\xd8\xa1\xd8\xa9_\xd8\xa7\xd9\x84\xd8\xb7\xd8\xa7\xd9\x82\xd8\xa9&quot;:&quot;SaudiEnergy\\/SaudiEnergy.png&quot;,&quot;karnatakaelections2018&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xb3\xe3\x82\xbf\xe3\x82\xab\xe3\x83\xb3\xe3\x83\x91\xe3\x82\xa4\xe3\x82\xac\xe3\x83\xbc\xe3\x83\x87\xe3\x83\xb3&quot;:&quot;japanfanta\\/japanfanta.png&quot;,&quot;maythefourthbewithyou&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;debatechilango&quot;:&quot;MXcitydebate2018\\/MXcitydebate2018.png&quot;,&quot;landocalrissian&quot;:&quot;StarWarsSolo_Lando\\/StarWarsSolo_Lando.png&quot;,&quot;finaisnbb&quot;:&quot;NBBFinais2018\\/NBBFinais2018.png&quot;,&quot;\xe3\x81\xbf\xe3\x82\x93\xe3\x81\xaa\xe3\x81\xa7\xe3\x82\xb7\xe3\x83\xa3\xe3\x83\xb3\xe3\x82\xb7\xe3\x83\xa3\xe3\x83\xb35\xe5\x91\xa8\xe5\xb9\xb4&quot;:&quot;LoveLiveKlab2018\\/LoveLiveKlab2018.png&quot;,&quot;empirefox&quot;:&quot;empire\\/empire.png&quot;,&quot;redv&quot;:&quot;NRLRedV2018\\/NRLRedV2018.png&quot;,&quot;sweetbittertv&quot;:&quot;STARZSweetbitter18\\/STARZSweetbitter18.png&quot;,&quot;rallytogether&quot;:&quot;Cleveland2018\\/Cleveland2018.png&quot;,&quot;\xe0\xb2\x95\xe0\xb2\xb0\xe0\xb3\x8d\xe0\xb2\xa8\xe0\xb2\xbe\xe0\xb2\x9f\xe0\xb2\x95\xe0\xb2\x9a\xe0\xb3\x81\xe0\xb2\xa8\xe0\xb2\xbe\xe0\xb2\xb5\xe0\xb2\xa3\xe0\xb3\x862018&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;westworld&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;navakarnataka2025&quot;:&quot;congressq1\\/congressq1.png&quot;,&quot;starwarsday&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;buzzcity&quot;:&quot;NBA_2017_18_CHA\\/NBA_2017_18_CHA.png&quot;,&quot;mrindestructible&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;apnibhashameinfeelhai&quot;:&quot;zeefive\\/zeefive.png&quot;,&quot;bostonup&quot;:&quot;FranceBlizzardOWL_Boston\\/FranceBlizzardOWL_Boston.png&quot;,&quot;everybodyin&quot;:&quot;ChicagoCubs2018\\/ChicagoCubs2018.png&quot;,&quot;snowapp&quot;:&quot;snowcorp\\/snowcorp.png&quot;,&quot;apahm&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;bestoftweetsawards&quot;:&quot;BestofTweets2018\\/BestofTweets2018.png&quot;,&quot;golalazo&quot;:&quot;Golalazo2018\\/Golalazo2018.png&quot;,&quot;solopasaconpipasg&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;rockets&quot;:&quot;NBA_2017_18_HOU\\/NBA_2017_18_HOU.png&quot;,&quot;myincrediblesreview&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;thanksmotty&quot;:&quot;BBCJohnMotson2018\\/BBCJohnMotson2018.png&quot;,&quot;gotitfrommymom&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;tonicollette&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;bgt2018&quot;:&quot;BGT2018\\/BGT2018.png&quot;,&quot;\xd1\x84\xd1\x80\xd0\xb5\xd0\xbe\xd0\xbd&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;jurassicpark&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;\xe0\xb2\x95\xe0\xb2\xb0\xe0\xb3\x8d\xe0\xb2\xa8\xe0\xb2\xbe\xe0\xb2\x9f\xe0\xb2\x95\xe0\xb2\x9a\xe0\xb3\x81\xe0\xb2\xa8\xe0\xb2\xbe\xe0\xb2\xb5\xe0\xb2\xa3\xe0\xb3\x86&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;greysanatomyfinale&quot;:&quot;TGIT_Meredith_2017_v7\\/TGIT_Meredith_2017_v7.png&quot;,&quot;thankyoumotty&quot;:&quot;BBCJohnMotson2018\\/BBCJohnMotson2018.png&quot;,&quot;pipasgdegrefusa&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;dodgers&quot;:&quot;LADodgers2018\\/LADodgers2018.png&quot;,&quot;faisonsgrandirlebio&quot;:&quot;FranceFleuryMichon\\/FranceFleuryMichon.png&quot;,&quot;wpgwhiteout&quot;:&quot;NHL_2017_2018_Jets_v2\\/NHL_2017_2018_Jets_v2.png&quot;,&quot;aquietplaceinmy&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;violetteparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;grefusa&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;onepursuit&quot;:&quot;WashingtonNationals2018\\/WashingtonNationals2018.png&quot;,&quot;wearegeelong&quot;:&quot;WeAreGeelong_v2\\/WeAreGeelong_v2.png&quot;,&quot;proudibmer&quot;:&quot;IBMThink2018_v2\\/IBMThink2018_v2.png&quot;,&quot;ivotedrakebbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;jackwhitelive&quot;:&quot;Jackwhite_v2\\/Jackwhite_v2.png&quot;,&quot;mmopen18&quot;:&quot;MutuaMadridOpen\\/MutuaMadridOpen.png&quot;,&quot;gladiatorsout&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;greysanatomy&quot;:&quot;TGIT_Meredith_2017_v7\\/TGIT_Meredith_2017_v7.png&quot;,&quot;thewayiam&quot;:&quot;CharliePuthAlbum2018_v2\\/CharliePuthAlbum2018_v2.png&quot;,&quot;wethenorth&quot;:&quot;NBA_2017_18_TOR\\/NBA_2017_18_TOR.png&quot;,&quot;sbinews&quot;:&quot;SBIBank_v3\\/SBIBank_v3.png&quot;,&quot;findlucious&quot;:&quot;empire\\/empire.png&quot;,&quot;senhoraqual&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;lafamaviveenmi&quot;:&quot;movistar\\/movistar.png&quot;,&quot;rednose&quot;:&quot;RedNoseDay2018\\/RedNoseDay2018.png&quot;,&quot;sejaguerreiro&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;happymammasday&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;noseson&quot;:&quot;RedNoseDay2018\\/RedNoseDay2018.png&quot;,&quot;mammamiamovie&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;halamadrid&quot;:&quot;realmadrid\\/realmadrid.png&quot;,&quot;\xda\xa4\xd9\x8a\xd9\x85\xd8\xaa\xd9\x88&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;gorabbitohs&quot;:&quot;NRLsouths2018\\/NRLsouths2018.png&quot;,&quot;gospursgo&quot;:&quot;NBA_2017_18_SAS\\/NBA_2017_18_SAS.png&quot;,&quot;\xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\xb2\xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\xb2\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa5\x80&quot;:&quot;IPL_Delhi\\/IPL_Delhi.png&quot;,&quot;\xd1\x87\xd1\x83\xd0\xb1\xd0\xb0\xd0\xba\xd0\xba\xd0\xb0&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;thenextidol&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;dubnation&quot;:&quot;NBA_2017_18_GSW\\/NBA_2017_18_GSW.png&quot;,&quot;\xd8\xa8\xd8\xb1\xd9\x86\xd8\xa7\xd9\x85\xd8\xac_\xd8\xa3\xd8\xb5\xd9\x8a\xd9\x84&quot;:&quot;SAIB\\/SAIB.png&quot;,&quot;starwars&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;panteranegra&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;takenote&quot;:&quot;NBA_2017_18_UTA\\/NBA_2017_18_UTA.png&quot;,&quot;generationdbacks&quot;:&quot;ArizonaDBacks_v2\\/ArizonaDBacks_v2.png&quot;,&quot;niallhoranlive&quot;:&quot;NiallHoran2018\\/NiallHoran2018.png&quot;,&quot;sweetbitterstarz&quot;:&quot;STARZSweetbitter18\\/STARZSweetbitter18.png&quot;,&quot;ifeelprettymovie&quot;:&quot;feelpretty_v2\\/feelpretty_v2.png&quot;,&quot;unviajeeneltiempo&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;cr\xc3\xa9dito10millones&quot;:&quot;CumbreInfonavit2018_v3\\/CumbreInfonavit2018_v3.png&quot;,&quot;madamequi&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;\xd0\xba\xd0\xb8\xd1\x80\xd0\xb0&quot;:&quot;StarWarsSolo_Qira\\/StarWarsSolo_Qira.png&quot;,&quot;\xec\x87\xbc\xeb\xaf\xb8\xeb\x8d\x94\xea\xb8\xb0\xed\x94\x84\xed\x8a\xb8&quot;:&quot;ShowMeTheGift2018_v2\\/ShowMeTheGift2018_v2.png&quot;,&quot;juntossomos10&quot;:&quot;MastercardSoccer\\/MastercardSoccer.png&quot;,&quot;juegamexico&quot;:&quot;coronafutbol2018\\/coronafutbol2018.png&quot;,&quot;afl&quot;:&quot;AFL18\\/AFL18.png&quot;,&quot;\xe3\x83\x81\xe3\x83\xa5\xe3\x83\xbc\xe3\x83\x90\xe3\x83\x83\xe3\x82\xab&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;pdomjnate&quot;:&quot;FranceBlizzardOWL_Philadelphia\\/FranceBlizzardOWL_Philadelphia.png&quot;,&quot;greysfinale&quot;:&quot;TGIT_Meredith_2017_v7\\/TGIT_Meredith_2017_v7.png&quot;,&quot;blackpanther&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;riverdale&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;thedynastybegins&quot;:&quot;FranceBlizzardOWL_Seoul\\/FranceBlizzardOWL_Seoul.png&quot;,&quot;johnmotson&quot;:&quot;BBCJohnMotson2018\\/BBCJohnMotson2018.png&quot;,&quot;sraqu\xc3\xa9&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;hiljainenpaikka&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;zez\xc3\xa9&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;ifeelpretty&quot;:&quot;feelpretty_v2\\/feelpretty_v2.png&quot;,&quot;nowruz&quot;:&quot;nowruz2018_v4\\/nowruz2018_v4.png&quot;,&quot;vidalia&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;cgb41&quot;:&quot;AsahiGroupFoods\\/AsahiGroupFoods.png&quot;,&quot;pacers&quot;:&quot;NBA_2017_18_IND\\/NBA_2017_18_IND.png&quot;,&quot;\xe3\x83\x96\xe3\x83\xa9\xe3\x83\x83\xe3\x82\xaf\xe3\x83\x91\xe3\x83\xb3\xe3\x82\xb5\xe3\x83\xbc&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;bbmasredcarpet&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;mexicanelection&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;\xd8\xa8\xd8\xb1\xd9\x86\xd8\xa7\xd9\x85\xd8\xac_\xd9\x88\xd8\xa7\xd8\xa7\xd9\x88&quot;:&quot;SAIB\\/SAIB.png&quot;,&quot;\xe3\x83\x87\xe3\x83\xac\xe3\x82\xb9\xe3\x83\x86&quot;:&quot;ImagscgStage2018\\/ImagscgStage2018.png&quot;,&quot;thisismycrew&quot;:&quot;MilwaukeeBrewers2018\\/MilwaukeeBrewers2018.png&quot;,&quot;umadobranotempo&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;\xed\x94\x84\xeb\xa1\x9c\xec\xa1\xb4&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;whateverittakes&quot;:&quot;NBA_2017_18_CLE_v2\\/NBA_2017_18_CLE_v2.png&quot;,&quot;unraccourcidansletemps&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;askvida&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;\xe3\x81\xbf\xe3\x82\x93\xe3\x81\xaa\xe3\x81\xae\xe3\x82\xab\xe3\x83\xb3\xe3\x83\x91\xe3\x82\xa4\xe3\x83\x9c\xe3\x83\x88\xe3\x83\xab&quot;:&quot;japanfanta\\/japanfanta.png&quot;,&quot;solostarwars&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;ariaster&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;mytwitteranniversary&quot;:&quot;MyTwitterAnniversary\\/MyTwitterAnniversary.png&quot;,&quot;askalexa&quot;:&quot;AmazonEchoIndiav2\\/AmazonEchoIndiav2.png&quot;,&quot;thrunthru&quot;:&quot;NRLtitans2018\\/NRLtitans2018.png&quot;,&quot;statebank&quot;:&quot;SBIBank_v3\\/SBIBank_v3.png&quot;,&quot;daszeitr\xc3\xa4tsel&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;infonavitonu&quot;:&quot;CumbreInfonavit2018_v3\\/CumbreInfonavit2018_v3.png&quot;,&quot;eleccionchilanga&quot;:&quot;MexicoCityElections18\\/MexicoCityElections18.png&quot;,&quot;ogprofilepic&quot;:&quot;lastOG_v2\\/lastOG_v2.png&quot;,&quot;nbbnotwitter&quot;:&quot;Emoji_NBB_2017_2018\\/Emoji_NBB_2017_2018.png&quot;,&quot;forvida&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;\xe0\xa6\x95\xe0\xa7\x87\xe0\xa6\x95\xe0\xa7\x87\xe0\xa6\x86\xe0\xa6\xb0\xe0\xa6\xa4\xe0\xa7\x88\xe0\xa6\xb0\xe0\xa7\x80&quot;:&quot;IPL_Kolkata\\/IPL_Kolkata.png&quot;,&quot;karnatakaelections&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;marvelfansunited&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;yaytza&quot;:&quot;tecatemundial_v2\\/tecatemundial_v2.png&quot;,&quot;cheddarlive&quot;:&quot;Cheddar_Emoji_v4\\/Cheddar_Emoji_v4.png&quot;,&quot;tapegao&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;12points&quot;:&quot;Eurovision2018\\/Eurovision2018.png&quot;,&quot;\xe3\x83\x95\xe3\x83\xad\xe3\x82\xbe\xe3\x83\xb3&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;\xe3\x82\xa8\xe3\x83\x89\xe3\x83\x8a&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;mooncake&quot;:&quot;TBSfinalspace\\/TBSfinalspace.png&quot;,&quot;mnwild&quot;:&quot;NHL_2017_2018_MNwild_v2\\/NHL_2017_2018_MNwild_v2.png&quot;,&quot;turtlerat&quot;:&quot;capitolonemarchmadness\\/capitolonemarchmadness.png&quot;,&quot;letsmarchnova&quot;:&quot;VillanovaYearLong\\/VillanovaYearLong.png&quot;,&quot;roseanneonabc&quot;:&quot;ABCRoseanneV2\\/ABCRoseanneV2.png&quot;,&quot;\xed\x8f\x89\xed\x99\x94\xed\x9a\x8c\xeb\x8b\xb4&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;think18&quot;:&quot;IBMThink2018_v2\\/IBMThink2018_v2.png&quot;,&quot;alomae&quot;:&quot;BrazilWorldCup2018_AloMae_v2\\/BrazilWorldCup2018_AloMae_v2.png&quot;,&quot;soisuneguerriere&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;\xd0\xbc\xd0\xb1\xd0\xb0\xd0\xba\xd1\x83&quot;:&quot;mbaku_v2\\/mbaku_v2.png&quot;,&quot;haloson&quot;:&quot;haloson\\/haloson.png&quot;,&quot;letsgoducks&quot;:&quot;NHL_2017_2018_Ducks_v2\\/NHL_2017_2018_Ducks_v2.png&quot;,&quot;tecnomobile&quot;:&quot;TranssionTecno2018\\/TranssionTecno2018.png&quot;,&quot;choosechicken&quot;:&quot;ChickenPeople2018\\/ChickenPeople2018.png&quot;,&quot;\xe3\x82\xb9\xe3\x82\xbf\xe3\x83\xbc\xe3\x82\xa6\xe3\x82\xa9\xe3\x83\xbc\xe3\x82\xba&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;realmadrid&quot;:&quot;realmadrid\\/realmadrid.png&quot;,&quot;decision2018&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;hansolostarwars&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;mumbaiindians&quot;:&quot;IPL_MumbaiIndians_v2\\/IPL_MumbaiIndians_v2.png&quot;,&quot;\xe3\x83\xa9\xe3\x83\xb3\xe3\x83\x89\xe3\x82\xab\xe3\x83\xab\xe3\x83\xaa\xe3\x82\xb8\xe3\x82\xa2\xe3\x83\xb3&quot;:&quot;StarWarsSolo_Lando\\/StarWarsSolo_Lando.png&quot;,&quot;whitetina&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;empireseason4&quot;:&quot;empire\\/empire.png&quot;,&quot;ivotecamilabbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;douzepoints&quot;:&quot;Eurovision2018\\/Eurovision2018.png&quot;,&quot;vivoxkathniel&quot;:&quot;Kathniel\\/Kathniel.png&quot;,&quot;dirtyfrida&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;\xd0\xb4\xd0\xb6\xd0\xb5\xd0\xba\xd0\xb4\xd0\xb6\xd0\xb5\xd0\xba&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;americanidol&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;noonwomen&quot;:&quot;noon_v3\\/noon_v3.png&quot;,&quot;tvoshortdoc&quot;:&quot;TVOShortDocs\\/TVOShortDocs.png&quot;,&quot;\xe3\x82\xad\xe3\x83\xab\xe3\x83\xa2\xe3\x83\xb3\xe3\x82\xac\xe3\x83\xbc&quot;:&quot;killmonger_blackpanther\\/killmonger_blackpanther.png&quot;,&quot;weflyasone&quot;:&quot;weflyasone_v2\\/weflyasone_v2.png&quot;,&quot;greysabc&quot;:&quot;TGIT_Meredith_2017_v7\\/TGIT_Meredith_2017_v7.png&quot;,&quot;allforone&quot;:&quot;NBA_2017_18_CLE\\/NBA_2017_18_CLE.png&quot;,&quot;flyeaglesfly&quot;:&quot;Eaglesv4\\/Eaglesv4.png&quot;,&quot;violetap\xc3\xaara&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;\xd9\x86\xd9\x88\xd9\x86_\xd9\x84\xd9\x84\xd9\x85\xd8\xb1\xd8\xa3\xd8\xa9&quot;:&quot;noon_v3\\/noon_v3.png&quot;,&quot;tchalla&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;umlugarsilencioso&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;ftwd&quot;:&quot;FearTWD\\/FearTWD.png&quot;,&quot;\xec\x9e\xad\xec\x9e\xad&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;vungdatcamlang&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xeb\xaf\xb8\xec\x8a\xa4\xed\x84\xb0\xec\x9d\xb8\xed\x81\xac\xeb\xa0\x88\xeb\x8d\x94\xeb\xb8\x94&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;bbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;infonavit&quot;:&quot;CumbreInfonavit2018_v3\\/CumbreInfonavit2018_v3.png&quot;,&quot;alienisttnt&quot;:&quot;TNT-Alienist\\/TNT-Alienist.png&quot;,&quot;myogprofilepic&quot;:&quot;lastOG_v2\\/lastOG_v2.png&quot;,&quot;\xe3\x82\xa4\xe3\x83\xa9\xe3\x82\xb9\xe3\x83\x86\xe3\x82\xa3\xe3\x82\xac\xe3\x83\xbc\xe3\x83\xab&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;lallavedelmundial&quot;:&quot;ClaroCAM\\/ClaroCAM.png&quot;,&quot;westworldhbo&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;mangerbio&quot;:&quot;FranceFleuryMichon\\/FranceFleuryMichon.png&quot;,&quot;karnatakaelection2018&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;mcdonaldsmorning&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;netneutrality&quot;:&quot;Net_Emoji_v3\\/Net_Emoji_v3.png&quot;,&quot;battleswon&quot;:&quot;USMC2018_V2\\/USMC2018_V2.png&quot;,&quot;thealienisttnt&quot;:&quot;TNT-Alienist\\/TNT-Alienist.png&quot;,&quot;yonobysbi&quot;:&quot;SBIBank_v3\\/SBIBank_v3.png&quot;,&quot;asianamericanpacificislanderheritagemonth&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;breakfastatmcdonalds&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;\xe7\xb6\xbe\xe9\xb7\xb9&quot;:&quot;cocacolaAyataka\\/cocacolaAyataka.png&quot;,&quot;amtodmbf&quot;:&quot;BuzzFeedMorning_v3\\/BuzzFeedMorning_v3.png&quot;,&quot;orangearmy&quot;:&quot;IPL_Sunrisers\\/IPL_Sunrisers.png&quot;,&quot;llavemundialista&quot;:&quot;ClaroCAM\\/ClaroCAM.png&quot;,&quot;yaytsa&quot;:&quot;tecatemundial_v2\\/tecatemundial_v2.png&quot;,&quot;internetpower&quot;:&quot;Entel_Mundial_Peru\\/Entel_Mundial_Peru.png&quot;,&quot;mtvmiaw18&quot;:&quot;MTVMiawAwardsBR2018\\/MTVMiawAwardsBR2018.png&quot;,&quot;hallabol&quot;:&quot;IPL_Rajasthan\\/IPL_Rajasthan.png&quot;,&quot;supertroopers420&quot;:&quot;SuperTroopers2\\/SuperTroopers2.png&quot;,&quot;\xd7\x9e\xd7\xa7\xd7\x95\xd7\x9d\xd7\xa9\xd7\xa7\xd7\x98&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xd0\xb8\xd0\xb7\xd0\xbb\xd0\xbe\xd0\xbc\xd0\xb2\xd1\x80\xd0\xb5\xd0\xbc\xd0\xb5\xd0\xbd\xd0\xb8&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;zee5&quot;:&quot;zeefive\\/zeefive.png&quot;,&quot;whitehot&quot;:&quot;NBAHeat2018\\/NBAHeat2018.png&quot;,&quot;cichemiejsce&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xd1\x87\xd1\x91\xd1\x80\xd0\xbd\xd0\xb0\xd1\x8f\xd0\xbf\xd0\xb0\xd0\xbd\xd1\x82\xd0\xb5\xd1\x80\xd0\xb0&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;osincr\xc3\xadveis2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;\xe3\x81\x8a\xe8\x8c\xb6\xe3\x81\xab\xe3\x81\x97\xe3\x81\xbe\xe3\x81\x97\xe3\x82\x87\xe3\x81\x86\xe7\xb6\xbe\xe9\xb7\xb9&quot;:&quot;cocacolaAyataka\\/cocacolaAyataka.png&quot;,&quot;voiceblinds&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;sacramentoproud&quot;:&quot;NBA_2017_18_SAC\\/NBA_2017_18_SAC.png&quot;,&quot;thunderup&quot;:&quot;NBA_2017_18_OKC\\/NBA_2017_18_OKC.png&quot;,&quot;signoracose&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;nbatwitter&quot;:&quot;NBATwitter_Emoji___v4\\/NBATwitter_Emoji___v4.png&quot;,&quot;pipasg&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;gelado&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe3\x83\xbc\xe3\x83\xab\xe3\x83\xac\xe3\x83\xbc\xe3\x83\xb3&quot;:&quot;JapanAzurlane2018_v4\\/JapanAzurlane2018_v4.png&quot;,&quot;station19&quot;:&quot;station19\\/station19.png&quot;,&quot;upupcronulla&quot;:&quot;NRLsharks2018\\/NRLsharks2018.png&quot;,&quot;f4glory&quot;:&quot;Euroleague_2018_v2\\/Euroleague_2018_v2.png&quot;,&quot;dcfamily&quot;:&quot;NBA_2017_18_WAS\\/NBA_2017_18_WAS.png&quot;,&quot;\xd9\x83\xd9\x81\xd8\xa7\xd8\xa1\xd8\xa9&quot;:&quot;SaudiEnergy\\/SaudiEnergy.png&quot;,&quot;bebold&quot;:&quot;PhiladelphiaPhillies2018\\/PhiladelphiaPhillies2018.png&quot;,&quot;tvoshortdocs&quot;:&quot;TVOShortDocs\\/TVOShortDocs.png&quot;,&quot;\xd9\x86\xd9\x88\xd9\x86_\xd8\xb5\xd8\xaf\xd9\x8a\xd9\x82_\xd8\xa7\xd9\x84\xd8\xa3\xd9\x85&quot;:&quot;noon_v3\\/noon_v3.png&quot;,&quot;\xd0\xb1\xd1\x83\xd0\xb4\xd1\x8c\xd0\xb2\xd0\xbe\xd0\xb8\xd0\xbd\xd0\xbe\xd0\xbc&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;whistlepodu&quot;:&quot;IPL_Chennai\\/IPL_Chennai.png&quot;,&quot;billionspremiere&quot;:&quot;billions-showtime\\/billions-showtime.png&quot;,&quot;prixbestoftweet&quot;:&quot;BestofTweets2018\\/BestofTweets2018.png&quot;,&quot;mothersday&quot;:&quot;MothersDay2018\\/MothersDay2018.png&quot;,&quot;flashparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;lacasadicarta&quot;:&quot;LaCasaDePapel\\/LaCasaDePapel.png&quot;,&quot;sessizbiryer&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;celtics&quot;:&quot;NBA_2017_18_BOS\\/NBA_2017_18_BOS.png&quot;,&quot;twdxfeartwd&quot;:&quot;FearTWD\\/FearTWD.png&quot;,&quot;hausdesgeldes&quot;:&quot;LaCasaDePapel\\/LaCasaDePapel.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd9\x84\xd9\x87_\xd8\xac\xd9\x86\xd8\xa8_\xd8\xa8\xd8\xb7\xd9\x84&quot;:&quot;HeroNextToHero_v2\\/HeroNextToHero_v2.png&quot;,&quot;echoindia&quot;:&quot;AmazonEchoIndiav2\\/AmazonEchoIndiav2.png&quot;,&quot;jamesbeard&quot;:&quot;JamesBeardAwards2018\\/JamesBeardAwards2018.png&quot;,&quot;philaunite&quot;:&quot;NBASixers2018\\/NBASixers2018.png&quot;,&quot;standwithus&quot;:&quot;NHL_2017_2018_Preds_v2\\/NHL_2017_2018_Preds_v2.png&quot;,&quot;ekstraflashsale&quot;:&quot;TokopediaRamadan2018_v2\\/TokopediaRamadan2018_v2.png&quot;,&quot;votamexico&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;olanrogers&quot;:&quot;TBSfinalspace\\/TBSfinalspace.png&quot;,&quot;sraqui\xc3\xa9n&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;billionsfinale&quot;:&quot;billions-showtime\\/billions-showtime.png&quot;,&quot;pilasconelvoto&quot;:&quot;colombianelection2018\\/colombianelection2018.png&quot;,&quot;bobparr&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;ogtracy&quot;:&quot;ogtracy\\/ogtracy.png&quot;,&quot;begiant&quot;:&quot;GWSGIANTS\\/GWSGIANTS.png&quot;,&quot;\xe3\x82\xb5\xe3\x83\x8e\xe3\x82\xb9&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;sweetbitter&quot;:&quot;STARZSweetbitter18\\/STARZSweetbitter18.png&quot;,&quot;melbourneproud&quot;:&quot;NRLmelbourne2018\\/NRLmelbourne2018.png&quot;,&quot;siberius&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;mtvawards&quot;:&quot;MTVMovieAwards2018\\/MTVMovieAwards2018.png&quot;,&quot;inc4karnataka&quot;:&quot;congressq1\\/congressq1.png&quot;,&quot;mrswho&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;mtvmiaw2018&quot;:&quot;MTVMiawAwardsBR2018\\/MTVMiawAwardsBR2018.png&quot;,&quot;cumbreinfonavit2018&quot;:&quot;CumbreInfonavit2018_v3\\/CumbreInfonavit2018_v3.png&quot;,&quot;mffl&quot;:&quot;NBA_2017_18_DAL\\/NBA_2017_18_DAL.png&quot;,&quot;tasuave&quot;:&quot;GrefusaPipas_v2\\/GrefusaPipas_v2.png&quot;,&quot;sweetbitterpremiere&quot;:&quot;STARZSweetbitter18\\/STARZSweetbitter18.png&quot;,&quot;vidapremiere&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;freshevents&quot;:&quot;freshevents2018Q2\\/freshevents2018Q2.png&quot;,&quot;lamam\xc3\xa1m\xc3\xa1spower&quot;:&quot;Entel_Mundial_Peru\\/Entel_Mundial_Peru.png&quot;,&quot;wakandaweekend&quot;:&quot;BlackPantherHomeEnt2018\\/BlackPantherHomeEnt2018.png&quot;,&quot;lesindestructibles2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;sfgiants&quot;:&quot;SFGiants2018\\/SFGiants2018.png&quot;,&quot;cajam\xc3\xa1gica&quot;:&quot;MutuaMadridOpen\\/MutuaMadridOpen.png&quot;,&quot;mrswhich&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;am2dm&quot;:&quot;BuzzFeedMorning_v3\\/BuzzFeedMorning_v3.png&quot;,&quot;showmethegift&quot;:&quot;ShowMeTheGift2018_v2\\/ShowMeTheGift2018_v2.png&quot;,&quot;earntomorrow&quot;:&quot;NHL_2017_2018_PhillyFlyers_v2\\/NHL_2017_2018_PhillyFlyers_v2.png&quot;,&quot;whatblackpanthermeanstome&quot;:&quot;BlackPantherHomeEnt2018\\/BlackPantherHomeEnt2018.png&quot;,&quot;todoest\xc3\xa1porver&quot;:&quot;vodafone2018\\/vodafone2018.png&quot;,&quot;elecciones2018&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;dildilli&quot;:&quot;IPL_Delhi\\/IPL_Delhi.png&quot;,&quot;surlechemindubio&quot;:&quot;FranceFleuryMichon\\/FranceFleuryMichon.png&quot;,&quot;burnblue&quot;:&quot;FranceBlizzardOWL_Dallas\\/FranceBlizzardOWL_Dallas.png&quot;,&quot;\xe4\xbb\x8a\xe5\xba\xa6\xe3\x81\xae\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xb3\xe3\x82\xbf\xe3\x81\xaf\xe3\x82\xab\xe3\x83\xb3\xe3\x83\x91\xe3\x82\xa4\xe3\x83\x9c\xe3\x83\x88\xe3\x83\xab&quot;:&quot;japanfanta\\/japanfanta.png&quot;,&quot;esc2018&quot;:&quot;Eurovision2018Main\\/Eurovision2018Main.png&quot;,&quot;soychilangoyosivoto&quot;:&quot;MexicoCityElections18\\/MexicoCityElections18.png&quot;,&quot;grindcity&quot;:&quot;NBA_2017_18_MEM\\/NBA_2017_18_MEM.png&quot;,&quot;senhoraquem&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;ivotejustinbbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;sliceline&quot;:&quot;SiliconValleyHBO2018\\/SiliconValleyHBO2018.png&quot;,&quot;ahm&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;rbgmovie&quot;:&quot;RBG2018\\/RBG2018.png&quot;,&quot;janaaashirwadayatre&quot;:&quot;congressq1_2\\/congressq1_2.png&quot;,&quot;redscountry&quot;:&quot;CincinnatiReds2018\\/CincinnatiReds2018.png&quot;,&quot;votolibre&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;mrincredible&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;cesar2018&quot;:&quot;cesar2018\\/cesar2018.png&quot;,&quot;o2priority&quot;:&quot;followtherabbit_o2\\/followtherabbit_o2.png&quot;,&quot;flechap\xc3\xaara&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;satanicgrandma&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;toyotahotpass&quot;:&quot;toyotaracing\\/toyotaracing.png&quot;,&quot;thelastog&quot;:&quot;lastOG_v2\\/lastOG_v2.png&quot;,&quot;3elieve&quot;:&quot;NHL_2017_2018_Penguins_v2\\/NHL_2017_2018_Penguins_v2.png&quot;,&quot;cumbreinfonavit&quot;:&quot;CumbreInfonavit2018_v3\\/CumbreInfonavit2018_v3.png&quot;,&quot;jurassicpark25&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;ontariovotes&quot;:&quot;OntarioElection2018\\/OntarioElection2018.png&quot;,&quot;mr\xe3\x82\xa4\xe3\x83\xb3\xe3\x82\xaf\xe3\x83\xac\xe3\x83\x87\xe3\x82\xa3\xe3\x83\x96\xe3\x83\xab&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;siliconvalleyhbo&quot;:&quot;SiliconValleyHBO2018\\/SiliconValleyHBO2018.png&quot;,&quot;gotiges&quot;:&quot;gotiges\\/gotiges.png&quot;,&quot;orlandopirates&quot;:&quot;SouthAfrica_OrlandoPirates_May2018\\/SouthAfrica_OrlandoPirates_May2018.png&quot;,&quot;apihm&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;roseanne&quot;:&quot;ABCRoseanneV2\\/ABCRoseanneV2.png&quot;,&quot;\xd1\x8d\xd0\xb4\xd0\xbd\xd0\xb0\xd0\xbc\xd0\xbe\xd0\xb4&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;mamamia2&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;ivotearianabbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;askanobel&quot;:&quot;askanobel\\/askanobel.png&quot;,&quot;pru14&quot;:&quot;MalaysianElection2018\\/MalaysianElection2018.png&quot;,&quot;ridemcowboys&quot;:&quot;NRLcowboys2018_v2\\/NRLcowboys2018_v2.png&quot;,&quot;\xe3\x82\xb7\xe3\x83\xa5\xe3\x83\xaa&quot;:&quot;shuri_blackpanther\\/shuri_blackpanther.png&quot;,&quot;mcdonaldsbreakfast&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;letsgonewarriors&quot;:&quot;LetsGoneWarriors_v2\\/LetsGoneWarriors_v2.png&quot;,&quot;flexweave&quot;:&quot;reebokflexweave_v2\\/reebokflexweave_v2.png&quot;,&quot;myincredibles2review&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;mulherel\xc3\xa1stica&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;mcdmorning&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;doramilaje&quot;:&quot;okoye_blackpanther\\/okoye_blackpanther.png&quot;,&quot;colombiadecide&quot;:&quot;colombianelection2018\\/colombianelection2018.png&quot;,&quot;cannes71&quot;:&quot;FranceFestivalCannes2018\\/FranceFestivalCannes2018.png&quot;,&quot;remixtrailer&quot;:&quot;AmazonRemix_v2\\/AmazonRemix_v2.png&quot;,&quot;eatlikeapro&quot;:&quot;EatLikeAPro2018V2\\/EatLikeAPro2018V2.png&quot;,&quot;truetoatlanta&quot;:&quot;NBA_2017_18_ATL\\/NBA_2017_18_ATL.png&quot;,&quot;\xd0\xbc\xd0\xb8\xd1\x81\xd1\x81\xd0\xb8\xd1\x81\xd1\x87\xd1\x82\xd0\xbe\xd1\x82\xd1\x83\xd1\x82&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;goldenbuzzer&quot;:&quot;BGT2018\\/BGT2018.png&quot;,&quot;bgt&quot;:&quot;BGT2018\\/BGT2018.png&quot;,&quot;\xd0\xbc\xd1\x8d\xd0\xb3\xd0\xbc\xd1\x91\xd1\x80\xd1\x80\xd0\xb8&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;thedarkorder&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;\xed\x95\x9c\xec\x86\x94\xeb\xa1\x9c&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;unpostotranquillo&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xed\x82\xa4\xeb\x9d\xbc&quot;:&quot;StarWarsSolo_Qira\\/StarWarsSolo_Qira.png&quot;,&quot;teamcookie&quot;:&quot;empire\\/empire.png&quot;,&quot;marchforourlives&quot;:&quot;marchforourlives\\/marchforourlives.png&quot;,&quot;sjsharks&quot;:&quot;NHL_2017_2018_SJSharks_v2\\/NHL_2017_2018_SJSharks_v2.png&quot;,&quot;scandalabc&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;vivov9kathniel&quot;:&quot;Kathniel\\/Kathniel.png&quot;,&quot;rusianoshar\xc3\xa1h\xc3\xa9roes&quot;:&quot;tecatemundial_v2\\/tecatemundial_v2.png&quot;,&quot;\xec\x83\x88\xeb\xa1\x9c\xec\x9a\xb4\xec\x8b\x9c\xec\x9e\x91&quot;:&quot;InterKoreapt2\\/InterKoreapt2.png&quot;,&quot;theincredibles&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;ivoteshawnbbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;teamchuck&quot;:&quot;billions-showtime\\/billions-showtime.png&quot;,&quot;sunsat50&quot;:&quot;NBA_2017_18_PHX\\/NBA_2017_18_PHX.png&quot;,&quot;theremixtrailer&quot;:&quot;AmazonRemix_v2\\/AmazonRemix_v2.png&quot;,&quot;jughead&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;\xd9\x84\xd8\xaa\xd8\xa8\xd9\x82\xd9\x89&quot;:&quot;SaudiEnergy\\/SaudiEnergy.png&quot;,&quot;\xec\x9d\xbc\xeb\x9d\xbc\xec\x8a\xa4\xed\x8b\xb0\xea\xb1\xb8&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;jurassicworld&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;madamequidam&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe3\x83\xac\xe3\x83\xb3\xe5\x82\x98&quot;:&quot;JapanAzurlaneWeather\\/JapanAzurlaneWeather.png&quot;,&quot;famaabailar&quot;:&quot;movistar\\/movistar.png&quot;,&quot;debatecapital&quot;:&quot;MXcitydebate2018\\/MXcitydebate2018.png&quot;,&quot;\xe3\x81\x8a\xe8\x8c\xb6\xe3\x81\xab\xe3\x81\x97\xe3\x81\xbe\xe3\x81\x97\xe3\x82\x87\xe3\x81\x86&quot;:&quot;cocacolaAyataka\\/cocacolaAyataka.png&quot;,&quot;chopon&quot;:&quot;atlantabraves2018\\/atlantabraves2018.png&quot;,&quot;empirewed&quot;:&quot;empire\\/empire.png&quot;,&quot;mmopen&quot;:&quot;MutuaMadridOpen\\/MutuaMadridOpen.png&quot;,&quot;\xd8\xb3\xd9\x88\xd8\xa7_\xd9\x84\xd9\x82\xd8\xaf\xd8\xa7\xd9\x85&quot;:&quot;HeroNextToHero\\/HeroNextToHero.png&quot;,&quot;ibmer&quot;:&quot;IBMThink2018_v2\\/IBMThink2018_v2.png&quot;,&quot;empire&quot;:&quot;empire\\/empire.png&quot;,&quot;lafamaviveenm\xc3\xad&quot;:&quot;movistar\\/movistar.png&quot;,&quot;madamequiproquo&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;nyxl&quot;:&quot;FranceBlizzardOWL_NY\\/FranceBlizzardOWL_NY.png&quot;,&quot;asianheritagemonth&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;masterchefbr&quot;:&quot;MasterChefBR2018\\/MasterChefBR2018.png&quot;,&quot;\xd8\xae\xd9\x84\xd9\x86\xd8\xa7_\xd9\x86\xd8\xac\xd8\xaa\xd9\x85\xd8\xb9&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;mmas2018&quot;:&quot;MYXMusicAwards2018\\/MYXMusicAwards2018.png&quot;,&quot;nuevojetta&quot;:&quot;ElJettaDeTuVida\\/ElJettaDeTuVida.png&quot;,&quot;voicepremiere&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;proudtobeabulldog&quot;:&quot;NRLbulldogs2018\\/NRLbulldogs2018.png&quot;,&quot;freshempire&quot;:&quot;freshevents2018Q2\\/freshevents2018Q2.png&quot;,&quot;rednoseday&quot;:&quot;RedNoseDay2018\\/RedNoseDay2018.png&quot;,&quot;megustaquevotes&quot;:&quot;MXvoterengagement2018\\/MXvoterengagement2018.png&quot;,&quot;ivoteedbbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;\xd9\x81\xd9\x8a\xd9\x85\xd8\xaa\xd9\x88&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;\xd1\x8d\xd0\xbb\xd0\xb0\xd1\x81\xd1\x82\xd0\xb8\xd0\xba\xd0\xb0&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;gatsby\xe3\x83\xad\xe3\x83\xbc\xe3\x83\xab\xe3\x82\xaa\xe3\x83\xb3&quot;:&quot;GatsbyDeo2018\\/GatsbyDeo2018.png&quot;,&quot;voicefinale&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;c\xc3\xa9sar&quot;:&quot;cesar2018_2\\/cesar2018_2.png&quot;,&quot;heforshe&quot;:&quot;HeForShe_fixed\\/HeForShe_fixed.png&quot;,&quot;\xe3\x82\xb5\xe3\x83\x8e\xe3\x82\xb9\xe3\x81\xaf\xe6\xb2\x88\xe9\xbb\x99\xe3\x82\x92\xe6\xb1\x82\xe3\x82\x81\xe3\x82\x8b&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;proudlysydney&quot;:&quot;sydneyswans\\/sydneyswans.png&quot;,&quot;7candal&quot;:&quot;TGIT_Scandal_2017_v4\\/TGIT_Scandal_2017_v4.png&quot;,&quot;\xe7\xb6\xbe\xe9\xb7\xb9\xe8\x8c\xb6\xe8\x91\x89\xe3\x81\xae\xe3\x81\x82\xe3\x81\xbe\xe3\x81\xbf&quot;:&quot;cocacolaAyataka2\\/cocacolaAyataka2.png&quot;,&quot;theonlywayisessex&quot;:&quot;TOWIE\\/TOWIE.png&quot;,&quot;hereweare&quot;:&quot;HereWeAre_v3\\/HereWeAre_v3.png&quot;,&quot;heatculture&quot;:&quot;NBA_2017_18_MIA\\/NBA_2017_18_MIA.png&quot;,&quot;ligadia&quot;:&quot;LigaDia_Emoji_v2\\/LigaDia_Emoji_v2.png&quot;,&quot;ivotedemibbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;tracymorgan&quot;:&quot;ogtracy\\/ogtracy.png&quot;,&quot;uptheante&quot;:&quot;FranceBlizzardOWL_Houston\\/FranceBlizzardOWL_Houston.png&quot;,&quot;\xd8\xa7\xd9\x84\xd8\xa8\xd9\x86\xd9\x83_\xd8\xa7\xd9\x84\xd8\xb3\xd8\xb9\xd9\x88\xd8\xaf\xd9\x8a_\xd9\x84\xd9\x84\xd8\xa7\xd8\xb3\xd8\xaa\xd8\xab\xd9\x85\xd8\xa7\xd8\xb1&quot;:&quot;SAIB\\/SAIB.png&quot;,&quot;vimto&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;twd&quot;:&quot;FearTWD\\/FearTWD.png&quot;,&quot;200a\xc3\xb1osdepureza&quot;:&quot;Lanjaron200emoji\\/Lanjaron200emoji.png&quot;,&quot;\xe3\x82\xac\xe3\x83\x81\xe5\x8b\xa2\xe3\x81\xae\xe6\x97\xa5&quot;:&quot;GatsbyDeo2018\\/GatsbyDeo2018.png&quot;,&quot;\xe3\x82\xaf\xe3\x83\xaa\xe3\x83\xbc\xe3\x83\xa0\xe7\x8e\x84\xe7\xb1\xb3\xe3\x83\x96\xe3\x83\xa9\xe3\x83\xb3&quot;:&quot;AsahiGroupFoods\\/AsahiGroupFoods.png&quot;,&quot;incrediblespremiere&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;beronica&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;ivotebtsbbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;jointhehuddle&quot;:&quot;AFLWestCoast\\/AFLWestCoast.png&quot;,&quot;lasuertenojuega&quot;:&quot;La_Suerte_No_Juega_v2\\/La_Suerte_No_Juega_v2.png&quot;,&quot;moneyheist&quot;:&quot;LaCasaDePapel\\/LaCasaDePapel.png&quot;,&quot;playbold&quot;:&quot;IPL_Challengers_v2\\/IPL_Challengers_v2.png&quot;,&quot;strengthinnumbers&quot;:&quot;NBA_2017_18_GSW_v2\\/NBA_2017_18_GSW_v2.png&quot;,&quot;welcometowestworld&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;donthesash&quot;:&quot;EssendonFC\\/EssendonFC.png&quot;,&quot;whywewearblack&quot;:&quot;TimesUp_v2\\/TimesUp_v2.png&quot;,&quot;eleccionesmexico&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;lgm&quot;:&quot;NYMets2018\\/NYMets2018.png&quot;,&quot;alienist&quot;:&quot;TNT-Alienist\\/TNT-Alienist.png&quot;,&quot;helenparr&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;allaboard&quot;:&quot;Eurvosion2018AllAboard_jellyfish\\/Eurvosion2018AllAboard_jellyfish.png&quot;,&quot;roseanneabc&quot;:&quot;ABCRoseanneV2\\/ABCRoseanneV2.png&quot;,&quot;\xd1\x82\xd0\xb8\xd1\x85\xd0\xb5\xd0\xbc\xd1\x96\xd1\x81\xd1\x86\xd0\xb5&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;varchie&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;aquietplaceid&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xe3\x83\x8a\xe3\x82\xad\xe3\x82\xa2&quot;:&quot;nakia_blackpanther\\/nakia_blackpanther.png&quot;,&quot;showyouremotions&quot;:&quot;laysshowyouremotions\\/laysshowyouremotions.png&quot;,&quot;snozberries&quot;:&quot;SuperTroopers2\\/SuperTroopers2.png&quot;,&quot;thealamode&quot;:&quot;capitolonemarchmadness\\/capitolonemarchmadness.png&quot;,&quot;heronexttohero&quot;:&quot;HeroNextToHero\\/HeroNextToHero.png&quot;,&quot;thatshowwetalk&quot;:&quot;zeefive\\/zeefive.png&quot;,&quot;\xd9\x87\xd9\x8a_\xd9\x88\xd8\xad\xd8\xaf\xd8\xa9&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;simplyamazing&quot;:&quot;NissanESLeaf2018\\/NissanESLeaf2018.png&quot;,&quot;unlugartranquilo&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xe3\x82\xad\xe3\x83\xbc\xe3\x83\xa9&quot;:&quot;StarWarsSolo_Qira\\/StarWarsSolo_Qira.png&quot;,&quot;unlugarensilencio&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe6\x81\x8b&quot;:&quot;Azurlane_v2\\/Azurlane_v2.png&quot;,&quot;wakandaforever&quot;:&quot;BlackPantherHomeEnt2018\\/BlackPantherHomeEnt2018.png&quot;,&quot;\xd9\x86\xd9\x88\xd8\xb1\xd9\x88\xd8\xb2&quot;:&quot;nowruz2018_v4\\/nowruz2018_v4.png&quot;,&quot;\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xb3\xe3\x82\xbf\xe3\x83\x93&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;mrswelche&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;onlywayisessex&quot;:&quot;TOWIE\\/TOWIE.png&quot;,&quot;idolshowcase&quot;:&quot;americanidol2018_v2\\/americanidol2018_v2.png&quot;,&quot;bringthemayhem&quot;:&quot;FranceBlizzardOWL_Florida\\/FranceBlizzardOWL_Florida.png&quot;,&quot;nhlbruins&quot;:&quot;NHL_2017_2018_NHLBruins_v4\\/NHL_2017_2018_NHLBruins_v4.png&quot;,&quot;ednamoda&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;blackhistorymonth&quot;:&quot;BlackHistoryMonth\\/BlackHistoryMonth.png&quot;,&quot;aapihm&quot;:&quot;AsianHeritageMonth2018\\/AsianHeritageMonth2018.png&quot;,&quot;velvetyvoice&quot;:&quot;capitolonemarchmadness\\/capitolonemarchmadness.png&quot;,&quot;electrifytheworld&quot;:&quot;NissanESLeaf2018\\/NissanESLeaf2018.png&quot;,&quot;vegasborn&quot;:&quot;NHL_2017_2018_VegasKnights_v3\\/NHL_2017_2018_VegasKnights_v3.png&quot;,&quot;oncealways&quot;:&quot;SouthAfrica_OrlandoPirates_May2018\\/SouthAfrica_OrlandoPirates_May2018.png&quot;,&quot;vivov9malltour&quot;:&quot;Kathniel\\/Kathniel.png&quot;,&quot;metoo&quot;:&quot;MeToo_v3\\/MeToo_v3.png&quot;,&quot;\xeb\x82\xa8\xeb\xb6\x81\xec\xa0\x95\xec\x83\x81\xed\x9a\x8c\xeb\x8b\xb4&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;battleforkarnataka&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;wemetontwitter&quot;:&quot;WeMetOnt_Emoji\\/WeMetOnt_Emoji.png&quot;,&quot;colombia2018&quot;:&quot;colombianelection2018\\/colombianelection2018.png&quot;,&quot;jackjack&quot;:&quot;JackJack\\/JackJack.png&quot;,&quot;maythe4thbewithyou&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;0427\xe3\x82\xac\xe3\x83\x81\xe5\x85\xa8\xe6\xbb\x85&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;hazmatch&quot;:&quot;colombianelection2018\\/colombianelection2018.png&quot;,&quot;\xe8\xb5\xa4\xe5\x9f\x8e&quot;:&quot;JapanAzurlane2018_v4\\/JapanAzurlane2018_v4.png&quot;,&quot;theterror&quot;:&quot;theterror\\/theterror.png&quot;,&quot;navakarnatakanirmana&quot;:&quot;congressq1\\/congressq1.png&quot;,&quot;kathnielforvivov9&quot;:&quot;Kathniel\\/Kathniel.png&quot;,&quot;niallhoranflicker&quot;:&quot;NiallHoran2018\\/NiallHoran2018.png&quot;,&quot;bestoftweet&quot;:&quot;BestofTweets2018\\/BestofTweets2018.png&quot;,&quot;beawarrior&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;interkorean&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;jw2&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;accesomundialista&quot;:&quot;ClaroCAM\\/ClaroCAM.png&quot;,&quot;thanksmotson&quot;:&quot;BBCJohnMotson2018\\/BBCJohnMotson2018.png&quot;,&quot;nakia&quot;:&quot;nakia_blackpanther\\/nakia_blackpanther.png&quot;,&quot;feelpretty&quot;:&quot;feelpretty_v2\\/feelpretty_v2.png&quot;,&quot;westworlds2&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;animaisfantasticos&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;dwtsathletes&quot;:&quot;DWTSAthletes2018_v2\\/DWTSAthletes2018_v2.png&quot;,&quot;greatestseasonever&quot;:&quot;FlonaseQ1_v2\\/FlonaseQ1_v2.png&quot;,&quot;wearemanly&quot;:&quot;NRLmanly2018\\/NRLmanly2018.png&quot;,&quot;\xe3\x82\xa4\xe3\x83\xa9\xe3\x82\xb9\xe3\x83\x88\xe3\x83\xaa\xe3\x82\xa2\xe3\x82\xb9&quot;:&quot;JapanAzurlane2018_v3\\/JapanAzurlane2018_v3.png&quot;,&quot;wegohard&quot;:&quot;NBA_2017_18_BKLYN\\/NBA_2017_18_BKLYN.png&quot;,&quot;\xe6\xaf\x8d\xe3\x81\xae\xe6\x97\xa5&quot;:&quot;MothersDay2018\\/MothersDay2018.png&quot;,&quot;jp25&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;supertroopers2&quot;:&quot;SuperTroopers2\\/SuperTroopers2.png&quot;,&quot;cannes2018&quot;:&quot;FranceFestivalCannes2018\\/FranceFestivalCannes2018.png&quot;,&quot;\xd1\x82\xd0\xb8\xd1\x85\xd0\xbe\xd0\xb5\xd0\xbc\xd0\xb5\xd1\x81\xd1\x82\xd0\xbe&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;\xec\x8b\xa0\xeb\xb9\x84\xed\x95\x9c\xeb\x8f\x99\xeb\xac\xbc\xec\x82\xac\xec\xa0\x84&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;neversettle&quot;:&quot;Astros2018\\/Astros2018.png&quot;,&quot;think2018&quot;:&quot;IBMThink2018_v2\\/IBMThink2018_v2.png&quot;,&quot;\xec\xbd\xb0\xec\x9d\xb4\xec\x96\xb4\xed\x8a\xb8\xed\x94\x8c\xeb\xa0\x88\xec\x9d\xb4\xec\x8a\xa4&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;euroleague&quot;:&quot;Euroleague_2018_v2\\/Euroleague_2018_v2.png&quot;,&quot;solomovie&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;ibm&quot;:&quot;IBMThink2018_v2\\/IBMThink2018_v2.png&quot;,&quot;voicenotestour&quot;:&quot;CharliePuthAlbum2018_v2\\/CharliePuthAlbum2018_v2.png&quot;,&quot;\xe3\x83\x87\xe3\x83\x83\xe3\x83\x89\xe3\x83\x97\xe3\x83\xbc\xe3\x83\xab&quot;:&quot;deadpooljapan18_v2\\/deadpooljapan18_v2.png&quot;,&quot;chookity&quot;:&quot;TBSfinalspace\\/TBSfinalspace.png&quot;,&quot;sbi&quot;:&quot;SBIBank_v3\\/SBIBank_v3.png&quot;,&quot;s\xc3\xa9unaguerrera&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;bhm&quot;:&quot;BlackHistoryMonth\\/BlackHistoryMonth.png&quot;,&quot;capitalstb&quot;:&quot;GlobalCapitalSummertimeBall2018\\/GlobalCapitalSummertimeBall2018.png&quot;,&quot;masterchef&quot;:&quot;spainmasterchef\\/spainmasterchef.png&quot;,&quot;cusrise&quot;:&quot;NBACeltics2018\\/NBACeltics2018.png&quot;,&quot;eleccionesm\xc3\xa9xico&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;fl\xc3\xa8cheparr&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;\xd0\xb7\xd0\xb2\xd1\x91\xd0\xb7\xd0\xb4\xd0\xbd\xd1\x8b\xd0\xb5\xd0\xb2\xd0\xbe\xd0\xb9\xd0\xbd\xd1\x8b&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;mcdsbreakfast&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd8\xa7\xd9\x82\xd8\xa9_\xd8\xa7\xd9\x84\xd8\xb3\xd9\x81\xd8\xb1&quot;:&quot;SAIB\\/SAIB.png&quot;,&quot;mrswhatsit&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;royalwedding2018&quot;:&quot;royalwedding2018\\/royalwedding2018.png&quot;,&quot;bullsnation&quot;:&quot;NBA_2017_18_CHI\\/NBA_2017_18_CHI.png&quot;,&quot;interkoreansummit&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;nrl&quot;:&quot;NRL2018\\/NRL2018.png&quot;,&quot;fanantonio&quot;:&quot;capitolonemarchmadness\\/capitolonemarchmadness.png&quot;,&quot;\xeb\x9e\x9c\xeb\x8f\x84&quot;:&quot;StarWarsSolo_Lando\\/StarWarsSolo_Lando.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd9\x84\xd8\xa9_\xd8\xac\xd9\x86\xd8\xa8_\xd8\xa8\xd8\xb7\xd9\x84&quot;:&quot;HeroNextToHero\\/HeroNextToHero.png&quot;,&quot;senhoraque\xc3\xa9&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;mammamia2&quot;:&quot;MammaMia2_v3\\/MammaMia2_v3.png&quot;,&quot;britainsgottalent&quot;:&quot;BGT2018\\/BGT2018.png&quot;,&quot;voiceknockouts&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;c\xc3\xa9sar2018&quot;:&quot;cesar2018_2\\/cesar2018_2.png&quot;,&quot;followtherabbit&quot;:&quot;followtherabbit_v2\\/followtherabbit_v2.png&quot;,&quot;\xd8\xa7\xd9\x84\xd9\x85\xd8\xb3\xd8\xaa\xd9\x82\xd8\xa8\xd9\x84_\xd9\x87\xd9\x88&quot;:&quot;noon_v3\\/noon_v3.png&quot;,&quot;feartwd&quot;:&quot;FearTWD\\/FearTWD.png&quot;,&quot;jurassicworld2&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;blacklivesmatter&quot;:&quot;BlackHistoryMonth\\/BlackHistoryMonth.png&quot;,&quot;pinkcarpetmtvmiaw&quot;:&quot;MTVMiawAwardsBR2018\\/MTVMiawAwardsBR2018.png&quot;,&quot;breyersdelights&quot;:&quot;impossiblepossiblebreyers\\/impossiblepossiblebreyers.png&quot;,&quot;fightingforglory&quot;:&quot;FranceBlizzardOWL_Shanghai\\/FranceBlizzardOWL_Shanghai.png&quot;,&quot;westworldseason2&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;dillydilly&quot;:&quot;dillydillyUK\\/dillydillyUK.png&quot;,&quot;allcaps&quot;:&quot;NHL_2017_2018_Caps_v2\\/NHL_2017_2018_Caps_v2.png&quot;,&quot;mrssoundso&quot;:&quot;mrswhatsit\\/mrswhatsit.png&quot;,&quot;eaststowin&quot;:&quot;NRLRoosters2018\\/NRLRoosters2018.png&quot;,&quot;darkorder&quot;:&quot;Thanos2018_v3\\/Thanos2018_v3.png&quot;,&quot;milehighbasketball&quot;:&quot;NBA_2017_18_DEN_v2\\/NBA_2017_18_DEN_v2.png&quot;,&quot;ivotecardibbmas&quot;:&quot;BBMA2018\\/BBMA2018.png&quot;,&quot;serenawilliams&quot;:&quot;SerenaWilliams2018\\/SerenaWilliams2018.png&quot;,&quot;threemuskamigos&quot;:&quot;capitolonemarchmadness\\/capitolonemarchmadness.png&quot;,&quot;\xed\x8f\x89\xed\x99\x94\xea\xb0\x80\xec\xa2\x8b\xec\x95\x84&quot;:&quot;Interkorea2018\\/Interkorea2018.png&quot;,&quot;bronxnation&quot;:&quot;NRLBroncos2018\\/NRLBroncos2018.png&quot;,&quot;votam\xc3\xa9xico&quot;:&quot;mexicanpresidentialelection2018\\/mexicanpresidentialelection2018.png&quot;,&quot;supersuit&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;animalesfant\xc3\xa1sticos&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;onpoli&quot;:&quot;OntarioElection2018\\/OntarioElection2018.png&quot;,&quot;suerteono&quot;:&quot;La_Suerte_No_Juega_v2\\/La_Suerte_No_Juega_v2.png&quot;,&quot;hangn\xc3\xa9lk\xc3\xbcl&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;okoye&quot;:&quot;okoye_blackpanther\\/okoye_blackpanther.png&quot;,&quot;mtvaward&quot;:&quot;MTVMovieAwards2018\\/MTVMovieAwards2018.png&quot;,&quot;\xd8\xa7\xd9\x82\xd8\xaa\xd8\xb5\xd8\xa7\xd8\xaf_\xd8\xa7\xd9\x84\xd9\x88\xd9\x82\xd9\x88\xd8\xaf&quot;:&quot;SaudiEnergy\\/SaudiEnergy.png&quot;,&quot;sracu\xc3\xa1l&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;puremagic&quot;:&quot;NBA_2017_18_ORL\\/NBA_2017_18_ORL.png&quot;,&quot;biobox&quot;:&quot;FranceFleuryMichon\\/FranceFleuryMichon.png&quot;,&quot;porvida&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;letsgopadres&quot;:&quot;SDPadres2018\\/SDPadres2018.png&quot;,&quot;malaysiaelection&quot;:&quot;MalaysianElection2018\\/MalaysianElection2018.png&quot;,&quot;incredibles2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa5\x87\xe0\xa4\x9f\xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\xb0\xe0\xa5\x80\xe0\xa4\x9c\xe0\xa4\xbe\xe0\xa4\xa8&quot;:&quot;IPL_MumbaiIndians_v2\\/IPL_MumbaiIndians_v2.png&quot;,&quot;thelastogtbs&quot;:&quot;lastOG_v2\\/lastOG_v2.png&quot;,&quot;\xe5\x99\xa4\xe7\x95\x8c&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;ripcity&quot;:&quot;NBA_2017_18_POR\\/NBA_2017_18_POR.png&quot;,&quot;detroitsummers&quot;:&quot;DetroitTigers2018\\/DetroitTigers2018.png&quot;,&quot;mrincredibile&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;doneforme&quot;:&quot;CharliePuthAlbum2018_v2\\/CharliePuthAlbum2018_v2.png&quot;,&quot;frozono&quot;:&quot;Frozone\\/Frozone.png&quot;,&quot;\xec\x8a\xa4\xed\x83\x80\xec\x9b\x8c\xec\xa6\x88&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;\xec\x97\x84\xeb\xa7\x88\xec\x82\xac\xeb\x9e\x91\xed\x95\xb4\xec\x9a\x94&quot;:&quot;MothersDay2018\\/MothersDay2018.png&quot;,&quot;jamesbeardawards&quot;:&quot;JamesBeardAwards2018\\/JamesBeardAwards2018.png&quot;,&quot;lakeshow&quot;:&quot;NBA_2017_18_LAL\\/NBA_2017_18_LAL.png&quot;,&quot;o2music&quot;:&quot;followtherabbit_o2\\/followtherabbit_o2.png&quot;,&quot;thevoice&quot;:&quot;thevoices14\\/thevoices14.png&quot;,&quot;se\xc3\xb1oracu\xc3\xa1l&quot;:&quot;mrswhich\\/mrswhich.png&quot;,&quot;fastestfeet&quot;:&quot;reebokflexweave_v2\\/reebokflexweave_v2.png&quot;,&quot;wrinkleintime&quot;:&quot;megmurray\\/megmurray.png&quot;,&quot;onelxn&quot;:&quot;OntarioElection2018\\/OntarioElection2018.png&quot;,&quot;ittakesobsession&quot;:&quot;TranssionTecno2018\\/TranssionTecno2018.png&quot;,&quot;kohlscashsweepstakes&quot;:&quot;kohlscash2v2\\/kohlscash2v2.png&quot;,&quot;estamosenlachampions&quot;:&quot;NissanUCL2018\\/NissanUCL2018.png&quot;,&quot;sheinspiresme&quot;:&quot;HereWeAre_v3\\/HereWeAre_v3.png&quot;,&quot;rcb&quot;:&quot;IPL_Challengers_v2\\/IPL_Challengers_v2.png&quot;,&quot;discoverwestworld&quot;:&quot;Westworld2MidSeason\\/Westworld2MidSeason.png&quot;,&quot;\xe3\x82\xa2\xe3\x82\xba\xe3\x83\xac\xe3\x83\xb3\xe3\x82\xb0\xe3\x83\x83\xe3\x82\xba&quot;:&quot;JapanAzurlaneWeather\\/JapanAzurlaneWeather.png&quot;,&quot;divebartour&quot;:&quot;BLDiveBar_v2\\/BLDiveBar_v2.png&quot;,&quot;mrsincredible&quot;:&quot;MrsIncredible\\/MrsIncredible.png&quot;,&quot;snowcam&quot;:&quot;snowcorp\\/snowcorp.png&quot;,&quot;lastog&quot;:&quot;lastOG_v2\\/lastOG_v2.png&quot;,&quot;\xe7\x94\xb5\xe5\xbd\xb1\xe5\xaf\x82\xe9\x9d\x99\xe4\xb9\x8b\xe5\x9c\xb0&quot;:&quot;aqp2018_v3\\/aqp2018_v3.png&quot;,&quot;boundbyblue&quot;:&quot;AFLBoundbyBlue\\/AFLBoundbyBlue.png&quot;,&quot;matriline&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;impossiblepossible&quot;:&quot;impossiblepossiblebreyers\\/impossiblepossiblebreyers.png&quot;,&quot;karnatakaelection&quot;:&quot;KarnatakaStateElections2018\\/KarnatakaStateElections2018.png&quot;,&quot;mcgriddles&quot;:&quot;mcdonaldsmcgriddle\\/mcdonaldsmcgriddle.png&quot;,&quot;lifefindsaway&quot;:&quot;Jurassic_World_emoji_v2\\/Jurassic_World_emoji_v2.png&quot;,&quot;tmltalk&quot;:&quot;NHL_2017_2018_MapleLeafs_v2\\/NHL_2017_2018_MapleLeafs_v2.png&quot;,&quot;vidachallenge&quot;:&quot;vidaemoji\\/vidaemoji.png&quot;,&quot;\xe0\xae\xb5\xe0\xae\xbf\xe0\xae\x9a\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d\xe0\xae\xaa\xe0\xaf\x8b\xe0\xae\x9f\xe0\xaf\x81&quot;:&quot;IPL_Chennai\\/IPL_Chennai.png&quot;,&quot;nissanleaf&quot;:&quot;NissanESLeaf2018\\/NissanESLeaf2018.png&quot;,&quot;piratesre8orn&quot;:&quot;SouthAfrica_OrlandoPirates_May2018\\/SouthAfrica_OrlandoPirates_May2018.png&quot;,&quot;citychampions&quot;:&quot;CityChampions2018\\/CityChampions2018.png&quot;,&quot;raisedroyal&quot;:&quot;kcroyals2018\\/kcroyals2018.png&quot;,&quot;\xe3\x82\xaf\xe3\x83\xaa\xe3\x83\xbc\xe3\x83\xa0\xe7\x8e\x84\xe7\xb1\xb3\xe3\x83\x96\xe3\x83\xa9\xe3\x83\xb3\xe7\xb7\x8f\xe9\x81\xb8\xe6\x8c\x99&quot;:&quot;AsahiGroupFoods\\/AsahiGroupFoods.png&quot;,&quot;playtheremix&quot;:&quot;AmazonRemix_v2\\/AmazonRemix_v2.png&quot;,&quot;avaduvernay&quot;:&quot;AvaDuVernay\\/AvaDuVernay.png&quot;,&quot;\xd0\xb0\xd0\xb2\xd0\xb0\xd0\xb4\xd1\x8e\xd0\xb2\xd0\xb5\xd1\x80\xd0\xbd\xd0\xb5\xd0\xb9&quot;:&quot;AvaDuVernay\\/AvaDuVernay.png&quot;,&quot;raysup&quot;:&quot;TampaBayRays2018\\/TampaBayRays2018.png&quot;,&quot;weareraiders&quot;:&quot;NRLraiders2018\\/NRLraiders2018.png&quot;,&quot;maythe4th&quot;:&quot;StarWarsSolo_Chewie\\/StarWarsSolo_Chewie.png&quot;,&quot;tenistve&quot;:&quot;MutuaMadridOpen\\/MutuaMadridOpen.png&quot;,&quot;\xd8\xa8\xd8\xb7\xd9\x84_\xd8\xac\xd9\x86\xd8\xa8_\xd8\xa8\xd8\xb7\xd9\x84\xd9\x87&quot;:&quot;HeroNextToHero_v2\\/HeroNextToHero_v2.png&quot;,&quot;truetotheblue&quot;:&quot;SeattleMariners2018\\/SeattleMariners2018.png&quot;,&quot;ednamode&quot;:&quot;Ednamode_v2\\/Ednamode_v2.png&quot;,&quot;pipercoin&quot;:&quot;SiliconValleyHBO2018\\/SiliconValleyHBO2018.png&quot;,&quot;towie&quot;:&quot;TOWIE\\/TOWIE.png&quot;,&quot;lando&quot;:&quot;StarWarsSolo_Lando\\/StarWarsSolo_Lando.png&quot;,&quot;\xd1\x85\xd0\xb0\xd0\xbd\xd1\x81\xd0\xbe\xd0\xbb\xd0\xbe&quot;:&quot;StarWarsSolo_HanSolo\\/StarWarsSolo_HanSolo.png&quot;,&quot;bestneverrest&quot;:&quot;MercedesGermany_BestNeverRest\\/MercedesGermany_BestNeverRest.png&quot;,&quot;tgit&quot;:&quot;TGIT_Popcorn_v3\\/TGIT_Popcorn_v3.png&quot;,&quot;aceshigh&quot;:&quot;FranceBlizzardOWL_London\\/FranceBlizzardOWL_London.png&quot;,&quot;signorachi&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;persiannewyear&quot;:&quot;nowruz2018_v4\\/nowruz2018_v4.png&quot;,&quot;stlcards&quot;:&quot;StLouisCardinals2018\\/StLouisCardinals2018.png&quot;,&quot;satanicgrandmas&quot;:&quot;A24_Hereditary2018\\/A24_Hereditary2018.png&quot;,&quot;nbb&quot;:&quot;Emoji_NBB_2017_2018\\/Emoji_NBB_2017_2018.png&quot;,&quot;\xd1\x84\xd0\xb0\xd0\xbd\xd1\x82\xd0\xb0\xd1\x81\xd1\x82\xd0\xb8\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd0\xb8\xd0\xb5\xd1\x82\xd0\xb2\xd0\xb0\xd1\x80\xd0\xb8&quot;:&quot;fantasticbeasts_v2\\/fantasticbeasts_v2.png&quot;,&quot;bughead&quot;:&quot;RiverdaleS2_2018_v2\\/RiverdaleS2_2018_v2.png&quot;,&quot;whitesox&quot;:&quot;whitesox2018\\/whitesox2018.png&quot;,&quot;gonosetonose&quot;:&quot;RedNoseDay2018\\/RedNoseDay2018.png&quot;,&quot;myvimto&quot;:&quot;Vimto2018\\/Vimto2018.png&quot;,&quot;se\xc3\xb1oraqui\xc3\xa9n&quot;:&quot;mrswho\\/mrswho.png&quot;,&quot;birdland&quot;:&quot;orioles2018_v2\\/orioles2018_v2.png&quot;,&quot;\xe3\x82\xa2\xe3\x83\x8a\xe3\x82\xb6\xe3\x83\xbc\xe3\x82\xa8\xe3\x83\x87\xe3\x83\xb3&quot;:&quot;catemoji_v2\\/catemoji_v2.png&quot;,&quot;pinstripepride&quot;:&quot;NYYankees2018\\/NYYankees2018.png&quot;,&quot;todoestaporver&quot;:&quot;vodafone2018\\/vodafone2018.png&quot;,&quot;espejop\xc3\xbablico&quot;:&quot;EspejoPublico_2017_2018\\/EspejoPublico_2017_2018.png&quot;,&quot;empirepreshow&quot;:&quot;empire\\/empire.png&quot;,&quot;\xd9\x83\xd9\x81\xd8\xa7\xd8\xa1\xd8\xa9_\xd8\xa7\xd9\x84\xd8\xb7\xd8\xa7\xd9\x82\xd8\xa9&quot;:&quot;SaudiEnergy\\/SaudiEnergy.png&quot;,&quot;thehaloway&quot;:&quot;LAAngels2018\\/LAAngels2018.png&quot;,&quot;shuri&quot;:&quot;shuri_blackpanther\\/shuri_blackpanther.png&quot;,&quot;axenolollabr&quot;:&quot;AxeLollapalooza\\/AxeLollapalooza.png&quot;,&quot;\xe3\x81\x82\xe3\x81\xaa\xe3\x81\x9f\xe3\x81\xae\xe6\x80\x9d\xe3\x81\x84\xe3\x82\x92\xe3\x81\x9d\xe3\x81\xae\xe3\x81\xbe\xe3\x81\xbe\xe8\x81\x9e\xe3\x81\x8b\xe3\x81\x9b\xe3\x81\xa6&quot;:&quot;Adsforgood_Japan2018_v2\\/Adsforgood_Japan2018_v2.png&quot;,&quot;ge14&quot;:&quot;MalaysianElection2018\\/MalaysianElection2018.png&quot;,&quot;dieunglaublichen2&quot;:&quot;incredibles2_v5\\/incredibles2_v5.png&quot;,&quot;wakanda&quot;:&quot;blackpanther_live_v5\\/blackpanther_live_v5.png&quot;,&quot;alleyesnorth&quot;:&quot;NBA_2017_18_MIN\\/NBA_2017_18_MIN.png&quot;,&quot;\xd0\xbc\xd0\xb8\xd1\x81\xd1\x82\xd0\xb5\xd1\x80\xd0\xb8\xd1\x81\xd0\xba\xd0\xbb\xd1\x8e\xd1\x87\xd0\xb8\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb9&quot;:&quot;MrIncredible\\/MrIncredible.png&quot;,&quot;kxip&quot;:&quot;IPL_KingsXIPunjab\\/IPL_KingsXIPunjab.png&quot;},&quot;profile_user&quot;:{&quot;id&quot;:70739029,&quot;id_str&quot;:&quot;70739029&quot;,&quot;name&quot;:&quot;Jon Bois&quot;,&quot;screen_name&quot;:&quot;jon_bois&quot;,&quot;location&quot;:&quot;brooklyn\\/louisville&quot;,&quot;url&quot;:&quot;http:\\/\\/ahugedog.com&quot;,&quot;description&quot;:&quot;well it&#39;s jon. waggener high, class of 2001. creative director, sb nation labs&quot;,&quot;protected&quot;:false,&quot;followers_count&quot;:97332,&quot;friends_count&quot;:415,&quot;listed_count&quot;:1400,&quot;created_at&quot;:&quot;Tue Sep 01 17:46:20 +0000 2009&quot;,&quot;favourites_count&quot;:8143,&quot;utc_offset&quot;:-14400,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;geo_enabled&quot;:false,&quot;verified&quot;:true,&quot;statuses_count&quot;:39065,&quot;lang&quot;:&quot;en&quot;,&quot;contributors_enabled&quot;:false,&quot;is_translator&quot;:false,&quot;is_translation_enabled&quot;:false,&quot;profile_background_color&quot;:&quot;FFFFFF&quot;,&quot;profile_background_image_url&quot;:&quot;http:\\/\\/pbs.twimg.com\\/profile_background_images\\/611885459300466688\\/hPvgNZ8N.png&quot;,&quot;profile_background_image_url_https&quot;:&quot;https:\\/\\/pbs.twimg.com\\/profile_background_images\\/611885459300466688\\/hPvgNZ8N.png&quot;,&quot;profile_background_tile&quot;:true,&quot;profile_image_url&quot;:&quot;http:\\/\\/pbs.twimg.com\\/profile_images\\/619015602\\/hobbes_normal.jpg&quot;,&quot;profile_image_url_https&quot;:&quot;https:\\/\\/pbs.twimg.com\\/profile_images\\/619015602\\/hobbes_normal.jpg&quot;,&quot;profile_link_color&quot;:&quot;000000&quot;,&quot;profile_sidebar_border_color&quot;:&quot;000000&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;FFFFFF&quot;,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;profile_use_background_image&quot;:true,&quot;has_extended_profile&quot;:true,&quot;default_profile&quot;:false,&quot;default_profile_image&quot;:false,&quot;following&quot;:null,&quot;follow_request_sent&quot;:null,&quot;notifications&quot;:null,&quot;business_profile_state&quot;:&quot;none&quot;,&quot;translator_type&quot;:&quot;none&quot;},&quot;profileEditingCSSBundle&quot;:&quot;https:\\/\\/abs.twimg.com\\/a\\/1525911434\\/css\\/t1\\/twitter_profile_editing.bundle.css&quot;,&quot;profile_id&quot;:70739029,&quot;business_profile&quot;:false,&quot;b2c_logged_out_support_indicators_enabled&quot;:true,&quot;business_profile_featured_collections_complete&quot;:false,&quot;cardsGallery&quot;:true,&quot;injectComposedTweets&quot;:false,&quot;inlineProfileEditing&quot;:false,&quot;gdprSoftBounceEnabled&quot;:false,&quot;isClusterFollowReplenishEnabled&quot;:false,&quot;autoplayEnabled&quot;:true,&quot;periscopeLiveStatusPollInterval&quot;:15000,&quot;trendsCacheKey&quot;:null,&quot;decider_personalized_trends&quot;:false,&quot;trendsEndpoint&quot;:&quot;\\/i\\/trends&quot;,&quot;wtfOptions&quot;:{&quot;pc&quot;:false,&quot;connections&quot;:true,&quot;limit&quot;:3,&quot;display_location&quot;:&quot;profile-sidebar&quot;,&quot;dismissable&quot;:true,&quot;similar_to_user_id&quot;:&quot;70739029&quot;},&quot;showSensitiveContent&quot;:false,&quot;autoPlayBalloonsAnimation&quot;:false,&quot;momentsNuxTooltipsEnabled&quot;:false,&quot;isCurrentUser&quot;:false,&quot;isSensitiveProfile&quot;:false,&quot;timeline_url&quot;:&quot;\\/i\\/profiles\\/show\\/jon_bois\\/timeline\\/tweets&quot;,&quot;initialState&quot;:{&quot;title&quot;:&quot;Jon Bois (@jon_bois) | Twitter&quot;,&quot;section&quot;:null,&quot;module&quot;:&quot;app\\/pages\\/profile\\/highline_landing&quot;,&quot;cache_ttl&quot;:300,&quot;body_class_names&quot;:&quot;three-col logged-out user-style-jon_bois enhanced-mini-profile ProfilePage ProfilePage--withWarning&quot;,&quot;doc_class_names&quot;:&quot;route-profile&quot;,&quot;route_name&quot;:&quot;profile&quot;,&quot;page_container_class_names&quot;:&quot;AppContent&quot;,&quot;ttft_navigation&quot;:false}}">\n\n  \n\n    <input type="hidden" class="swift-boot-module" value="app/pages/profile/highline_landing">\n  <input type="hidden" id="swift-module-path" value="https://abs.twimg.com/k/swift/en">\n\n  \n    <script src="https://abs.twimg.com/k/en/init.en.0be835e04b9a8e74d6e4.js" async></script>\n\n  </body>\n</html>\n'

In [16]:
html = BeautifulSoup(sr, 'html.parser')
for p in html.select('li'):
    if 'data-item-type' in p: #and p['data-item-type'] == 'tweet':
         print(p.text)

In [34]:
raw_html = open('smaller.html', encoding="utf-8").read()
dljb = BeautifulSoup(raw_html, 'html.parser')
for p in dljb.select('li'):
    if 'data-item-type' in p.attrs and p['data-item-type'] == 'tweet':
         print(p.text)
    print(type(p.attrs))






Pinned Tweet







Jon Bois‏Verified account @jon_bois

5 Jul 2017






More









Copy link to Tweet


Embed Tweet

Mute @jon_bois
Unmute @jon_bois

Block @jon_bois


Unblock @jon_bois



          
            
            Report Tweet
        



Add to other Moment


Add to new Moment







today is day one of the biggest project i’ve ever tried. it is called 17776: https://www.sbnation.com/a/17776-football …pic.twitter.com/wUMUh15G7x
















398 replies




2,527 retweets




7,434 likes








Reply


398







Retweet


2.5K




Retweeted


2.5K








Like


7.4K





Liked


7.4K







Direct message











Thanks. Twitter will use this to make your timeline better.
            Undo






Undo





<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>









Jon Bois‏Verified account @jon_bois

15h15 hours ago






More









Copy link to Tweet


Embed Tweet

Mute @jon_bois
Unmute @jon_bois

Block @jon_bois


Unblock @jon_bois



          
            
            Report Tweet
        



Add to other Moment


Add to new Moment







all right. since some have been asking, this is why i am not fighting in ufc 224 tonightpic.twitter.com/iXQRlyPPKO
















42 replies




398 retweets




1,689 likes








Reply


42







Retweet


398




Retweeted


398








Like


1.7K





Liked


1.7K







Direct message











Thanks. Twitter will use this to make your timeline better.
            Undo






Undo





<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>
<class 'dict'>