File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ chrome.runtime.onInstalled.addListener(details => {
44 console . log ( 'previousVersion' , details . previousVersion )
55} )
66
7- const messages = [ 'Yo! Watch it on the tabs will ya?!' ,
8- 'Easy on the tabs, man.' ,
9- 'Sometimes you get the tab, sometimes the tab gets you.' ,
10- 'Oh so many tabs. So many.' ,
11- 'Stop. Stop this tabuse.' ,
12- 'Seriously?! Another tab?' ,
13- 'So this is your plan? Another tab. Great.' ,
14- 'Too much tabs!' ]
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!' ]
1514
1615const getMessage = ( ) => {
1716 return messages [ Math . floor ( Math . random ( ) * messages . length ) ]
You can’t perform that action at this time.
0 commit comments