mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 12:55:13 +00:00
Перешел на css ВК
This commit is contained in:
@@ -10,7 +10,11 @@ function init() {
|
||||
createTryToInitInterval();
|
||||
addNewMessageEventListener();
|
||||
returnMessagesEventListener();
|
||||
hideExistingMessages();
|
||||
chrome.storage.sync.get('isExtensionOn', function(data) {
|
||||
if (data.isExtensionOn) {
|
||||
hideExistingMessages();
|
||||
}
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user