This repository was archived by the owner on Apr 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ chrome.runtime.onInstalled.addListener(function() {
1616
1717chrome . pageAction . onClicked . addListener ( ( tab ) => {
1818 chrome . tabs . executeScript ( tab . id ,
19- { code : `document.mark .style.background = '#ecf0f7 ';` } ,
19+ { code : `document.body .style.background = '#e9ebee ';` } ,
2020 function ( ) {
2121 chrome . tabs . executeScript ( tab . id , { file : 'contentscript.js' } ) ;
2222 } ) ;
Original file line number Diff line number Diff line change @@ -115,8 +115,4 @@ asyncParallel({
115115 fbDevInterest.getFeed();
116116 ` ) ;
117117 } ) ;
118-
119- // injectScriptFile('utils.js', function(){
120- // injectScriptFile('inject.js');
121- // });
122118} ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ chrome.runtime.onInstalled.addListener(function() {
1616
1717chrome . pageAction . onClicked . addListener ( ( tab ) => {
1818 chrome . tabs . executeScript ( tab . id ,
19- { code : `document.mark .style.background = '#ecf0f7 ';` } ,
19+ { code : `document.body .style.background = '#e9ebee ';` } ,
2020 function ( ) {
2121 chrome . tabs . executeScript ( tab . id , { file : 'contentscript.js' } ) ;
2222 } ) ;
Original file line number Diff line number Diff line change @@ -115,8 +115,4 @@ asyncParallel({
115115 fbDevInterest.getFeed();
116116 ` ) ;
117117 } ) ;
118-
119- // injectScriptFile('utils.js', function(){
120- // injectScriptFile('inject.js');
121- // });
122118} ) ;
You can’t perform that action at this time.
0 commit comments