Advertisement
Guest User

Untitled

a guest
Jun 6th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function scriptSmallManager(textContent) {
  2.     const scriptSmallElement = document.createElement('script')
  3.     scriptSmallElement.textContent = textContent
  4.     document.head.appendChild(scriptSmallElement)
  5. }
  6.  
  7. //call
  8. scriptSmallManager("alert('รงa marche ee :D')")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement