Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. javascript:var historyTable = window.frames["mainpane"].document.getElementById("history").getElementsByTagName("tbody")[0]; Array.prototype.slice.call(historyTable.childNodes).reverse().forEach(function(elem) { historyTable.appendChild(elem); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement