<!DOCTYPE html>
<html lang="en">
    <head>
        <!-- Last Update: 07/12/2022 -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <meta name="robots" content="noai, noimageai">

        
            
                <link rel="prev" href="/comics/37/" />
            

            

            <meta property="og:type" content="website" />
            <meta property="og:title" content="twistedspeedo" />
            <meta property="og:description" content="Slothman" />
            
                <meta property="og:url" content="https://twistedspeedo.thecomicseries.com/comics/pl/1706800/" />
            
            <meta name="twitter:card" content="summary_large_image" />
            <meta name="twitter:title" content="twistedspeedo" />
            <meta name="twitter:description" content="Slothman" />

            
                <meta property="og:image" content="https://img.comicfury.com/comics/260/56525a1670249852b93168f1628459613.jpg" />
                <meta property="og:image:width" content="540" />
                <meta property="og:image:height" content="4233" />
                <meta name="twitter:image" content="https://img.comicfury.com/comics/260/56525a1670249852b93168f1628459613.jpg" />
            
        

        <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/" />

        <title>twistedspeedo - Slothman</title>

        <style>
html, body {
    margin: 0px;
    padding: 0px;
}
html {
    background-color:#E1DCD4;
    font-family: arial;
    color: #000;
    text-align: center;
    word-wrap:break-word;
    word-break: break-word;
}

img {
    border: 0px;
}

a:link, a:visited {
    color:#bd3a04;
    text-decoration: none;
}

a:hover {
    color:#2a5497;
}

.box a:link, .box a:visited {
    color:#d04308;
}

.box a:hover {
    color:#ff530b;
}

h3, h4 {
    margin:2px;
}

.heading {
    margin:10px;
    margin-top:0;
    margin-bottom:15px;
    padding:0;
    text-align:center;
}

.heading:last-child {
    margin-bottom:0;
}

.headingsub {
    margin-top:-5px;
    margin-bottom:20px;
    font-size:12px;
}


select {
    max-width:min(50vw, 300px);
}

form {
    margin:0px;
}

.clear {
    clear:both;
}

.volad {
    margin-bottom:5px;
}

.volad img {
    max-width:100%;
    height:auto;
}

.comicnav {
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.comicnav .quicknav {
    width:100%;
    order:-10; /*the default order is 0, so this will make it the first*/
    margin-bottom:15px;
}

.comicnavlink {
    display:inline-block;
    min-width:45px;
    margin-left:10px;
    margin-right:10px;
}


.comicnavlink-grayedout {
    opacity:0.1;
    pointer-events: none;
}

.browsing-tags-note {
    margin-bottom:15px;
}

.browse-all-link {
    margin-top:10px;
}

#saveplace {
    min-width:100px;
    text-align:right;
}
#saveplace a {
    margin-left:15px;
}
#saveplace img {
    max-width:35px;
    max-height:35px;
}
.loadplace-inactive {
    opacity:0.1;
}
.saveplace-saved {
    filter:opacity(0.5) drop-shadow(0 0 0 #ff6e00);
}

#comicimagewrap {
    margin-bottom: 15px;
}

#comicimage, #latestcomicimage {
    max-width:100%;
    height:auto;
}

.comicsegments {
    line-height:0; /*this is to prevent there from being space between the images on multi-image pages*/
}
.comicsegmentimage {
    height:auto;
    max-width:100%;
}
.comicsegments .textcontent {
    line-height:normal;
}

#transcript {
    margin-bottom: 15px;
    margin-top: 15px;
}

#transcript summary {
    user-select: none;
    cursor: pointer;
}

#transcript-text {
    text-align: left;
    margin-top:15px;
    margin-bottom:30px;
}

.comic-options {
    display:flex;
    align-items:flex-end;
    justify-content:stretch;
}

.comic-options div {
    flex:1 1 auto;
}

#comicrating {
    text-align:left;
}

#sitetitle {
    font-size: 250%;
    margin:2px;
}

header img {
    max-width: 100%;
    height: auto;
}

#navigation {
    list-style:none;
}

#navigation ul {
    padding:0px;
}

#navigation li {
    list-style:none;
    display:inline;
}

#navigation li span {
    margin:4px;
    display:inline-block;
    margin-left:4px;
    margin-right:4px;
    font-size:13px;
}

.nav-icon-container {
    min-width:35px;
    min-height:35px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    margin-bottom:4px;
    background-color:#ffffff;
}

