File size: 432 Bytes
9495a4f
 
 
 
 
d27a756
9495a4f
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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";  //  🤔Reporting Issues
    document.querySelectorAll("footer a")[0].href = "https://github.com/xu-song/tokenizer-arena/issues";

    // download button

    // API
}