From effa581f16df5ac44985d648d66fb788da965ec6 Mon Sep 17 00:00:00 2001 From: dimden <26517362+dimdenGD@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:19:33 +0300 Subject: [PATCH] style fix --- scripts/content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/content.js b/scripts/content.js index c5e31ca..f092410 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -314,6 +314,7 @@ function hookIntoInteractions() { let yeahTab = document.createElement('a'); yeahTab.className = 'tweet-footer-stat'; + yeahTab.style.cursor = 'pointer'; let span = document.createElement('span'); span.innerText = 'Yeahs';