|
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
|
const comments = [];
// Get all nodes in the body
const allNodes = document.getElementsByTagName("*");
// Loop through all nodes
for (let i = 0; i