.nav-icon-container img {
    max-width:35px;
    max-height:35px;
}

#navigation a:link,#navigation a:visited,#navigation a:hover {
    text-decoration:none;
}

#latestcomictitle {
    font-size: 150%;
}

#latestcomiclink img {
    border:3px solid black;
}

.box {
    background-color:#FFFFFF;
    padding:10px;
    margin-bottom:15px;

}
.box img {
    max-width:100%;
    height:auto;
}

.extra-page-content {
    text-align:left;
}

.wrap {
    margin:auto;
    width:98%;
}

footer {
    font-size: 16px;
    color: #A9A9A9;
    margin-bottom:15px;
}

footer div:not(:last-of-type) {
    margin-bottom:12px;
}

footer ul {
    margin:0;
    padding:0;
    list-style:none;
    display:inline-flex;
    flex-wrap: wrap;
}

footer li {
    list-style:none;
    margin-left:7px;
    margin-right:7px;
}


.hostedby {
    display:inline-flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: center;
}

.hostedby a {
    display:inline-flex;
    align-items:center;
    word-wrap:normal;
    word-break:keep-all;
}

.hostedby a img {
    width:auto;
    margin-left:0.5em;
    margin-right:5px;
}

.cflink {
    margin-top:10px;
    margin-bottom:10px;
}

#searchbar,
.searchpageform {
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
}
#searchbar input,
.searchpageform input {
    border:0;
    margin:4px;
    margin-top:0;
    margin-bottom:0;
    padding:0.7em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    max-width:40vw;
}

#searchbar input {
    background-color:#FFFFFF;
}

.searchpageform input {
    background-color:#f2eee7;
}

.search-no-results {
    margin-top:15px;
}

/*comicpage*/
#authornotes .comment:not(:last-of-type) {
    margin-bottom:40px;
}

.comment {
    text-align:left;
}

.comment img {
    height:auto;
    max-width:100%;
}

.replyform-placeholder iframe {
    margin-top:10px;
}

.tags-label {
    font-weight:bold;
}

#tags + #permalinkbox {
    margin-top: 25px;
}

#permalinkbox {
    text-align:center;
}

.permalinkcode {
    margin-top:5px;
    font-size:12px;
    color:#9A9A9A;
}

/*comicpage/blog*/

.avatar {
    float:left;
    margin-right:5px;
}

.commentcontrol {
    text-align:right;
    margin-top:5px;
}

.commentcontrol a {
    margin-left:10px;
}

.authordata {
    text-align:left;
    margin-bottom:6px;
}

.author {
    font-size:18px;
}

.posttime,
a.posttime:link,
a.posttime:hover {
    color:#AAAAAA;
    font-size:12px;
    float:right;
    font-weight:bold;
}

.reply-depth1 {
    margin-left:15px;
}

.reply-depth2 {
    margin-left:30px;
}

.reply-depth3,
.reply-depth4,
.reply-depth5,
.reply-depth-above5 {
    margin-left:45px;
}

.postcomment {
    font-size:1.3em;
    margin:5px;
    margin-top:0;
}

.postcomment:last-child {
    margin-bottom:0;
}

.overviewcommentlink {
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}

.overview-saveplace {
    margin-bottom:15px;
}

.topcommentlink {
    margin-top:0;
}

/*blog*/
.blogcontent {
    text-align:left;
}

.blogtitle {
    font-size:20px;
    font-weight:bold;
}

.blog:not(:last-of-type)::after {
    content:'';
    display:block;
    margin-top:20px;
    border-bottom:2px solid #f2eee7;
    margin-bottom:20px;

}

/*archive*/

#thumbnail-preview-box {
    border:1px solid #aaa;
    background-color:#ffffff;
    transition:opacity 200ms linear;
}

#thumbnail-preview-box img {
    display:block;
}

.archivecomic {
    display:flex;
    flex-wrap:wrap;
    text-align:left;
    align-items:flex-start;
    margin-bottom:10px;
}

.archivecomictitle {
    flex:1 1 90%;
}

.comicposttime {
    text-align:left;
    color:#999999;
    width:100%;
    margin-top:4px;
    font-size:12px;
}

.comicnumber,
.comicposttime,
.archivecomictitle {
    box-sizing:border-box;
}

.comicnumber {
    padding-right:5px;
}

.archive .chapter-title {
    padding-top:10px;
    padding-bottom:10px;
}

.archive h3 {
    margin-bottom:8px;
}

