Skip to content

Instantly share code, notes, and snippets.

@bettywolfy
bettywolfy / main.js
Created July 26, 2026 02:32
tic80 avatar uploader
/*
execute this script on the page 'https://tic80.com/profile'
android users: 'javascript:(function(){var script=document.createElement("script");script.src="https://cdn.jsdelivr.net/npm/eruda";document.head.append(script);script.onload=function(){eruda.init();eruda.show();}})();'
* favorite the url between the single quotes and then open it the profile page
*/
const mf = document.createElement("input");