Source code
Revision control
Copy as Markdown
Other Tools
const el = document.createElement("base");
el.href = "{{GET[baseurl]}}";
document.currentScript.after(el);
const el = document.createElement("base");
el.href = "{{GET[baseurl]}}";
document.currentScript.after(el);