I just merged the SplashScreen and the removing of it in to one tiddler:
<script>
// Remove splash screen when Tiddly is loaded (doesn't work in older IEs)
document.addEventListener('DOMContentLoaded', function(){
document.body.style.backgroundImage = 'none';
}, false);
</script>
<style>
body {
height: 80vh;
background-position: center center;
background-repeat: no-repeat;
background-image: url("data:image/gif;base64,IMAGE_DATA...");
</style>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/670611e7-e618-4940-ac5b-f1a543cd8e06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.