Files
vk-mute/src/utils/getChatBody.js
2020-04-18 17:27:15 +03:00

3 lines
121 B
JavaScript

export function getChatBody() {
return document.getElementsByClassName("_im_peer_history im-page-chat-contain")[0];
}