I'm trying to manipulate the screenjesus without JS but I couldn't find the script on the repo (only a PhantomJS). I seem to be missing the timing. Does anyone know the actual script?
I wanted to see the original script to get the timing right to manipulate it without a script (just making an image appear on the screen throught css) but then I realized the screenshot is taken at 1280x960 so I just had to add to style @media (width: 1280px) and (height: 960px) { } to control it, no one is ever going to have that viewport anyway unless they are on fullscreen on that resolution
the "more complicated" thing was an animated ASCII splash screen hehe (but it didn't look good in the 4:3 screenshot, so I used that other solution I mentioned)
nevermind, I decided to do something more complicated
you can pull the js from my index next time you need it
I wanted to see the original script to get the timing right to manipulate it without a script (just making an image appear on the screen throught css) but then I realized the screenshot is taken at 1280x960 so I just had to add to style @media (width: 1280px) and (height: 960px) { } to control it, no one is ever going to have that viewport anyway unless they are on fullscreen on that resolution
the "more complicated" thing was an animated ASCII splash screen hehe (but it didn't look good in the 4:3 screenshot, so I used that other solution I mentioned)