This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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"); |