aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2018-01-27 11:29:55 -0600
committerNateN1222 <nathannichols454@gmail.com>2018-01-27 11:29:55 -0600
commitf2e22d8a5ff480e776b2d6f5bcae2de662dc6c70 (patch)
tree7e3ec38832881b0d407f97e27d1a018a336730b7 /main_background.js
parent4089cd1dcd7c303e709331c299521266a0b2bdd7 (diff)
Created a basic build script mostly to serve as an example of what files
actually get uploaded to Mozilla.
Diffstat (limited to 'main_background.js')
-rw-r--r--main_background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js
index bf7feff..81905b2 100644
--- a/main_background.js
+++ b/main_background.js
@@ -1968,7 +1968,7 @@ function get_script(response,url,tabid,wl,index=-1){
}
function block_ga(a){
console.log(a.url);
- // This is actually just an HTML page
+ // This is just an HTML page
if(a.url == 'https://www.google.com/analytics/#?modal_active=none'){
return;
}