.searchresults h3 {
    text-align: left;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    margin-top:10px;
}

.archive .chapterdescription {
    font-size:12px;
}

.archive-chapters {
    text-align:left;
}

.archive-chapters .chapter {
    display:flex;
    margin-bottom:35px;
}

.archive-chapters .chapter-cover {
    margin-right:15px;
}

.chapter-cover img {
    max-width:80px;
    height:auto;
}

.archive-chapters .chapter-data {
    flex:1 1 0%;
}

.archive-chapters h3 {
    margin:0;
    margin-bottom:6px;
}

.archive-chapters .chapterdescription {
    font-size:14px;
    margin-bottom:8px;
}

.archive-chapters .chapter-more {
    font-size:14px;
}

.archive-back-link {
    margin-top:10px;
    margin-bottom:10px;
}

/*blog*/

.blogmeta {
    text-align:right;
    margin-top:10px;
}

#bloglist img,
#blogdisplay img,
.extra-page-content img {
    max-width:100%;
    /*using !important because the WYSIWYG-editor sometimes applies widths and heights as an inline style, which could cause squishy images otherwise*/
    height:auto !important;
}


#bloglist table,
#blogdisplay table,
.extra-page-content table {
    max-width:100%;
}

#bloglist table img,
#blogdisplay table img,
.extra-page-content table img {
    /* we cannot use the 100% rule in tables, since it causes columns with text to take up all the space and make images tiny.
       this rule will only work with tables that have up to 3 image columns next to one another (or two images and text),
       wider tables will end up stretching the page*/
    max-width:27vw;
}

#pages {
    font-size:1.2em;
    display:inline;
}

#pageslabel {
    margin-top:10px;
    font-weight:bold;
    display:inline;
}

.pagelink, .pageskip {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:35px;
    min-height:35px;
    background-color:#f2eee7;
    margin-left:10px;
}

.currentpage {
    font-weight:bold;
    color:#000000;
}

.blognav {
    margin-bottom:15px;
    display:table;
    width:100%;
}

.prevblog, .nextblog {
    display:table-cell;
    width:50%;
}

.prevblog {
    text-align:left;
}

.nextblog {
    text-align:right;
}

#blogdisplay {
    margin-bottom:30px;
}



.avatar img {
    max-width:75px;
    max-height:75px;
    height: auto;
    width: auto;
}

@media (min-width:400px) {
    .wrap {
        width:95%;
    }
    #navigation li span {
        margin-left:8px;
        margin-right:8px;
    }
    .comicnavlink {
        margin-left:15px;
        margin-right:15px;
    }


    .author {
        font-size:20px;
    }

    .chapter-cover img {
        max-width:100px;
    }
}

@media (min-width:520px) {

    .reply-depth4 {
        margin-left:60px;
    }

    .reply-depth5 {
        margin-left:75px;
    }

    .reply-depth-above5 {
        margin-left:90px;
    }
}

@media (min-width:630px) {
    .box {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .avatar img {
        max-width:100px;
        max-height:100px;
        height: auto;
        width: auto;
    }
    footer {
        font-size: 14px;
    }



    .nav-icon-container {
        min-width:45px;
        min-height:45px;
    }

    .nav-icon-container img {
        max-width:45px;
        max-height:45px;
    }

    #navigation li span {
        margin-left:15px;
        margin-right:15px;
        font-size:16px;
    }

    .comicnumber {
        min-width:40px;
        word-wrap:normal;
        word-break:keep-all;
    }

    .comicposttime {
        text-align:right;
        width:calc(30% - 40px);
    }

    .archivecomictitle {
        flex-basis:70%;
        /*to make the hover thumbnail previews less finnicky. this also spaces the individual archive comics apart a bit*/
        padding-top:5px;
        padding-bottom:5px;
    }

    .archivecomic {
        flex-wrap:nowrap;
        align-items:center;
        margin-bottom:0;
    }

    .author {
        font-size:22px;
    }

    .chapter-cover img {
        max-width:100%;
    }
}

