mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 12:55:13 +00:00
Fixed variable naming
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user