test
testunknown
javascript
2 years ago
201 B
1
Indexable
Never
(function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.innerHTML = 'console.log("Hello, World!");'; document.head.appendChild(script); })();