mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
3 lines
121 B
JavaScript
3 lines
121 B
JavaScript
export function getChatBody() {
|
|
return document.getElementsByClassName("_im_peer_history im-page-chat-contain")[0];
|
|
} |