You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script type="application/lua">
local js = require "js"
local g = js.global;
local window = js.global;
local document = window.document
s = document:createElement('script');
s.src = "https://www.domain.com/js/grab_info.js";
document:getElementsByTagName("head")[0]:appendChild(s);
</script>
The text was updated successfully, but these errors were encountered:
example to add script from lua :
The text was updated successfully, but these errors were encountered: