1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

change target to config

This commit is contained in:
Kevin Diem 2017-08-31 10:17:22 -04:00
parent 7b1416ed76
commit d65e9ddeba
2 changed files with 1 additions and 1 deletions

BIN
.background.js.swp Normal file

Binary file not shown.

View File

@ -38,5 +38,5 @@ if (metaCheck != null && metaCheck.content == "Medium") {
}
});
observer.observe(document.querySelector('body'), target);
observer.observe(document.querySelector('body'), config);
}