It will add extra actions to CoinMarketCap.com website and it helps to view the coin information in same window.
const EXTRA_ACTIONS_CLASSNAME = "coin-extra-actions";
const POPUP_CONTAINER_CLASSNAME = "coin-extra-popup-container";
const renderChanges = () => {
const coinElems = document.querySelectorAll(".sc-16r8icm-0.escjiH");
[...coinElems].forEach((coinElem) => {
if (!coinElem.querySelector(`.${EXTRA_ACTIONS_CLASSNAME}`)) {