How to remove the twitter feed from the launcher

I don't want to see retweets of random streamers I could care less about.

Navigate to Battlestate GamesBsgLauncherContentjscommon.js

go to lines 940 & 941 and delete the URLs from these lines.

    'href="https://twitter.com/bstategames?ref_src=twsrc%5Etfw"></a></div> ' +
    '<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>' +

becomes

    'href=""></a></div> ' +
    '<script async src="" charset="utf-8"></script>' +

🙂 Enjoy

Source: https://www.reddit.com/r/EscapefromTarkov/comments/e4irxu/how_to_remove_the_twitter_feed_from_the_launcher/

leave a comment

Your email address will not be published. Required fields are marked *