mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 04:45:15 +00:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
export function getChatBody() {
|
|
return document.getElementsByClassName('_im_peer_history im-page-chat-contain')[0]
|
|
}
|