Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. window.onload = function() {
  2. anchor_container = document.getElementById("forum1-NewPostLink");
  3. span_container = anchor_container.childNodes[1];
  4. span_container.textContent = "new post";
  5. }
Add Comment
Please, Sign In to add comment