mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 08:29:08 +00:00
4 lines
159 B
JavaScript
4 lines
159 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
var head = document.getElementById("header2");
|
|
head.innerHTML = "Customized content";
|
|
}, false); |