Files
vk-mute/src/utils/getChatBody.js
2023-12-10 14:04:02 +03:00

4 lines
119 B
JavaScript

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