@@ -4,13 +4,21 @@ chrome.runtime.onInstalled.addListener(details => {
44 console . log ( 'previousVersion' , details . previousVersion )
55} )
66
7- const messages = [ 'Everything is going great!' ,
8- 'Don\'t worry about it' ,
9- 'Tabs are a great feature of modern browsers' ,
10- 'More tabs are always better' ,
11- 'Let\'s open another tab with pictures of puppies' ,
12- 'You are doing great' ,
13- 'More tabs, awesome!' ]
7+ const messages = [ 'Everything is going great! \uD83D\uDE09' ,
8+ 'Don\'t worry about it \uD83D\uDE09' ,
9+ 'Tabs are a great feature of modern browsers \uD83D\uDE09' ,
10+ 'More tabs are always better \uD83D\uDE09' ,
11+ 'Let\'s open another tab with pictures of puppies \uD83D\uDE09' ,
12+ 'You are doing great \uD83D\uDE09' ,
13+ 'More tabs, awesome! \uD83D\uDE09' ,
14+ 'Yo! Watch it on the tabs will ya?! \uD83D\uDE10' ,
15+ 'Easy on the tabs, man. \uD83D\uDE10' ,
16+ 'Sometimes you get the tab, sometimes the tab gets you. \uD83D\uDE10' ,
17+ 'Oh so many tabs. So many. \uD83D\uDE10' ,
18+ 'Stop. Stop this tabuse. \uD83D\uDE10' ,
19+ 'Seriously?! Another tab? \uD83D\uDE10' ,
20+ 'So this is your plan? Another tab. Great. \uD83D\uDE10' ,
21+ 'Too much tabs! \uD83D\uDE10' ]
1422
1523const getMessage = ( ) => {
1624 return messages [ Math . floor ( Math . random ( ) * messages . length ) ]
0 commit comments