diff --git a/content-script.js b/content-script.js index af3fe63..2830e07 100644 --- a/content-script.js +++ b/content-script.js @@ -7,10 +7,11 @@ let progressBarIntervalId = null; let automaticSliderIntervalId = null; const emojis = { - starred: '⭐', - 'pushed to': '🚀', - 'started following': '🚶', - forked: '🤓', + made: "➕", + starred: "⭐", + "pushed to": "🚀", + "started following": "🚶", + forked: "🤓", }; const AUTOMATIC_SCROLL_DELAY = 4200;