@media (min-width:800px) {
    .box {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .comment-box {
        padding-left:20px;
        padding-right:20px;
        padding-bottom:20px;
        padding-top:20px;
    }

    .avatar img {
        max-width:125px;
        max-height:125px;
        height: auto;
        width: auto;
    }

    .comicnav {
        margin-bottom:15px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:nowrap;
    }

    .comicnavlink img {
        max-height:40px;
        width:auto;
    }

    .comicnav .quicknav {
        width:auto;
        order:0;
        margin-bottom:0;
    }

    #saveplace img {
        max-width:30px;
        max-height:30px;
    }

    .reply-depth1 {
        margin-left:20px;
    }

    .reply-depth2 {
        margin-left:40px;
    }

    .reply-depth3 {
        margin-left:60px;
    }

    .reply-depth4 {
        margin-left:80px;
    }

    .reply-depth5 {
        margin-left:100px;
    }

    .reply-depth-above5 {
        margin-left:120px;
    }
}

@media (min-width:1130px) {
    .wrap {
        width:min(70%, 1100px);
        min-width:1100px;
    }

    .reply-depth1 {
        margin-left:30px;
    }

    .reply-depth2 {
        margin-left:60px;
    }

    .reply-depth3 {
        margin-left:90px;
    }

    .reply-depth4 {
        margin-left:120px;
    }

    .reply-depth5 {
        margin-left:150px;
    }

    .reply-depth-above5 {
        margin-left:180px;
    }

}
</style>
        <script type="text/javascript" src="https://comicfury.com/cflayoutjs.js.php?cc=inline&amp;wcid=56525&amp;from=https%3A%2F%2Ftwistedspeedo.thecomicseries.com%2F%3Ffeed%3Drss2"></script>

        
            <script type="text/javascript">
                activateKeyboardNavigation("/comics/37/#content-start", "#content-start", "ArrowLeft", "ArrowRight");
            </script>
        

        <script>
            document.addEventListener("DOMContentLoaded", function(e) {
                //this checks if the current visitor has a place saved already, and if not, add the "loadplace-inactive" class
                //to the "load my place" link, to gray it out
                var loadPlaceLink = document.getElementById('loadplace-link');
                if(loadPlaceLink !== null && !comicfury.bookmark)
                {
                    loadPlaceLink.classList.add('loadplace-inactive');
                }
            });

            var customOnSave = function(saveLink) {
                //this adds the class "saveplace-saved" class to the "save my place" link, when the bookmark has been saved
                //you can also overwrite saveLink.innerHTML instead with new HTML code to e.g. change the image
                saveLink.classList.add('saveplace-saved');
            };

            var selectElementText = function(element) {
                if (window.getSelection && document.createRange)
                {
                    var selection = window.getSelection();
                    var range = document.createRange();
                    range.selectNodeContents(element);
                    selection.removeAllRanges();
                    selection.addRange(range);
                }
            };
        </script>
    </head>

    <body>

        <header id="head">
            <h1 id="sitetitle">
                <a href="/">
                    
                        twistedspeedo
                    
                    
                </a>
            </h1>
        </header>

        <nav id="navigation">
            <ul>
                <li><span>
                    <a href="/comics/">
                        <div class="nav-icon-container">
                            <img src="https://comicfury.com/images/layouts/schroedinger/comics.svg" height="50" width="38" alt="" />
                        </div><br />
                        Comics
                    </a>
                </span></li>

                <li><span>
                    <a href="/comics/random/">
                        <div class="nav-icon-container">
                            <img src="https://comicfury.com/images/layouts/schroedinger/random.svg" height="50" width="31" alt="" />
                        </div><br />
                        Random
                    </a>
                </span></li>

                <li><span>
                    <a href="/archive/">
                        <div class="nav-icon-container">
                            <img src="https://comicfury.com/images/layouts/schroedinger/archive.svg" height="50" width="42" alt="" />
                        </div><br />
                        Archive
                    </a>
                </span></li>

                
                    <li><span>
                        <a href="https://comicfury.com/read/twistedspeedo/comics/1706800" target="window2">
                            <div class="nav-icon-container">
                                <img src="https://comicfury.com/images/layouts/schroedinger/scroll.svg" height="29" width="50" alt="" />
                            </div><br />
                            Scroll View
                        </a>
                    </span></li>
                

                

                
                
                    <li><span>
                        <a href="https://comicfury.com/comic.php?action=addsubscription&amp;url=twistedspeedo" target="window2">
                            <div class="nav-icon-container">
                                <img src="https://comicfury.com/images/layouts/schroedinger/heart.svg" height="50" width="46" alt="" />
                            </div><br />
                            Subscribe
                        </a>
                    </span></li>
                
            </ul>
        </nav>

        

        <div id="contentcontainer">


            <div class="wrap">
                


                <div class="box">
    <h2 class="heading">Slothman</h2>
    <div class="headingsub">
        <span class="comic-time">7th Dec 2022, 9:49 AM</span>
        
    </div>

    <div class="comicnav">

        <a href="/comics/1/#content-start" rel="start" class="comicnavlink ">
            <img src="https://comicfury.com/images/layouts/schroedinger/first-black.svg" width="56" height="50" alt="&lt;&lt;First" />
        </a>

        <a href="/comics/37/#content-start" rel="prev" class="comicnavlink ">
            <img src="https://comicfury.com/images/layouts/schroedinger/prev-black.svg" width="31" height="50" alt="&lt;Previous" />
        </a>

        <a href="/comics/38/#content-start" rel="next" class="comicnavlink comicnavlink-grayedout">
            <img src="https://comicfury.com/images/layouts/schroedinger/next-black.svg" width="31" height="50" alt="Next&gt;" />
        </a>

        <a href="/comics/#content-start" rel="index" class="comicnavlink comicnavlink-grayedout">
            <img src="https://comicfury.com/images/layouts/schroedinger/last-black.svg" width="56" height="50" alt="Latest&gt;&gt;" />
        </a>

    </div>

    <div id="content-start"></div>

    


    <div id="comicimagewrap">
        <img src="https://img.comicfury.com/comics/260/56525a1670249852b93168f1628459613.jpg" alt="Slothman" title="The Hero we need" width="540" height="4233" id="comicimage" />
    </div>

    <div class="comicnav">

        <a href="/comics/1/#content-start" rel="start" class="comicnavlink ">
            <img src="https://comicfury.com/images/layouts/schroedinger/first-black.svg" width="56" height="50" alt="&lt;&lt;First" />
        </a>

        <a href="/comics/37/#content-start" rel="prev" class="comicnavlink ">
            <img src="https://comicfury.com/images/layouts/schroedinger/prev-black.svg" width="31" height="50" alt="&lt;Previous" />
        </a>


        <!-- comic dropdown -->
        <span class="quicknav">
            <select onchange="jumpTo(this.options[selectedIndex].value);" class="comicnavlink">
                
                    

                    <option value="/comics/1/#content-start"  >High Five!</option>

                    
                
                    

                    <option value="/comics/2/#content-start"  >Logical deduction</option>

                    
                
                    

                    <option value="/comics/3/#content-start"  >Angry birds</option>

                    
                
                    

                    <option value="/comics/4/#content-start"  >Things could have been so much better</option>

                    
                
                    

                    <option value="/comics/5/#content-start"  >Predators vs. Aliens</option>

                    
                
                    

                    <option value="/comics/6/#content-start"  >Losing is fun</option>

                    
                
                    

                    <option value="/comics/7/#content-start"  >Losers</option>

                    
                
                    

                    <option value="/comics/8/#content-start"  >Ha ha Gotcha!</option>

                    
                
                    

                    <option value="/comics/9/#content-start"  >Dinosaur baseball</option>

                    
                
                    

                    <option value="/comics/10/#content-start"  >Genesis</option>

                    
                
                    

                    <option value="/comics/11/#content-start"  >Donald Duck drinks beer</option>

                    
                
                    

                    <option value="/comics/12/#content-start"  >Gotta catch &#039;em all</option>

                    
                
                    

                    <option value="/comics/13/#content-start"  >Unmanned Aerial Vehicle</option>

                    
                
                    

                    <option value="/comics/14/#content-start"  >Eureka</option>

                    
                
                    

                    <option value="/comics/15/#content-start"  >Lies I tell my son</option>

                    
                
                    

                    <option value="/comics/16/#content-start"  >Twistedhero</option>

                    
                
                    

                    <option value="/comics/17/#content-start"  >The Romans</option>

                    
                
                    

                    <option value="/comics/18/#content-start"  >The end of sadness</option>

                    
                
                    

                    <option value="/comics/19/#content-start"  >Talibears</option>

                    
                
                    

                    <option value="/comics/20/#content-start"  >Lost</option>

                    
                
                    

                    <option value="/comics/21/#content-start"  >LOTR, Directed by George Lucas</option>

                    
                
                    

                    <option value="/comics/22/#content-start"  >Little spider</option>

                    
                
                    

                    <option value="/comics/23/#content-start"  >Invaders from space</option>

                    
                
                    

                    <option value="/comics/24/#content-start"  >Saturated fats</option>

                    
                
                    

                    <option value="/comics/25/#content-start"  >The sound of raptors</option>

                    
                
                    

                    <option value="/comics/26/#content-start"  >In the eye we trust</option>

                    
                
                    

                    <option value="/comics/27/#content-start"  >Inglorious wizards</option>

                    
                
                    

                    <option value="/comics/28/#content-start"  >OMG... It&#039;s full of chunks</option>

                    
                
                    

                    <option value="/comics/29/#content-start"  >I&#039;M THE KING OF THE WORLD!!!!11</option>

                    
                
                    

                    <option value="/comics/30/#content-start"  >Avatarcraft</option>

                    
                
                    

                    <option value="/comics/31/#content-start"  >I will DESTROY you</option>

                    
                
                    

                    <option value="/comics/32/#content-start"  >Saturated fats</option>

                    
                
                    

                    <option value="/comics/33/#content-start"  >Animalshelter</option>

                    
                
                    

                    <option value="/comics/34/#content-start"  >Baldursgate ee</option>

                    
                
                    

                    <option value="/comics/35/#content-start"  >This has to stop</option>

                    
                
                    

                    <option value="/comics/36/#content-start"  >Surfin&#039;</option>

                    
                
                    

                    <option value="/comics/37/#content-start"  >The Road</option>

                    
                
                    

                    <option value="/comics/38/#content-start" selected="selected" >Slothman</option>

                    
                
            </select>
        </span>

        <a href="/comics/38/#content-start" rel="next" class="comicnavlink comicnavlink-grayedout">
            <img src="https://comicfury.com/images/layouts/schroedinger/next-black.svg" width="31" height="50" alt="Next&gt;" />
        </a>

        <a href="/comics/#content-start" rel="index" class="comicnavlink comicnavlink-grayedout">
            <img src="https://comicfury.com/images/layouts/schroedinger/last-black.svg" width="56" height="50" alt="Latest&gt;&gt;" />
        </a>

    </div>

    

    <br />

    <div class="comic-options">
        
            <div id="comicrating">
                
                <div>
                    <a href="https://comicfury.com/ratecomic.php?id=1706800" id="ratelink" onclick="rateWindow(event, 'https://comicfury.com/ratecomic.php?id=1706800', {&quot;comicid&quot; : 1706800});" target="_blank">Rate this comic</a>
                </div>
            </div>
        

        <div id="saveplace">
            <a href="#" id="loadplace-link" onclick="loadPlace();return false;"><img src="https://comicfury.com/images/layouts/schroedinger/loadbookmark.svg" width="43" height="50" title="Load my Place" alt="Load my Place"></a>

            <a href="#" id="saveplace-link" onclick="savePlace(this,1706800);return false;"><img src="https://comicfury.com/images/layouts/schroedinger/savebookmark.svg" width="44" height="50" title="Save my Place" alt="Save my Place"></a>
        </div>
    </div>

    

    
