79273393

Date: 2024-12-11 22:56:02
Score: 0.5
Natty:
Report link

Just need to replace it with a global regex search:

var data = cols[j].innerText.replace(/(\s\s)/gm, ' ').replace(/;/g, "\r\n")

Note sure what the \s\s is about tho but keeping it in there just in case (idk the format of your data)

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