1
1
Fork 0
CCNA_Autofill_Userscript/fetch.user.js

5 lines
68 B
JavaScript
Raw Normal View History

2024-05-23 14:14:09 +00:00
function hello(){
2024-05-23 14:10:05 +00:00
console.log("hello");
2024-05-23 14:14:09 +00:00
}
window.hello = hello;