79686992

Date: 2025-07-02 07:26:32
Score: 2
Natty:
Report link

Use innerHTML (MDN docs).

Example:

let mapScript = document.createElement('script');
mapScript.innerHTML = 'the whole script body content';
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: biggujo