Fixed variable naming

This commit is contained in:
2021-06-26 17:02:00 +03:00
parent b20625f4ab
commit f2f77f7179
6 changed files with 60 additions and 66 deletions

View File

@@ -5,11 +5,7 @@ import {addNewMessageEventListener} from "./hide_element";
function init() {
const url = new UrlController();
url.onChange((oldUrl, newUrl) => {
// chrome.storage.sync.get('idToHide', function (data) {
// let idToHide = data.idToHide;
// hideExistingMessages(idToHide)
// });
url.onChange(() => {
if (tryToInitControls()) {
createTryToInitInterval();
addNewMessageEventListener();