Tokens to don't miss in 2022 opinion and statistics

Just found a popular question on #CoinMarketCap, and I was triggered to process the data.

⚠️ 2013 - You missed $BTC
⚠️ 2014 - You missed $DOGE
⚠️ 2015 - You missed $XRP
⚠️ 2016 - You missed $ETH
⚠️ 2017 - You missed $ADA
⚠️ 2018 - You missed $BNB
⚠️ 2019 - You missed $LINK
⚠️ 2020 - You missed $DOT
⚠️ 2021 - You missed $SHIB
✅ In 2022, don't miss _____.
-- @RichQUACK on #CoinMarketCap

The result

Count of tokens to don't miss in 2022 with percentage

Count of tokens to don't miss in 2022 compared

The process

  1. Hacking the autoloader with Developer Tools
  2. embedding jQuery to the site
  3. searching for the data container
  4. printing the data to the console to copy
  5. processing using spreadsheet

The code

a='';
$('.Box-sc-1pyr0bh-0.dEramN.post-detail').each(function() {
    a+=" \r\n"+$(this).text();
});
console.log(a);

The spreadsheet

The #spreadsheet to play with: In 2022, don't miss... - Google Sheets