How i can change inject script tag #14116
Answered
by
sapphi-red
jerryk1925
asked this question in
Q&A
-
Documentation is
Explain in DetailI have some problem. I want to move injected script tag from head to body. How do this? Your Suggestion for ChangesI have some problem. I want to move injected script tag from head to body. How do this? ReproductionNo response Steps to reproduceNo response |
Beta Was this translation helpful? Give feedback.
Answered by
sapphi-red
Aug 16, 2023
Replies: 1 comment 6 replies
-
You can do that by creating a plugin that uses the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because it makes the page faster than injecting it to the body.
See https://flaviocopes.com/javascript-async-defer/