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