1
1
Fork 0
CCNA_Autofill_Userscript/fetch.user.js

5 lines
No EOL
68 B
JavaScript

function hello(){
console.log("hello");
}
window.hello = hello;