I reverse engineered the cuplayout.cup file used to store custom cup layouts in CTGP Revolution.
Below is an in-depth explanation of the file format.
| \033[38;2;23;147;209m A | |
| /#\ | |
| /###\ | |
| /#####\ | |
| /#######\ | |
| _ "=######\ | |
| /##=,_\#####\ | |
| /#############\ | |
| /###############\ | |
| /#################\ |
| // ==UserScript== | |
| // @name Twitter show ALT text | |
| // @version 1.0.0 | |
| // @author 1-UP Nuke | |
| // @icon https://abs.twimg.com/favicons/twitter.ico | |
| // @description Replaces the twitter box denoting the image has ALT text with the real ALT text. | |
| // @match https://*.twitter.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| window.addEventListener('load', function() { |