From 352a667fc5c97967e88e15475102c324cedb6cdb Mon Sep 17 00:00:00 2001 From: Arhen Date: Mon, 23 Nov 2020 02:41:43 +0800 Subject: [PATCH] =?UTF-8?q?made=20emoticon=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content-script.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;