diff --git a/.background.js.swp b/.background.js.swp new file mode 100644 index 0000000..d7fdfc4 Binary files /dev/null and b/.background.js.swp differ diff --git a/background.js b/background.js index 7747678..c636903 100644 --- a/background.js +++ b/background.js @@ -38,5 +38,5 @@ if (metaCheck != null && metaCheck.content == "Medium") { } }); - observer.observe(document.querySelector('body'), target); + observer.observe(document.querySelector('body'), config); }