79250702

Date: 2024-12-04 10:16:29
Score: 0.5
Natty:
Report link
let text= document.getElementsByTagName('body')[0].innerHTML;
let regExp = /<[a-zA-Z\/][^>]*>[a-zA-Z0-9&._ -]*<[a-zA-Z\/][^>]*>|<[a-zA-Z\/][^>]*>/g;

let formattedText= text.replace(regExp, '');

formattedText will be your output

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shanavas VH