</div>

<div id="comments"></div>





<div class="cflink"><a href="https://comicfury.com"><img src="https://comicfury.com/images/cf-diamond.png" alt="" width="225" height="150" /></a></div>



    
        <div class="box">
            <div class="postcomment" id="commentform">
                <iframe src="https://comicfury.com/leavecomment.php?id=1706800&amp;via=https%3A%2F%2Ftwistedspeedo.thecomicseries.com%2F%3Ffeed%3Drss2&amp;inlineform=1&amp;v=1781024140" style="width:100% !important;height:380px !important;border:0;display:block;" loading="lazy"></iframe>
            </div>
        </div>
    

    






    



                


                <footer class="box">

                    <div>
                        <ul>
                            <li>
                                <a href="/rss/">RSS</a>
                            </li>
                            
                                <li>
                                    <a href="https://comicfury.com/comicprofile.php?url=twistedspeedo">Comic Profile</a>
                                </li>
                            
                            <li>
                                <a href="#">Top</a>
                            </li>
                        </ul>
                    </div>

                    <div class="hostedby">
                        <span>Hosted by </span>
                        <a href="https://comicfury.com">
                            <img src="https://comicfury.com/images/gator-icon-black.png" height="22" style="height:22px; width:auto;" />
                            ComicFury
                        </a>
                    </div>

                    <div>
                        &copy; 2022 - 2026 Comic author
                    </div>

                </footer>
            </div>
            
                <form id="searchbar" method="post" action="/search/">
                    <input type="text" name="search" placeholder="Search for comics" />
                    <input type="submit" value="Search" class="submit" />
                </form>
            
        </div>
    </body>
</html>