tokenizer-arena / js /onload.js
eson's picture
update
9495a4f
raw
history blame
No virus
406 Bytes
function() {
// feedback
//$("footer a")["href"] = "https://github.com/xu-song/tokenizer-arena/issues"
//$("footer a").childNodes[0].textContent ="Send Feedback"
document.querySelectorAll("footer a")[0].childNodes[0].textContent ="Send Feedback";
document.querySelectorAll("footer a")[0].href = "https://github.com/xu-song/tokenizer-arena/issues";
// download button
// API
}