✨ Add Grrl Power comic
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 8 Nov 2024 19:51:44 +0000 (20:51 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 8 Nov 2024 19:53:27 +0000 (20:53 +0100)
src/main/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilter.kt [new file with mode: 0644]
src/main/kotlin/net/pterodactylus/rhynodge/watchers/GrrlPowerWatcher.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilterTest.kt [new file with mode: 0644]
src/test/resources/net/pterodactylus/rhynodge/filters/comics/grrl-power.html [new file with mode: 0644]

diff --git a/src/main/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilter.kt b/src/main/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilter.kt
new file mode 100644 (file)
index 0000000..a5c0f38
--- /dev/null
@@ -0,0 +1,19 @@
+package net.pterodactylus.rhynodge.filters.comics
+
+import com.google.common.base.Optional
+import net.pterodactylus.rhynodge.filters.ComicSiteFilter
+import net.pterodactylus.rhynodge.utils.asOptional
+import org.jsoup.nodes.Document
+
+class GrrlPowerFilter : ComicSiteFilter() {
+
+       override fun extractTitle(document: Document): Optional<String> =
+               document.select("#comic img").attr("title").asOptional()
+
+       override fun extractImageUrls(document: Document) =
+               document.select("#comic img").map { it.attr("src") }
+
+       override fun extractImageComments(document: Document) =
+               emptyList<String>()
+
+}
diff --git a/src/main/kotlin/net/pterodactylus/rhynodge/watchers/GrrlPowerWatcher.kt b/src/main/kotlin/net/pterodactylus/rhynodge/watchers/GrrlPowerWatcher.kt
new file mode 100644 (file)
index 0000000..a737458
--- /dev/null
@@ -0,0 +1,13 @@
+package net.pterodactylus.rhynodge.watchers
+
+import net.pterodactylus.rhynodge.filters.HtmlFilter
+import net.pterodactylus.rhynodge.filters.comics.GrrlPowerFilter
+import net.pterodactylus.rhynodge.mergers.ComicMerger
+import net.pterodactylus.rhynodge.queries.HttpQuery
+
+@Suppress("unused")
+class GrrlPowerWatcher : DefaultWatcher(query, filters, merger)
+
+private val query = HttpQuery("https://www.grrlpowercomic.com/")
+private val filters = listOf(HtmlFilter(), GrrlPowerFilter())
+private val merger = ComicMerger()
diff --git a/src/test/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilterTest.kt b/src/test/kotlin/net/pterodactylus/rhynodge/filters/comics/GrrlPowerFilterTest.kt
new file mode 100644 (file)
index 0000000..a499293
--- /dev/null
@@ -0,0 +1,16 @@
+package net.pterodactylus.rhynodge.filters.comics
+
+import net.pterodactylus.rhynodge.states.ComicState
+import net.pterodactylus.rhynodge.states.ComicState.Strip
+
+class GrrlPowerFilterTest : ComicSiteFilterTest() {
+
+       override val filter = GrrlPowerFilter()
+       override val baseUrl = "https://www.grrlpowercomic.com/"
+       override val resource = "grrl-power.html"
+       override val expectedComics = listOf(
+               ComicState.Comic("Grrl Power #1302 – Oh, What A Feeling!")
+                       .add(Strip("https://www.grrlpowercomic.com/wp-content/uploads/2024/11/2024-11-07-GP1302.jpg", ""))
+       )
+
+}
diff --git a/src/test/resources/net/pterodactylus/rhynodge/filters/comics/grrl-power.html b/src/test/resources/net/pterodactylus/rhynodge/filters/comics/grrl-power.html
new file mode 100644 (file)
index 0000000..c745228
--- /dev/null
@@ -0,0 +1,1452 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 
+<head>
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+       <link rel="stylesheet" href="https://www.grrlpowercomic.com/wp-content/themes/grrlpower/style.css" type="text/css" media="screen" />
+       <link rel="pingback" href="https://www.grrlpowercomic.com/xmlrpc.php" />
+       <meta name="ComicPress" content="4.4" />
+       
+<script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-18167764-1']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+<!-- ==OLD BLINDFERRET HEADER== -->
+<!--<script type="text/javascript" src="//thor.blindferret.media/IQOu/jita.js?dfp=1" async defer></script> -->
+<!-- ==BLINDFERRET HEADER== -->
+
+<!-- ==BLINDFERRET HEADER== -->        
+       <!-- PLACE AFTER OPENING HEAD TAG: Header Bidding Script -->
+       <script type="text/javascript">
+       var tyche = { mode: 'tyche', config: '//config.playwire.com/1024290/v2/websites/72752/banner.json' }
+       </script>
+       <script id="tyche" src="//cdn.intergi.com/hera/tyche.js" type="text/javascript"></script>
+<!-- ==BLINDFERRET HEADER== -->
+       
+<title>Grrl Power &#8211; A webcomic about superheroines.</title>
+<meta name='robots' content='max-image-preview:large' />
+<link rel='dns-prefetch' href='//www.grrlpowercomic.com' />
+<link rel="alternate" type="application/rss+xml" title="Grrl Power &raquo; Feed" href="https://www.grrlpowercomic.com/feed/" />
+<link rel="alternate" type="application/rss+xml" title="Grrl Power &raquo; Comments Feed" href="https://www.grrlpowercomic.com/comments/feed/" />
+<script type="text/javascript">
+/* <![CDATA[ */
+window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.grrlpowercomic.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=aa92d7fed4354d2fc90a9b870a0fec5d"}};
+/*! This file is auto-generated */
+!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
+/* ]]> */
+</script>
+<style id='wp-emoji-styles-inline-css' type='text/css'>
+
+       img.wp-smiley, img.emoji {
+               display: inline !important;
+               border: none !important;
+               box-shadow: none !important;
+               height: 1em !important;
+               width: 1em !important;
+               margin: 0 0.07em !important;
+               vertical-align: -0.1em !important;
+               background: none !important;
+               padding: 0 !important;
+       }
+</style>
+<link rel='stylesheet' id='wp-block-library-css' href='https://www.grrlpowercomic.com/wp-includes/css/dist/block-library/style.min.css?ver=aa92d7fed4354d2fc90a9b870a0fec5d' type='text/css' media='all' />
+<style id='classic-theme-styles-inline-css' type='text/css'>
+/*! This file is auto-generated */
+.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
+</style>
+<style id='global-styles-inline-css' type='text/css'>
+:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
+:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
+:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
+:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
+</style>
+<link rel='stylesheet' id='comiceasel-style-css' href='https://www.grrlpowercomic.com/wp-content/plugins/comic-easel/css/comiceasel.css?ver=aa92d7fed4354d2fc90a9b870a0fec5d' type='text/css' media='all' />
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/js/ddsmoothmenu.js?ver=aa92d7fed4354d2fc90a9b870a0fec5d" id="ddsmoothmenu_js-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/js/menubar.js?ver=aa92d7fed4354d2fc90a9b870a0fec5d" id="menubar_js-js"></script>
+<link rel="https://api.w.org/" href="https://www.grrlpowercomic.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.grrlpowercomic.com/xmlrpc.php?rsd" />
+
+\r
+       <style type='text/css'>\r
+       span.spoiler {background: #5E6681; color: #5E6681;}\r
+       </style><meta name="Comic-Easel" content="1.15" />\r
+<meta name="Referrer" content="" />\r
+<!--Customizer CSS-->\r
+<style type="text/css">\r
+       #page { width: 1060px; max-width: 1060px; }\r
+       #add-width { width: 6px; }\r
+       #content-column { width: 782px; max-width: 100%; }\r
+       #sidebar-right { width: 272px; }\r
+       #sidebar-left { width: 204px; }\r
+       .comic-nav a:link, .comic-nav a:visited { color: #FFFFFF!important; }\r
+       .comic-nav a:hover { color: #F00!important; }\r
+</style>\r
+<!--/Customizer CSS-->\r
+               <style type="text/css" id="wp-custom-css">
+                       body {
+               background:#A7B7C8 url('https://www.grrlpowercomic.com/wp-content/themes/comicpress-oldgrrlpowercomic/images/page_gfx/top_gradient.png') repeat-x top right!important;
+        font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
+}
+
+#page {
+       background-color: #5e6681!important;
+       border-radius: 10px; }
+
+hr {    
+       border-style: inset;
+  border-width: 1px; }
+
+article, #comment-wrapper {
+       background-color: #d1d3df;
+       border-radius: 10px; }
+
+#header {
+       background: #acbacb;
+       padding-bottom: 10px;
+}
+
+#wp-paginav { background: #fff; }
+
+#subcontent-wrapper {
+     margin: 8px; }
+
+#content-column {
+       width: 766px; }
+
+/* TITLE BLOCK */
+
+#title_block_left {
+       float:left; 
+       margin: 0 auto;
+       }
+       
+#title_block_right {
+       float:left;
+       }
+       
+#title_block {
+       width: 940px;
+       margin: 0 auto;
+       }
+       
+.portrait_block {
+       float:left;
+       width:100px;
+       height:160px;
+       margin:11px 0px 0px 10px;
+       }
+
+#content a { color:#CC6600; }
+
+       /* Who's Who Widget */
+.comicpress_reference_widget {
+       background-color:#E7EBEF;
+       width: 240px;
+       border-radius: 5px; 
+       padding:0px 5px;
+       border:1px solid #339; 
+       margin: 10px auto;
+}
+
+
+body.home .comicpress_reference_widget, .noncomic .comicpress_reference_widget  { display:none }
+
+.comicpress_reference_widget h2 { 
+       padding-bottom:3px;
+       padding-top:6px;
+       width:95%; 
+       border-bottom:1px solid #4D5570;
+  margin-left:5px;
+       text-align: center;
+       font-size:22px;
+}
+
+.refimage { width: 253px;
+       display: inline-block;
+       float: left;
+       padding: 3px 0px; }
+
+.reftext { display:none; font-size: 11px; }
+
+.refname { display:none;
+       text-transform: capitalize;
+       font-weight: 700;
+       font-size: 14px; }
+
+.refinfo { font-size: 9px; padding:3px; color:#4D5570 }
+
+/* HTML Widgets */
+.widget_block h2 {display:none;}
+
+/* Comments */
+
+#comment-textarea { resize:vertical; 
+}
+
+textarea#comment {
+       width: 98%; }
+
+#comment-wrapper { 
+       background-color:#E7EBEF; 
+       border:1px solid #000; 
+       margin:10px 0px 0px 0px; 
+       padding:8px; }
+
+.comment  {
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px; 
+       background:none repeat scroll 0 0 #EEEEF8;
+       border-color:#5E6681 #9FBBC9 #9FBBC9 #5E6681;
+       border-style:solid;
+       border-width:1px;
+       display:block;
+       margin-top:10px;
+       padding:3px; }
+
+.comment-text { font-size: 13px; }
+
+.comment .comment {
+       border-width:1px 1px 1px 3px ;
+       /* margin:10px 0 0 10px; */ }
+
+.comment-author-admin {border-color:#C60}
+
+ol.commentlist li ul.children li.depth-2 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-3 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-4 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-5 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-6 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-7 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-8 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-9 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-10 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-11 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-12 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-13 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-14 { margin:0 0 0 5px; }
+ol.commentlist li ul.children li.depth-15 { margin:0 0 0 5px; }
+
+.post-content  {
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px; 
+       background-color:#D1D3DF;
+       border:1px solid black;
+       padding:10px; }
+
+#comment-wrapper  { 
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px; 
+       background-color:#D1D3DF; }
+
+.comment-author { float:left; margin-right:20px }
+
+ol.commentlist  {padding:10px 0;}
+
+#respond  {padding:10px 0 0;}
+
+.comment-note { width:490px }
+
+.commentslist {        -webkit-border-radius: 5px;
+               -moz-border-radius: 5px;
+               border-radius: 5px; 
+               background-color:#D1D3DF; 
+               padding:10px 0px;}
+
+.commentslist li {margin:10px}
+
+/* End Comments */
+
+/*.post-extras { display: none;} */
+
+/* Widget Stuff */
+
+/* What's all this then */
+#text-3 {
+       width: 253px;
+       text-align: center;
+  margin: 0px auto; }
+
+.single-comic #text-3 { display: none; }
+/* votebox */
+
+.votebox { background:url(https://www.grrlpowercomic.com/wp-content/uploads/2012/01/votebox-f.png) no-repeat 0 0 transparent; height:225px; width:250px }
+.votebox-ltcol { width:104px; height:131px; float:left; margin:18px 0px 0px 8px; }
+.votebox-twc { position:relative; margin:-17px 0px 0px -10px; width:90px; height:35px;  }
+.votebox-ink { position:relative; margin:5px 0px 9px 0px; width:90px; height:42px; }
+.votebox-belfry { position:relative; margin:15px 0px 9px -10px; width:90px; height:42px; }
+.votebox-twl { position:relative; margin:8px 0px 0px -10px; width:90px; height:35px; }
+.votebox-incentive { position:relative; height:132px; width:132px; border:1px solid #333399; margin:10px 0px 0px 0px; float:left; }
+.votebox-comment { position:relative; width: 244px; margin: 0px; background-color: #E7EBEF; border: 1px solid #339;
+
+-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
+
+padding: 3px; color: #4D5570; margin-top: 3px; font-size: 9px; line-height: 11px; text-align:left; }
+
+/* AD BANNERS */
+#text-7 {
+       width: 160px;
+  margin: 0px auto 10px; }
+
+#custom_html-8 {
+       width: 160px;
+  margin: 0px auto 10px; }
+
+#text-26 {
+       width: 160px;
+  margin: 0px auto 10px; }
+
+/* Footer Block */
+#text-8 {
+       border: 1px solid #000;
+    width: 720px;
+    border-radius: 5px;
+    background-color: #E7EBEF;
+    box-shadow: 5px 5px 5px rgba(67, 67, 76, 0.7);
+}
+
+/* End Widget Stuff*/
+
+/* VDSD */
+
+.vdsd-entrants-list {  font-size:11px; line-height:1.8em } 
+.vdsd-entrants-list a { text-decoration:none } 
+.vdsd-entrants-list p { display:inline; }
+
+/*.vdsd-entrants-list ul { display:inline; margin:0px; padding:0px }*/
+.vdsd-entrants-list li { 
+margin: 1px 0px;
+display:inline-block; 
+-webkit-border-radius: 5px; 
+-moz-border-radius:5px; 
+border-radius: 5px; 
+padding:1px 6px; 
+
+/* Sets Background Color */ 
+background:#E4E6F3; 
+/* Controls Background Effect with cross browser redundancy. Will still probably not work on older browsers but it's just bling, nothing will break if it doesn't work */ 
+transition:background .2s ease-in; 
+-o-transition:background .2s ease-in; 
+-ms-transition:background .2s ease-in; 
+-moz-transition:background .2s ease-in; 
+-webkit-transition:background .2s ease-in; } 
+
+
+/* Controls the fade to color */ 
+.vdsd-entrants-list li:hover { background:#BEBFE7 } 
+.vdsd-dash { display:inherit } /* change display to "none" to remove dash */ 
+.vdsd-bar  { display:inline } /* change display to "none" to remove bar */
+
+.backward_text { 
+     display: inline-block;
+    -moz-transform: scale(-1, 1); 
+    -webkit-transform: scale(-1, 1);  
+       transform: scale(-1, 1);}
+       
+#VDSD14navlist ul {
+list-style-type: disc;
+}
+
+#VDSD14navlist li {
+list-style-type: disc;
+}
+
+#VDSD14navlist a {
+padding: 3px 10px;
+-webkit-border-radius: 5px; 
+-moz-border-radius:5px; 
+border-radius: 5px; 
+}
+
+#VDSD14navlist a:link, #VDSD14navlist a:visited {
+color: #000;
+text-decoration: none;
+}
+
+#VDSD14navlist a:hover {
+color: #fff;
+background: #000;
+text-decoration: none;
+
+/* Controls Background Effect with cross browser redundancy. Will still probably not work on older browsers but it's just bling, nothing will break if it doesn't work */ 
+transition:background .5s ease-in; 
+-o-transition:background .5s ease-in; 
+-ms-transition:background .5s ease-in; 
+-moz-transition:background .5s ease-in; 
+-webkit-transition:background .5s ease-in;
+}
+
+ul#VDSD15navlist {
+margin-left: 1em;
+padding-left: 1em;
+list-style-type: disc;
+/*white-space: wrap;*/
+}
+
+#VDSD15navlist li {
+display: inline-block;
+margin-right: 1em;
+padding: 3px 10px;
+margin-bottom: 5px;
+background: #A3A6C3;
+-webkit-border-radius: 5px;
+-moz-border-radius: 5px;
+border-radius: 5px;
+
+}
+
+#VDSD15navlist a {
+padding: 1px 5px 2px 5px;
+-webkit-border-radius: 3px;
+-moz-border-radius: 3px;
+border-radius: 7px;
+}
+
+#VDSD15navlist a:link, #VDSD14navlist a:visited {
+color: #000;
+text-decoration: none;
+}
+
+#VDSD15navlist a:hover {
+color: #fff;
+background: #B54E0F;
+text-decoration: none;
+
+/* Controls Background Effect with cross browser redundancy. Will still probably not work on older browsers but it's just bling, nothing will break if it doesn't work */ 
+transition:background .5s ease-in; 
+-o-transition:background .5s ease-in; 
+-ms-transition:background .5s ease-in; 
+-moz-transition:background .5s ease-in; 
+-webkit-transition:background .5s ease-in;
+}
+       /* END VDSD */          </style>
+               </head>
+
+<body class="home blog user-guest chrome pm day fri layout-2cr scheme-boxed cnc">
+               <div id="sidebar-above-header" class="sidebar">\r
+                       <div id="execphp-5" class="widget widget_execphp">\r
+<div class="widget-content">\r
+<h2 class="widget-title">Rotate_Header</h2>\r
+                       <div class="execphpwidget"><style type="text/css">\r
+#execphp-5 h2 { display:none }<br />\r
+#title_block { \r
+width: 1060px; \r
+background:#A7B7C8; \r
+height:250px;\r
+display:block;\r
+}\r
+</style>\r
+\r
+<div id="title_block">\r
+       <a href="https://grrlpowercomic.com"><img style="margin:11px 0px 0px 0px; float:left;" border="0" src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/title_block_title.png" /></a>\r
+  <a href="https://grrlpowercomic.com/cast">\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/halo/rotate_halo.php" alt="Halo" width="100" height="160" /></div>\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/max/rotate_max.php" alt="Maxima" width="100" height="160" /></div>\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/dabbler/rotate_dabbler.php" alt="Dabbler" width="100" height="160" /></div>\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/anvil/rotate_anvil.php" alt="Anvil" width="100" height="160" /></div>\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/harem/rotate_harem.php" alt="Harem and Misc" width="100" height="160" /></div>\r
+    <div class="portrait_block"><img src="https://grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/misc/rotate_misc1.php" alt="Peggy and Misc" width="100" height="160" /></div>\r
+   </a>\r
+</div><!-- End title_block -->\r
+<!-- End title_block_shadow (for some reason there's no closing div and yet it works) -->\r
+</div>
+               </div>\r
+<div class="clear"></div>\r
+</div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+       <div id="page-wrap">
+       <div id="page">
+       <header id="header">
+                       </header>
+
+               <div id="menubar-wrapper">\r
+                       <div class="menu-container">\r
+                                                               <div class="menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-4493" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-4493"><a href="https://www.grrlpowercomic.com/" aria-current="page">Home</a></li>
+<li id="menu-item-4497" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4497"><a href="https://www.grrlpowercomic.com/about/">About</a></li>
+<li id="menu-item-4494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4494"><a href="https://www.grrlpowercomic.com/archive/">Archive</a></li>
+<li id="menu-item-4495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4495"><a href="https://www.grrlpowercomic.com/castpage/">Cast</a></li>
+<li id="menu-item-6350" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6350"><a href="https://www.facebook.com/GrrlPowerComic">Facebook</a></li>
+<li id="menu-item-6351" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6351"><a href="https://twitter.com/grrlpowercomic">Twitter</a></li>
+<li id="menu-item-6352" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6352"><a href="https://davebarrack.deviantart.com/">DeviantArt</a></li>
+<li id="menu-item-6353" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6353"><a href="https://www.grrlpowercomic.com/feed">RSS</a></li>
+</ul></div>                            <div class="menunav">\r
+                                                                                                                                                       </div>\r
+                               <div class="clear"></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+       <div id="content-wrapper">\r
+       \r
+                       \r
+       <div id="subcontent-wrapper">\r
+               <div id="content-column">\r
+                       <div id="comic-wrap" class="comic-id-7878">
+                               <div id="comic-head">
+                                               <table id="comic-nav-wrapper">
+               <tr class="comic-nav-container">
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/gp0001/" class="comic-nav-base comic-nav-first">&lsaquo;&lsaquo; First</a></td>
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1301-this-looks-like-a-job-for-the-rivera-kid/" class="comic-nav-base comic-nav-previous">&lsaquo; Prev</a></td>
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1302-oh-what-a-feeling/#comments" class="comic-nav-comments" title="Grrl Power #1302 &#8211; Oh, What A Feeling!"><span class="comic-nav-comment-count">Comments(77)</span></a></td>
+       <td class="comic-nav"><span class="comic-nav-base comic-nav-next comic-nav-void ">Next &rsaquo;</span></td>
+       <td class="comic-nav"><span class="comic-nav-base comic-nav-last comic-nav-void ">Last &rsaquo;&rsaquo;</span></td>
+               </tr>
+       </table>
+                                       </div>
+                                                               <div class="comic-table">       
+                                                                               <div id="comic">
+                                               <img src="https://www.grrlpowercomic.com/wp-content/uploads/2024/11/2024-11-07-GP1302.jpg" alt="Grrl Power #1302 &#8211; Oh, What A Feeling!" title="Grrl Power #1302 &#8211; Oh, What A Feeling!"   />                                 </div>
+                                                                       </div>                          
+                                                               <div id="comic-foot">
+                                               <table id="comic-nav-wrapper">
+               <tr class="comic-nav-container">
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/gp0001/" class="comic-nav-base comic-nav-first">&lsaquo;&lsaquo; First</a></td>
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1301-this-looks-like-a-job-for-the-rivera-kid/" class="comic-nav-base comic-nav-previous">&lsaquo; Prev</a></td>
+                       <td class="comic-nav"><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1302-oh-what-a-feeling/#comments" class="comic-nav-comments" title="Grrl Power #1302 &#8211; Oh, What A Feeling!"><span class="comic-nav-comment-count">Comments(77)</span></a></td>
+       <td class="comic-nav"><span class="comic-nav-base comic-nav-next comic-nav-void ">Next &rsaquo;</span></td>
+       <td class="comic-nav"><span class="comic-nav-base comic-nav-last comic-nav-void ">Last &rsaquo;&rsaquo;</span></td>
+               </tr>
+       </table>
+                                       </div>
+                               <div class="clear"></div>
+                       </div>
+                                       <div id="content" class="narrowcolumn">         \r
+                                                               <article id="post-7878" class="post-7878 comic type-comic status-publish has-post-thumbnail hentry tag-peggy01 chapters-main-story characters-peggy uentry postonpage-1 odd post-author-admin">\r
+       <div class="post-content">\r
+                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1302-oh-what-a-feeling/">Grrl Power #1302 &#8211; Oh, What A Feeling!</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">November 7, 2024</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">5:00 am</span>\r
+<div class="comic-post-info"><div class="comic-chapter">Chapter: <a href="https://www.grrlpowercomic.com/archives/chapter/main-story/" rel="tag">Main Story</a></div><div class="comic-characters">Characters: <a href="https://www.grrlpowercomic.com/archives/character/peggy/" rel="tag">peggy</a></div></div>                      </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       <p>Clearly the floor of that valley/canyon thing is solid stone with a dusting of sand, because if it was 10 foot deep sand, the truck would thud into a dune, maybe flip once, but more likely roll over maybe halfway then settle to a stop. Maybe unless the truck was doing 300 when it rolled, and it wasn&#8217;t. It won&#8217;t day how fast it was going, because I don&#8217;t know how fast it would have to be to flip at least 3 times. Probably a lot faster than anyone but a rally driver would be going over that sort of terrain. So let&#8217;s just say the valley is slightly downhill toward Peggy?</p>
+<p>Oh, and I admit I messed up the driver yanking on the wheel as the explosion comes through the sunroof (See? Told you it&#8217;d be relevant.) and knocks him out the door. If he&#8217;s yanking on the top of the wheel, the tires should swerve the car right. Instead I drew the car swerving left (the driver&#8217;s left, not our front-on view left). I was going to reverse the arrow, but then if I erased his hand to make it like it was on the bottom of the steering wheel, the &#8220;YANK&#8221; wouldn&#8217;t make sense unless I drew an X-ray shot of the lower part of the steering wheel. So instead I&#8217;m just going to say he yanked it hard over so suddenly, that sand actually slammed up on the inside of the&#8230; in this case, driver&#8217;s side wheel, since the steering setup is reversed in that truck, and that caused the truck to kip-up, or whatever it&#8217;s called when vehicles&#8230; trip. That could happen, right?</p>
+<p>The title of the page is not a reference to dancing on the ceiling, BTW. It is a good song though. Very 80&#8217;s.</p>
+<p>I know the vote incentive is stale. Things have slowed down but they&#8217;re not back to normal and won&#8217;t be until we figure out what to do with my mom&#8217;s living situation and the house. The current one is, if I do say so, one of the better incentive images I&#8217;ve done in a while, so if anything going to go stale, that&#8217;s not the worst choice. But I am trying to get back to (nearly) monthly updates. Previously when I was at my folks&#8217; place, I couldn&#8217;t work on them because I was situated in the kitchen (they have a marble topped kitchen island the size of a Cadillac,) so that I&#8217;d be able to hear if someone needed help with something, but now I&#8217;ve moved into my dad&#8217;s office and have enough privacy to draw bewbs. I might try something a little different for the next one. I was thinking about a 1-2 panel per page comic that has sexy shenanigans that I would try and put out a little faster than (kind of) monthly, with simpler art than the usual highly rendered vote incentive stuff, along with the occasional splash image that&#8217;s better? I don&#8217;t know, I might experiment with that.</p>
+<hr />
+<p><a href="https://amzn.to/3AbD7Fa" target="_blank" rel="noopener"><img decoding="async" class="alignleft wp-image-7879 size-full" src="https://www.grrlpowercomic.com/wp-content/uploads/2024/11/VWB-AB-01.jpg" alt="Vixen War Bride Audiobook 01 Cover thumbnail" width="120" height="120" /></a>One of my favorite xenoanthropological series now has an audiobook! Just the first book, but the author is the very definition of indie AFAIK, so other audiobooks will follow only if this one can pay for itself. It&#8217;s the <a href="https://amzn.to/3AbD7Fa" target="_blank" rel="noopener">Vixen War Bride</a>! My only gripe with it is the narrator read almost every single alien name with a different pronunciation than I did in my head. hes-TAY-en? HES-tee-en, surely? I actually don&#8217;t know which character he&#8217;s talking about until I consciously &#8220;translate&#8221; what he said in my head, or he says the name 2 or 3 times in a short span of time. Not to say it&#8217;s poorly done, they&#8217;re alien names after all, it&#8217;s just a little surprising that we only had like a 15% match on alien proper noun pronunciation.</p>
+<hr />
+<p>P.S., No politics talk today, please. I&#8217;m really depressed and I just can&#8217;t deal with it. I thought my lack of faith in humanity stat was maxed, but apparently there&#8217;s no actual limit. Seriously, everyone armchair about truck flipping physics or whatever.</p>
+<hr />
+<p><a href="https://www.topwebcomics.com/vote/11940" target="_blank" rel="noopener"><img decoding="async" class="alignleft wp-image-7775 size-full" src="https://www.grrlpowercomic.com/wp-content/uploads/2024/09/2024-09-Dabbler-Beach-99-t.jpg" alt="" width="130" height="130" /></a></p>
+<p>The new <a href="https://www.topwebcomics.com/vote/11940" target="_blank" rel="noopener">vote incentive</a> is up!</p>
+<p>Dabbler went somewhere tropical, in a very small bikini. As you might guess, it doesn’t stay on for long, which of course, you can see over at <a href="https://www.patreon.com/posts/dabbler-nsfw-111250015" target="_blank" rel="noopener">Patreon</a>. Also she has an incident with “lotion,” and there’s a bonus comic page as well.</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<hr />
+<p><a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1302-oh-what-a-feeling/" target="_blank" rel="noopener">Double res version</a> will be posted over at <a href="https://www.patreon.com/davebarrack" target="_blank" rel="noopener noreferrer">Patreon</a>. Feel free to contribute as much as you like.</p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags">&#9492; Tags:&nbsp;<a href="https://www.grrlpowercomic.com/archives/tag/peggy01/" rel="tag">peggy01</a><br /></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/comic/grrl-power-1302-oh-what-a-feeling/#comments"><span class="comment-balloon">77</span> Comments</a>                        </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                       </div>\r
+</article>\r
+<div id="blogheader"></div><article id="post-6273" class="post-6273 post type-post status-publish format-standard hentry category-blog uentry postonpage-2 even post-author-admin">\r
+       <div class="post-content">\r
+                                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/6273/">Tamer: Enhancer 2</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">January 27, 2022</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">4:58 am</span>\r
+<div class="post-cat">Posted In: <a href="https://www.grrlpowercomic.com/archives/category/blog/" rel="category tag">Blog</a></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       
+<p>I wrote another book!</p>
+
+
+
+<p><img fetchpriority="high" decoding="async" width="650" height="1039" class="wp-image-6274" style="width: 650px;" src="https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K.jpg" alt="" srcset="https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K.jpg 1251w, https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K-188x300.jpg 188w, https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K-641x1024.jpg 641w, https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K-150x240.jpg 150w, https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K-768x1228.jpg 768w, https://www.grrlpowercomic.com/wp-content/uploads/2022/01/TamerEnhancer02-2K-961x1536.jpg 961w" sizes="(max-width: 650px) 100vw, 650px" /></p>
+
+
+
+<p>Have a sequel! Wow, almost two years to the day since the first book. Well, still faster than some of the pros, eh? This book is a bit longer, at 210K words. The first book was right around 120K for comparison. </p>
+
+
+
+<p>I wanted to do more with the cover, but I&#8217;m not going to hold the book hostage because I didn&#8217;t get a chance to hide Yxlyn on the cover yet. (Yeah, like 3 people noticed her on the other cover.)</p>
+
+
+
+<p>Please let me know what you think! I’m amenable to all constructive feedback and abject praise. Feel free to leave comments here, but please be mindful of spoilers if you do. You can also email me at grrlpowercomic@gmail, which is also probably the best way to let me know about typos. I&#8217;ll eventually release updated versions once typo feedback slows and I&#8217;m sure most everything&#8217;s been found. </p>
+
+
+
+<p><span style="text-decoration: underline;"><strong>Download your format of choice here:</strong></span></p>
+
+
+
+<ul class="wp-block-list"><li><a href="https://www.dropbox.com/s/8ehspwctnazcxlv/Tamer%20Enhancer%202.epub?dl=0"></a><a href="https://www.dropbox.com/s/0182suriz3luvyh/Tamer Enhancer 2.mobi?dl=1">Tamer Enhancer 2 &#8211; mobi Format</a> for Kindles</li><li><a href="https://www.dropbox.com/s/8ehspwctnazcxlv/Tamer Enhancer 2.epub?dl=1">Tamer Enhancer 2 &#8211; ePub Format</a> for not Kindles</li><li><a href="https://www.dropbox.com/s/akx89h1zpqifxl7/Tamer Enhancer 2.pdf?dl=1">Tamer Enhancer 2 &#8211; PDF Format</a> for&#8230; other? For some reason Scrivener doesn&#8217;t include the cover in pdf format just FYI.</li></ul>
+
+
+
+<p>Here&#8217;s <a href="https://www.grrlpowercomic.com/archives/5123/" target="_blank" rel="noreferrer noopener">a quick link to Book 1</a> since I&#8217;m sure some people will ask. </p>
+
+
+
+<p><a rel="noreferrer noopener" href="https://michaelscottearle.com/collections/tamer-kod" target="_blank">Tamer: King of Dinosaurs is by Michael-Scott Earle</a>. I’ve linked it several times in the past. The first book is free if you’ve never checked it out, but you don’t need to be familiar with Tamer to read my story. But it&#8217;s still free and it&#8217;s good&#8230; so&#8230; get it.</p>
+
+
+
+<p>Obviously, “Tamer: King of Dinosaurs” is Michael-Scott Earle’s IP and my fan work is by a fan for fans, and certainly not intended to infringe in any way.</p>
+
+
+
+<hr class="wp-block-separator is-style-wide"/>
+
+
+
+<p class="has-small-font-size">For those of you unsure of how to get a .mobi file onto your Kindle or Kindle app on your phone/ipad, the easiest way is to download it, then email it to your kindle email. You can find this on Amazon, under “Your Contents and Devices” you’ll see a list of books you’ve bought through Amazon. Click on “Devices” up at the top and you’ll see a list of kindles and phones etc that have the kindle app installed. Click on the box with the “…” next to each device and you’ll see an email address for it. Just email that address with the .mobi attachment.<br><br>Alternatively, I’m sure you could transfer it with dropbox or google drive or whatever poison you use.</p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags"></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/6273/#comments"><span class="comment-balloon">147</span> Comments</a>                  </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                               <div class="clear"></div>\r
+       </div>\r
+       <div class="clear"></div>\r
+</article>\r
+<article id="post-6188" class="post-6188 post type-post status-publish format-standard hentry category-blog uentry postonpage-3 odd post-author-admin">\r
+       <div class="post-content">\r
+                                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/6188/">December Vote Incentive Posted</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">December 6, 2021</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">3:52 pm</span>\r
+<div class="post-cat">Posted In: <a href="https://www.grrlpowercomic.com/archives/category/blog/" rel="category tag">Blog</a></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       
+<div class="wp-block-image"><figure class="alignleft size-full"><img decoding="async" width="130" height="130" src="https://www.grrlpowercomic.com/wp-content/uploads/2021/12/pixel-lana-t.jpg" alt="" class="wp-image-6187"/></figure></div>
+
+
+
+<p>This month&#8217;s <a href="http://topwebcomics.com/vote/11940" target="_blank" rel="noreferrer noopener">vote incentive</a> guest stars Lana of <a href="http://spyingwithlana.com/" target="_blank" rel="noreferrer noopener">Spying with Lana</a>. One of my own secret agents, Pixel, is trying to assist, with various levels of success and&#8230; nudity. Well, in the Patreon versions. The Vote Incentive will give you a pretty good idea of what might go down.</p>
+
+
+
+<p>Check out <a rel="noreferrer noopener" href="http://spyingwithlana.com/" target="_blank">Spying with Lana</a>. Their current vote incentive features a certain gold-plated glamazon. Also it&#8217;s a funny comic with tons of skin.</p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags"></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/6188/#comments"><span class="comment-balloon">31</span> Comments</a>                   </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                               <div class="clear"></div>\r
+       </div>\r
+       <div class="clear"></div>\r
+</article>\r
+<article id="post-6136" class="post-6136 post type-post status-publish format-standard hentry category-blog tag-dabbler01 tag-halo03 tag-hiro01 tag-max02 uentry postonpage-4 even post-author-admin">\r
+       <div class="post-content">\r
+                                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/6136/">November Vote Incentive Posted</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">November 5, 2021</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">9:10 am</span>\r
+<div class="post-cat">Posted In: <a href="https://www.grrlpowercomic.com/archives/category/blog/" rel="category tag">Blog</a></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       
+<p></p>
+
+
+
+<div class="wp-block-image"><figure class="alignleft size-full"><a href="http://topwebcomics.com/vote/11940" target="_blank" rel="noopener"><img decoding="async" width="130" height="130" src="https://www.grrlpowercomic.com/wp-content/uploads/2021/11/2021-11-vallejo-t2.jpg" alt="" class="wp-image-6137"/></a></figure></div>
+
+
+
+<p>I thought I would make a separate post for this.</p>
+
+
+
+<p>The <a href="http://topwebcomics.com/vote/11940" target="_blank" rel="noreferrer noopener">vote incentive</a> is updated! I started drawing this and honestly had the thought that I might shelve it so I could use this for a plotline setup in the comic itself. The Vallejo Glamor, not the Nude version, obviously. And while I reserve the right to do it at some point in the future, the one thing I learned from drawing this is that those tiny bikinis take a lot more effort than you might think. Sure, in the comic, the art wouldn&#8217;t be nearly so fiddly and intricate, but Sydney&#8217;s &#8220;Coin Mail&#8221; is right out, and I can also foresee Maxima&#8217;s &#8220;Drizzled Metal&#8221; bikini just wildly morphing from page to page, not because it&#8217;s supposed to me like a clingy T-1000, but because I just think I remember how it looks and don&#8217;t bother checking and 5 pages later it looks suspiciously like Princess Leia&#8217;s slave bikini.&nbsp;</p>
+
+
+
+<p>Though I will say the TOS Star Trek cloudy pastel backgrounds are a little easier to draw than perspective correct interiors.&nbsp;</p>
+
+
+
+<p>Nude and textless versions over at <a href="https://www.patreon.com/posts/boris-vallejo-58336258" target="_blank" rel="noreferrer noopener">Patreon</a>.</p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags">&#9492; Tags:&nbsp;<a href="https://www.grrlpowercomic.com/archives/tag/dabbler01/" rel="tag">dabbler01</a>, <a href="https://www.grrlpowercomic.com/archives/tag/halo03/" rel="tag">halo03</a>, <a href="https://www.grrlpowercomic.com/archives/tag/hiro01/" rel="tag">hiro01</a>, <a href="https://www.grrlpowercomic.com/archives/tag/max02/" rel="tag">max02</a><br /></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/6136/#comments"><span class="comment-balloon">49</span> Comments</a>                   </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                               <div class="clear"></div>\r
+       </div>\r
+       <div class="clear"></div>\r
+</article>\r
+<article id="post-5856" class="post-5856 post type-post status-publish format-standard hentry category-blog tag-books uentry postonpage-5 odd post-author-admin">\r
+       <div class="post-content">\r
+                                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/5856/">Some more book recommendations</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">May 16, 2021</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">10:27 am</span>\r
+<div class="post-cat">Posted In: <a href="https://www.grrlpowercomic.com/archives/category/blog/" rel="category tag">Blog</a></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       
+<div class="wp-block-image"><figure class="alignleft is-resized"><img loading="lazy" decoding="async" src="https://m.media-amazon.com/images/I/517NoXhK01L.jpg" alt="" width="141" height="202"/></figure></div>
+
+
+
+<p><strong><a href="https://amzn.to/3yh0WWe" target="_blank" rel="noreferrer noopener">An Orc at College</a></strong></p>
+
+
+
+<p>I&#8217;ve recommended this Liam Lawson series before. I love me some good xenoanthropology, and my favorite thing about this series is the &#8220;fish out of water&#8221;/&#8221;Tarzan in New York&#8221; bits where the Orc main character has to figure out all the weird cultural stuff humans (and other races) do. </p>
+
+
+
+<p>Well, <a rel="noreferrer noopener" href="https://amzn.to/3tIIq5k" target="_blank">Book 8 is out</a>, Trorm&#8217;s family is coming to visit, and the xenoanthropology spills out onto the front lawn in the form of fistfights and flaming maces, much to the horror of the hand-wringing and probably slightly racist HOA. Mmm mmm! Good stuff!</p>
+
+
+
+<p><span style="color:#d1d3df" class="has-inline-color">.</span></p>
+
+
+
+<hr class="wp-block-separator"/>
+
+
+
+<div class="wp-block-image"><figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" src="https://www.grrlpowercomic.com/wp-content/uploads/2021/05/image.png" alt="" class="wp-image-5860" width="142" height="226" srcset="https://www.grrlpowercomic.com/wp-content/uploads/2021/05/image.png 314w, https://www.grrlpowercomic.com/wp-content/uploads/2021/05/image-188x300.png 188w, https://www.grrlpowercomic.com/wp-content/uploads/2021/05/image-150x239.png 150w" sizes="(max-width: 142px) 100vw, 142px" /></figure></div>
+
+
+
+<p><strong><a href="https://amzn.to/2SSbz1z" target="_blank" rel="noreferrer noopener">Entangled Fates</a></strong></p>
+
+
+
+<p>A near future, proto-cyberpunk novel. As in, the main character is, through circumstances beyond his control, the first guy with a quantum linked AI in his brain. It&#8217;s kind of like he&#8217;s got &#8220;The Machine&#8221; from Person of Interest riding shotgun, only instead of being an enigmatic and vaguely creepy superintelligence, his machine decides it likes the human experience and adopts very anthropomorphic (feminine) qualities right off the bat. Corporations, governments, and organized crime antagonize, and eventually a bunch of ex-military female bodyguards are hired because they blend in better than burly dudes in suits and sunglasses. Yes, it&#8217;s a (slow burn) harem, obviously.</p>
+
+
+
+<p><span style="color:#d1d3df" class="has-inline-color">.</span></p>
+
+
+
+<p><span style="color:#d1d3df" class="has-inline-color">.</span></p>
+
+
+
+<hr class="wp-block-separator"/>
+
+
+
+<div class="wp-block-image"><figure class="alignleft is-resized"><img loading="lazy" decoding="async" src="https://images-na.ssl-images-amazon.com/images/I/51SxF7vyuqL.jpg" alt="" width="134" height="190"/></figure></div>
+
+
+
+<p><a rel="noreferrer noopener" href="https://amzn.to/3uNM7Iq" target="_blank"><strong>Savage Ascension</strong></a></p>
+
+
+
+<p>There&#8217;s a lot of stories like this one, i.e., displaced hero makes good and grows his household and gets his revenge, partially by living well, but mostly with head chopping. I&#8217;m recommending this one because from among the similar books I&#8217;ve read recently, I thought this one stood out. I immediately bought the second book when I finished the first, which is a pretty good gauge of a series I think. I have a lot of orphaned Book #1&#8217;s in my library. This one is like, Isekai-lite. Instead of being from another world, the MC is a &#8220;Savage&#8221; from the north, forcibly taken to the &#8220;civilized&#8221; city where he proves that being a skilled hunter is advantageous in slave arena battles. So, it&#8217;s kind of a bummer at first, but then he finds out that if he wins, he gets to pick a wife from an assembly of female combatants, and the ruling class here has a way to combat a blight of infertility sweeping the land, so the MC is like, &#8220;I guess I&#8217;ll pick up a wife or two before I get my revenge on everyone.&#8221; So, yeah. As books of this nature go, I thought it was one of the better ones.</p>
+
+
+
+<hr class="wp-block-separator"/>
+
+
+
+<div class="wp-block-image"><figure class="alignleft is-resized"><img loading="lazy" decoding="async" src="https://m.media-amazon.com/images/I/51p-qaYLuvL.jpg" alt="The Lost Fleet: Dauntless by [Jack Campbell]" width="143" height="229"/></figure></div>
+
+
+
+<p><strong><a href="https://amzn.to/3uPhWAO" target="_blank" rel="noreferrer noopener">The Lost Fleet</a></strong></p>
+
+
+
+<p>This series is a little different from most of my recommendations. It&#8217;s more akin to the early Honor Harrington books, which I quite liked, for their technical fleet battles. (I&#8217;m as surprised as anyone I enjoy that stuff.)</p>
+
+
+
+<p>The hook of this series is; Guy wakes up from 100 years in cryosleep to discover 1) The war he was fighting is still going on, 2) Everyone thinks he&#8217;s some mythical super-tactician cause he fought in a famous, desperate battle before jumping in his pod. 3) He kind of is, because now, after 100 years of constant war, so many people have died that advanced fleet tactics have been lost as the war chewed up all the old captains and admirals, and most warfare has devolved into &#8220;charge forward and hit them harder than they hit you.&#8221;</p>
+
+
+
+<p>Something I like about this series is that it recognizes that space is stupidly huge, and when a ship that is 10 light minutes away from you does something, it takes ten minutes for you to know about it. Fleet battles held at .1 lightspeed still take hours and hours when fleets start off in distances measured in AU&#8217;s. </p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags">&#9492; Tags:&nbsp;<a href="https://www.grrlpowercomic.com/archives/tag/books/" rel="tag">books</a><br /></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/5856/#comments"><span class="comment-balloon">70</span> Comments</a>                   </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                               <div class="clear"></div>\r
+       </div>\r
+       <div class="clear"></div>\r
+</article>\r
+<article id="post-5329" class="post-5329 post type-post status-publish format-standard hentry category-blog tag-books uentry postonpage-6 even post-author-admin">\r
+       <div class="post-content">\r
+                                               <div class="post-info">\r
+                       <h2 class="post-title"><a href="https://www.grrlpowercomic.com/archives/5329/">Some Book Recommendations</a></h2>\r
+                       <div class="post-text">\r
+                               <span class="post-author">by <a href="https://www.grrlpowercomic.com/archives/author/admin/" rel="author">DaveB</a></span>\r
+<span class="posted-on">on&nbsp;</span><span class="post-date">May 24, 2020</span>\r
+<span class="posted-at">at&nbsp;</span><span class="post-time">11:45 pm</span>\r
+<div class="post-cat">Posted In: <a href="https://www.grrlpowercomic.com/archives/category/blog/" rel="category tag">Blog</a></div>\r
+                       </div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="clear"></div>\r
+               <div class="entry">\r
+                       
+<p>So I found some books that I really enjoyed, and I thought I&#8217;d make a separate post about them. It&#8217;s actually two series, both by the same author, Daniel Schinhofen.</p>
+
+
+
+<p>The first thing I will tell you is, don&#8217;t worry about the covers. He&#8217;s kind of famous for having bad covers. The cover from Apocalypse Gates looks like a flat lit Doom 1 level. </p>
+
+
+
+<p>Anyway.</p>
+
+
+
+<p>The series I really liked is <a rel="noreferrer noopener" href="https://amzn.to/2LRns0V" target="_blank">Binding Words</a>, the first book of which is Morrigan&#8217;s Bidding. One of the things I liked about it was the book is very good at laying out the rules of the world the MC finds himself in. This might seem like a minor point, but the rules of this world are quite important, and some books don&#8217;t do a great job with set up. I will admit, I also like the fact that the MC is kind of OP, even though (and I don&#8217;t want to spoil anything) there&#8217;s not a lot of action in the first book. I&#8217;m sure some of you are like &#8220;How is he OP if he&#8217;s not kicking ass?&#8221; Ah, see? You gotta read it to find out.</p>
+
+
+
+<p>One caveat &#8211; you guys know that I like the slice of life stuff, right? I mean, if you&#8217;ve been reading Grrl Power, you&#8217;ve probably figured that out. That said, by the time I got to the third book in Binding Words though, <em>even I</em> was like &#8220;I don&#8217;t <em>really</em> need to know what they eat for <em>every single meal</em>. It&#8217;s okay to skip ahead a few days.&#8221; But don&#8217;t let that dissuade you from checking out this series. I&#8217;m definitely snapping up the next book when it comes out. </p>
+
+
+
+<p> After finishing all the released Binding Words books, I jumped straight over to a new series he&#8217;s working on called <a rel="noreferrer noopener" href="https://amzn.to/3d08xgD" target="_blank">Aether&#8217;s Blessing</a>. Or&#8230; the series is Aether&#8217;s Revival. Book 1 is Aether&#8217;s Blessing. It&#8217;s fairly different from Binding Words (though there is at least one common theme)</p>
+
+
+
+<p>Some of you may be familiar with his other series, Apocalypse Gates and Alpha World. I have tried to read Alpha World on numerous occasions, and I can&#8217;t get into it. It&#8217;s not because the writing is bad, but I just <em>cannot</em> get into books that are set in video games. I just can&#8217;t bring myself to care about what happens, because no matter how it&#8217;s set up, whether it&#8217;s VR, or the character&#8217;s brain is trapped in the game or whatever, there just aren&#8217;t any stakes for me. If a horde of demi-liches are about to sweep the last bastion of humanity, I can&#8217;t help thinking, &#8220;Yeah, but what happens if some developer patches the game and now all the liches are covered in Mt. Dew branding like a NASCAR driver, or are accidentally flagged as neutral?&#8221; or &#8220;What if a janitor trips over the power cord to the server?&#8221; And also, what if the main character does defeat the horde of demi-liches? Do they just respawn the moment he turns his back so other players can take them on, thereby lowering the stakes even further? It&#8217;s a bad set up for a book. If an author wants to put game like stats in his novel, then just have the character wear some sort of contact lense that scans everyone&#8217;s strength levels, or make it a spell, or have aliens rip out everyone&#8217;s eyeballs and replace them with cyber eyes that give them special skills and make them duke it out on a planet full of dinosaurs. It&#8217;s just lazy writing IMO to make it a video game.</p>
+
+
+
+<p>I&#8217;ll probably try again to read further into Alpha World, and maybe I&#8217;ll get to a point where I can ignore all the game stuff, because I really liked the two series I recommended above, but man, it&#8217;s tough. &#8220;Oh, he finally met a girl that&#8217;s probably going to be a love interest&#8230; but has he? Or has he met a lookup table with some clever dialog trees?&#8221;</p>
+
+
+
+<p>Anyway. I liked his other books and maybe you will too.</p>
+                       <div class="clear"></div>\r
+               </div>\r
+               <div class="post-extras">\r
+                       <div class="post-tags">&#9492; Tags:&nbsp;<a href="https://www.grrlpowercomic.com/archives/tag/books/" rel="tag">books</a><br /></div>\r
+                       <div class="comment-link">\r
+                               <a href="https://www.grrlpowercomic.com/archives/5329/#comments"><span class="comment-balloon">120</span> Comments</a>                  </div>\r
+                                               <div class="clear"></div>\r
+               </div>\r
+                               <div class="clear"></div>\r
+       </div>\r
+       <div class="clear"></div>\r
+</article>\r
+<div id="wp-paginav"><div id="paginav"><ul>
+<li class="paginav-pages">Page 1 of 14</li><li class="paginav-current">1</li><li><a href="https://www.grrlpowercomic.com/page/2/" title="2">2</a></li><li><a href="https://www.grrlpowercomic.com/page/3/" title="3">3</a></li><li><a href="https://www.grrlpowercomic.com/page/4/" title="4">4</a></li><li><a href="https://www.grrlpowercomic.com/page/5/" title="5">5</a></li><li class="paginav-next">\r
+<a href="https://www.grrlpowercomic.com/page/2/" >&raquo;</a>\r
+</li>\r
+<li><a href="https://www.grrlpowercomic.com/page/14/" title="Last &raquo;">Last &raquo;</a></li></ul></div><div class="pagejumper-wrap"><form id="pagejumper" action="" method="get"><input type="text" size="2" name="paged" id="paged" /><input type="submit" value="Go" /></form></div><div class="clear"></div></div>
+                                                               </div>\r
+               </div>\r
+<div id="sidebar-right">\r
+    <div class="sidebar">\r
+        <div id="text-3" class="widget widget_text">\r
+<div class="widget-content">\r
+                       <div class="textwidget"><div style="background-color:#E7EBEF; border:1px solid #339; -webkit-border-radius: 5px; -moz-border-radius: 5px;  border-radius: 5px; padding:6px; color:#4D5570; margin-bottom:8px; font-size:11px">\r
+<h2 style="margin-bottom:5px; color:#000; padding-bottom:3px; width:95%; border-bottom:1px solid #4D5570; margin-left:5px ">What's all this then?</h2>\r
+Grrl Power is a comic about a crazy nerdette that becomes a superheroine. Humor, action, cheesecake, beefcake, 'splosions, and maybe some drama. Possibly ninjas. <br />\r
+<hr style="width:80%;color:#4D5570">\r
+\r
+Updates Mondays and Thursdays. \r
+<br />\r
+<hr style="width:80%;color:#4D5570">\r
+\r
+Rated PG-13 for violence and gratuitous cheesecake (and beefcake)<br />\r
+Rated R for language. Seriously, Sydney has a filthy mouth.\r
+</div></div>
+               </div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="comicpress_reference_widget-4" class="widget comicpress_reference_widget">\r
+<div class="widget-content">\r
+<h2 class="widget-title">Who&#8217;s Who?</h2>\r
+</div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="block-2" class="widget widget_block">\r
+<div class="widget-content">\r
+
+<h2 class="wp-block-heading" id="votebox">Votebox</h2>
+</div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="block-3" class="widget widget_block">\r
+<div class="widget-content">\r
+<p></p>\r
+<p></p><center><p></p>\r
+<style type="text/css">\r
+#custom_html-4 h2 { display:none }<br />\r
+#block-2 h2 { display:none }<br />\r
+</style>\r
+<div class="votebox">\r
+<div class="votebox-ltcol">\r
+<div class="votebox-twc">\r
+       <a target="_blank" href="https://www.topwebcomics.com/vote/11940" title="Vote for Grrl Power on TopWebComics!"><br>\r
+               <img decoding="async" src="https://www.topwebcomics.com/rankimages/rankimage.aspx?ImageTemplate=dynamiclink1&amp;SiteID=11940" border="0"><br>\r
+        </a>\r
+  </div>\r
+<div class="votebox-twl">\r
+       <a target="_blank" href="http://www.thewebcomiclist.com/p/18246/Grrl-Power"><br>\r
+               <img loading="lazy" decoding="async" src="https://www.grrlpowercomic.com/wp-content/uploads/2020/10/twl-button2.gif" alt="The Webcomic List" width="88" height="31" border="0" style="border:1px solid #000000; margin:0px 0px 10px;"><br>\r
+        </a>\r
+               </div>\r
+<div class="votebox-belfry">\r
+       <a href="https://belfrycomics.net/ent/17847" target="_new"><img decoding="async" src="https://www.grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/belfry.jpg" border="0" style="border:1px solid #000000; margin:15px 0px 10px;"></a>\r
+    </div>\r
+<p></p>\r
+</div>\r
+<div class="votebox-incentive">\r
+       <a target="_blank" href="https://www.topwebcomics.com/vote/11940"><img loading="lazy" decoding="async" border="0" src="https://www.grrlpowercomic.com/wp-content/uploads/2024/09/2024-09-Dabbler-Beach-99-t.jpg" width="130" height="130"></a>\r
+        </div>\r
+<div style="clear:both"></div>\r
+<div class="votebox-comment">\r
+               <span style="text-align:right"><strong>The new vote incentive is posted!</strong></span><br>\r
+<!--<a style="color:#900" href="https://www.grrlpowercomic.com/archives/2477" target="_blank">Comment on it here</a>.--><p></p>\r
+<p>        If you enjoy the comic, share it and/or throw me a vote and maybe someone else who will enjoy the comic will find their way here. Thanks!\r
+    </p>\r
+</div>\r
+</div>\r
+<p></p></center><p></p></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-13" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Blind Ferret New 160&#215;600</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+#custom_html-13 h2 { display:none }\r
+</style>\r
+\r
+<div data-pw-desk="sky_atf"></div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-14" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Blind Ferret New 2 160&#215;600</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+#custom_html-14 h2 { display:none }\r
+</style>\r
+\r
+<div data-pw-desk="sky_btf"></div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-3" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Support</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+#custom_html-3 h2 { display:none }\r
+.support_widget { width:245px; background-color:#E7EBEF; border:1px solid #000; margin:0px auto; height:512px; font-family:"Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif; color:#595F6C; font-size:10px; padding:4px; text-align:left}\r
+.support_widget p {margin:0px; padding:0px; text-align:left; line-height:1.4em}\r
+/* a img { margin:4px 0 0 6px} */\r
+hr.style-one {\r
+    border: 0;\r
+    height: 1px;\r
+    background: #333;\r
+    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); \r
+}\r
+</style>\r
+\r
+<div class="support_widget round5">\r
+<img src="https://www.grrlpowercomic.com/wp-content/themes/grrlpower/images/support/endorsements/rotate_endorsements.php" width="243" height="247" style="height:247px; width:243px; "> \r
+<hr class="style-one">\r
+<a href="https://www.patreon.com/davebarrack" target="_blank" rel="noopener"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2014/10/patreon-small.png" width="108" height="25"></a>\r
+<p>Patreon is like Kickstarter for microtransactions - That is, giving ongoing support (the most delicious kind) to independent artists you enjoy. </p>\r
+<hr class="style-one">\r
+<div style="float:left; margin:0px 10px 0 0">\r
+<a href="https://www.amazon.com/?tag=grrpow-20" target="_blank" rel="noopener"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2017/09/amazon-small-us.png" width="108" height="27"></a><br>\r
+<a href="https://www.amazon.ca/?tag=grrlpower03-20" target="_blank" rel="noopener"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2017/09/amazon-small-ca.png" width="108" height="27"></a><br>\r
+<a href="https://www.amazon.co.uk/?tag=grrlpower-21" target="_blank" rel="noopener"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2017/09/amazon-small-uk.png" width="108" height="27"></a>\r
+       </div>\r
+<div style="margin:15px 0 0 0"><p>Shopping through the Amazon link doesn't cost you anything extra and I get a small % of each sale for the referral.</p></div>\r
+<div style="clear:both"></div>\r
+\r
+<hr class="style-one">\r
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="margin: 8px 0 0 6px">\r
+<input type="hidden" name="cmd" value="_s-xclick">\r
+<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHHgYJKoZIhvcNAQcEoIIHDzCCBwsCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYCZoaYMApJaVDXb/BZRLU4llgK7dkZTTh96z6omXrDAJqTjuIYMQ6Qng+0GOvzSxyY/2StkiW1NTaqPkUsaTd8iqv7KsxrrRbZ6Kr5MgtbtZDwLm3189Wjn8900fPNgU1kMQDD0Nn1bvcZ/1tF5shcZA+UFTNcdTyV/XzPHTuqKDzELMAkGBSsOAwIaBQAwgZsGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIwM5aYUC1X32AeEcGisTzJnAPE4IwPq/zxZMDRvTmjKC27W81VvzXhGTHtWmkSpIYl1Bd3i4OClKo1blEbu4HIOX7Fo+w1IFSVXTPO45AMdXmGwSvUuUwPFAcOPebSH48yCbYfP1APAo/lss8HNfJdqipU4QQzoDQBDvaoYDDsCnGhKCCA4cwggODMIIC7KADAgECAgEAMA0GCSqGSIb3DQEBBQUAMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTAeFw0wNDAyMTMxMDEzMTVaFw0zNTAyMTMxMDEzMTVaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwUdO3fxEzEtcnI7ZKZL412XvZPugoni7i7D7prCe0AtaHTc97CYgm7NsAtJyxNLixmhLV8pyIEaiHXWAh8fPKW+R017+EmXrr9EaquPmsVvTywAAE1PMNOKqo2kl4Gxiz9zZqIajOm1fZGWcGS0f5JQ2kBqNbvbg2/Za+GJ/qwUCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUlp98u8ZvF71ZP1LXChvsENZklGswgbsGA1UdIwSBszCBsIAUlp98u8ZvF71ZP1LXChvsENZklGuhgZSkgZEwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAgV86VpqAWuXvX6Oro4qJ1tYVIT5DgWpE692Ag422H7yRIr/9j/iKG4Thia/Oflx4TdL+IFJBAyPK9v6zZNZtBgPBynXb048hsP16l2vi0k5Q2JKiPDsEfBhGI+HnxLXEaUWAcVfCsQFvd2A1sxRr67ip5y2wwBelUecP3AjJ+YcxggGaMIIBlgIBATCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE0MTAxOTE4NDA1MlowIwYJKoZIhvcNAQkEMRYEFONBGXPKB/KTJ3HyTL3EOPpPN5Y1MA0GCSqGSIb3DQEBAQUABIGAl0r/9/0Oy4mkh1GeUyCk8g+zaOv+we234d05FGRxTKPXAYZSl54A+rTCOXSOPa1hH4nUjldbw6IVZ60JlKOPn01uh92+NlUk1BSCHeoJxZHG1GXmAT2dLLpbvSW8ZmjqpYu9jUvgwcBYCPV8znOSDY2TtM3tchGZL1rmMyTxTbI=-----END PKCS7-----\r
+">\r
+<input type="image" \r
+style="margin:0 0 0 -5px" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/images/paypal-small.png" border="0" width="108" height="27" name="submit" alt="PayPal - The safer, easier way to pay online!">\r
+<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">\r
+</form>\r
+<p>The good ‘ol Paypal tip jar, good for hit and run donations.</p>\r
+\r
+</div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-6" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Amazon Widget</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+.amazon_widget { width:150px; background-color:#E7EBEF; border:1px solid #000; margin:0px auto; padding:0 5px 5px }\r
+.amazon_widget_title { font-size:14px; display:block; text-align:center; margin:5px; font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Tahoma,sans-serif; color:#595F6C }\r
+#custom_html-6 h2 { display:none }\r
+.amazon_widget_iframe { width:120px;  border:1px solid #595F6C; margin:0 0 5px 15px }\r
+.amazon_widget_comment { font-size:10px; text-align:center; line-height: 10px; padding: 5px; display: block; margin-bottom: 5px; background-color: #fff; border:1px solid #ccc}\r
+.amazon_widget_subtitle { font-size:12px; display:block; text-align:center; margin:0; font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Tahoma,sans-serif; color:#595F6C; font-weight:bold; line-height:12px}\r
+.amazon_widget_subtext { font-size:10px; display:block; text-align:center; margin:0; font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Tahoma,sans-serif; color:#595F6C; line-height:11px; }\r
+</style>\r
+\r
+<div class="amazon_widget round5">\r
+<span class="amazon_widget_title">What I'm Reading</span>\r
+<div class="amazon_widget_iframe">\r
+<!-- ===CODE=== -->\r
+<iframe sandbox="allow-popups allow-scripts allow-modals allow-forms allow-same-origin" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=grrpow-20&language=en_US&marketplace=amazon&region=US&placement=B08WCT9W26&asins=B08WCT9W26&linkId=1feb77af83d3eb3d141740633929bca5&show_border=true&link_opens_in_new_window=true"></iframe>\r
+<!-- === END CODE === -->\r
+</div>\r
+<!--<div class="amazon_widget_comment round5">The classic space naval battle series by David Weber. If you enjoy a little politics and long, technical space battles (it's really far more interesting than it sounds, and the payoffs are tremendous) I'd recommend it.</div> -->\r
+<!--<span class="amazon_widget_subtitle">IF YOU'D LIKE TO SUPPORT THE COMIC:</span>\r
+<span class="amazon_widget_subtext">shopping through the Amazon link above is a great way to do it. It doesn't cost you anything extra and I get a small % of each sale for the referral. You don't have to buy the book I have listed, just click the link above, then shop like normal. If you make purchases in the same session, I get credit.<br />\r
+<strong><a href="https://www.amazon.com/?tag=grrpow-20" target="_blank" style="color:#cc5500;" rel="noopener">Here's a direct, Non-Recommendation Link</a></strong><br />\r
+<strong>Thank you!</strong>\r
+</span>-->\r
+</div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-9" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">CoH</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">#custom_html-9 h2 { display:none }</style>\r
+<!-- Collective of Heroes Widget -->\r
+<a class="coh-widget-link coh-vertical" href="http://collectiveofheroes.net" target="_blank" style="display: block; margin: auto;" title="Collective of Heroes: Premiere Superhero Webcomics" rel="noopener">\r
+<img src="https://collectiveofheroes.net/widget/link-images/coh-vertical.png" />\r
+</a>\r
+<script src='https://collectiveofheroes.net/widget/scripts/coh-widget-setup.js'></script>\r
+<!-- /Collective of Heroes Widget --></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-5" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Miscellaneous Goodies</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+#custom_html-5 h2 { display:none }\r
+.misc_widget { width:237px; background-color:#E7EBEF; border:1px solid #000; margin:0px auto; height:auto; font-family:"Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif; color:#595F6C; font-size:12px; padding:8px; text-align:left}\r
+.misc_widget H3 { text-align: center }\r
+.misc_widget H4 { padding: 4px 0; }\r
+.misc_widget p {margin:0px; padding:0px; text-align:left; line-height:1.4em}\r
+\r
+hr.style-one {\r
+    border: 0;\r
+    height: 1px;\r
+    background: #333;\r
+    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); \r
+    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); \r
+}\r
+</style>\r
+\r
+<div class="misc_widget round5">\r
+<h3>Miscellaneous Goodies</h3>\r
+<hr class="style-one">\r
+<!--<h4>New Comment Highlighter</h4>\r
+Too many comments? Can't keep track? Here's the link to the "New Comments Highlighter" for <a href="https://chrome.google.com/webstore/detail/grrl-power-comment-highli/jdhhpddkhpmceogkidlpdmabhdencejp" target="_blank" rel="noopener">Chrome</a>, and the <a href="https://github.com/riking/userscripts/blob/master/grrlpowercomic/commentHighlight.user.js" terget="_blank">GitHub</a> link which you can use to install on FireFox via <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/" target="_blank" rel="noopener">Greasemonkey</a>.-->\r
+\r
+       <h4>I wrote a book!</h4>        \r
+<span style="margin:0 0 0 38px">\r
+       <a href="https://www.grrlpowercomic.com/archives/5123/" target="_blank" rel="noopener"> <img src="https://www.grrlpowercomic.com/wp-content/uploads/2020/08/TamerEnhancer-card.jpg" alt="Tamer: Enhancer"></a><br>\r
+       It's called Tamer: Enhancer, and has nothing to do with Grrl Power. It's actually  <a href="https://www.michaelscottearle.com/tamer-king-of-dinosaurs" target="_blank" rel="noopener">Tamer</a> fanfic, and it's free! Enjoy!<br>\r
+       </span>\r
+<hr class="style-one"> \r
+       \r
+       <h4>I wrote another book!</h4>  \r
+<span style="margin:0 0 0 38px">\r
+       <a href="https://www.grrlpowercomic.com/archives/6273/" target="_blank" rel="noopener"> <img src="https://www.grrlpowercomic.com/wp-content/uploads/2022/05/TamerEnhancer02-250.jpg" alt="Tamer: Enhancer"></a><br>\r
+       Tamer: Enhancer 2. It's a sequel!\r
+       It's still a <a href="https://www.michaelscottearle.com/tamer-king-of-dinosaurs" target="_blank" rel="noopener">Tamer</a> fanfic, and it's also free! 210K words of weapon building, dinosaur fighting, harem satisfying, lumberjacking, moderate diplomacing, bad guy chopping action. Also some humor. Enjoy!<br>\r
+       </span>\r
+<hr class="style-one">\r
+\r
+       \r
+<h4>Sydney's First Crossover!</h4>\r
+\r
+<span style="margin:0 0 0 30px">\r
+<a href="https://www.amazon.com/Team-Ups-Crossovers-Wearing-Cape-Book-ebook/dp/B01M9GOOQB/ref=as_li_ss_il?&linkCode=li3&tag=grrpow-20&linkId=e89dd3ad1c80a3df3675f63f542f3ccb" target="_blank" rel="noopener"><img border="0" src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B01M9GOOQB&Format=_SL250_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=grrpow-20" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=grrpow-20&l=li3&o=1&a=B01M9GOOQB" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></span>\r
+       \r
+<br>\r
+\r
+       <a href="https://amzn.to/2flwlCg" target="_blank" rel="noopener">Wearing the Cape: Team-Ups & Crossovers</a> is Sydney's first Crossover adventure. (Also her first appearance in prose!) I've made a <a href="https://www.grrlpowercomic.com/archives/2309" target="_blank" rel="noopener">dedicated blog post</a> for it, please comment there.<br><br>\r
+Check out the rest of the excellent <a href="https://amzn.to/2kXQmNc" target="_blank" rel="noopener">Wearing the Cape</a> series!\r
+</div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-11" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Webcomics I Like</h2>\r
+<div class="textwidget custom-html-widget"><style type="text/css">\r
+\r
+       #custom_html-11 h2 { display:none; }\r
+       \r
+       .webcomic_block {\r
+       width: 160px;\r
+       height: 600px;\r
+       font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Tahoma,sans-serif;\r
+       color:#000;\r
+       line-height:1.3em;\r
+       font-size:9px;\r
+       background-color:#eceff8;\r
+       border:1px solid #000;\r
+       position:relative;\r
+       text-align:left;\r
+       margin:0px auto;\r
+}\r
+\r
+#text-20 h2 { display:none }\r
+.webcomic_block .listrow { width:160px; float:left; }\r
+.webcomic_block .listrow:hover { background-color:#fff }\r
+.webcomic_block .fakelist { width:130px; margin:0 0 0 8px; float:left }\r
+\r
+.webcomic_block ul { margin:.5em 0 0 0; padding:0 }\r
+.webcomic_block li { margin:0; padding:0 0 0 1em; list-style:none;  }\r
+.webcomic_block h1 { font-size:12px; display:block; text-align:center; margin:0; background-color:#dcdfe8; padding:3px 0 0; letter-spacing:0px; line-height:12px}\r
+.webcomic_block h3 { font-size:9px; display:block; text-align:center; margin:0 0 6px 0; font-weight:400; background-color:#dcdfe8; padding:0 0 3px 0}\r
+.webcomic_block a { color:#5f6682; text-decoration:none }\r
+.webcomic_block a:active { color:#FFF; }\r
+.webcomic_block a:visited { color:#6f7692; }\r
+.webcomic_block a:hover { \r
+       color:#C60; \r
+       transition: all .5s ease-in-out;\r
+       -webkit-transition: all .5s ease-in-out;\r
+       -moz-transition: all .5s ease-in-out;\r
+       -o-transition: all .5s ease-in-out; }\r
+\r
+.wcb_tooltip {\r
+  border-bottom: 1px dotted #000000; color: #000000; outline: none; cursor: help; text-decoration: none; position: relative; }\r
+.black { color:#000 }\r
+\r
+.wcb_tooltip span { margin-left: -9999em; position: absolute; }\r
+\r
+.wcb_tooltip:hover span {\r
+  font-family: Calibri, Tahoma, Geneva, sans-serif;\r
+  position: absolute;\r
+  left: -50px;\r
+  bottom: 20px;\r
+  z-index: 99;\r
+  margin-left: 0;\r
+  width: 100px;\r
+}\r
+.wcb_tooltip:hover img {\r
+  border: 0; margin: -10px 0 0 0px; float: left; position: absolute; left:-24px}\r
+  \r
+.wcb_tooltip:hover em {\r
+  font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Tahoma,sans-serif;\r
+  font-size: 16px;\r
+  font-weight: bold;\r
+  display: block; line-height: 1em;\r
+  padding: 0 0 0.6em 0;\r
+}\r
+.wcb_classic { padding: 0.8em 1em; }\r
+.wcb_custom { padding: 0.5em 0.8em 0.8em 2em; font-size:12px }\r
+* html a:hover { background: transparent; }\r
+\r
+.ttip_classic { background: #FFFFAA; border: 1px solid #FFAD33; }\r
+.ttip_superhero { background: #9FDAEE; border: 1px solid #2BB0D7; }\r
+.ttip_notweb { background: #D6F8D8; border: 1px solid #060; }\r
+.ttip_seriously { background: #EEE; border: 1px solid #666; }\r
+.ttip_mature { background: #FFFFAA; border: 1px solid #FFAD33; }\r
+.ttip_dongs { background: #FEE2E8; border: 1px solid #900; }\r
+\r
+.ttip_legend { position:absolute; bottom:5px; background-color:#dcdfe8; width:150px; display:block; margin: 0px 0px 0px 5px; padding:0 0 0px 0px; text-align:center }\r
+\r
+.webcomic_block .keys { font-weight:bold; float:left }\r
+.webcomic_block .redkey { color:#900 }\r
+.webcomic_block .orangekey { color:#F60 }\r
+.webcomic_block .greenkey { color:#060 }\r
+.webcomic_block .bluekey { color:#00C }\r
+.webcomic_block .violetkey { color:#96F }\r
+\r
+.roundshad {\r
+       border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;\r
+       box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);\r
+       -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);\r
+       -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); }\r
+\r
+.hover {\r
+-webkit-text-shadow: 2px 2px 10px #5C5C5C;\r
+-moz-text-shadow: 2px 2px 10px #5c5c5c;\r
+text-shadow: 2px 2px 10px #5C5C5C;\r
+transition: all 1s ease-in-out;\r
+-webkit-transition: all 1s ease-in-out;\r
+-moz-transition: all 1s ease-in-out;\r
+-o-transition: all 1s ease-in-out; }\r
+\r
+</style>\r
+\r
+<div class="webcomic_block roundshad ">\r
+<h1 style="border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;">If you like Grrl Power</h1>\r
+<h3>Then you might like...</h3>\r
+<div class="listrow"><div class="fakelist">\r
+<a href="http://flakypastry.runningwithpencils.com/" target="_blank" rel="noopener">Flaky Pastry</a></div><div class="keys bluekey">!</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://antarcticpresslibrary.com/?cat=1" target="_blank" rel="noopener">Gold Digger</a></div><div class="keys greenkey">M</div><div class="keys bluekey">!</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://www.gynostar.com" target="_blank" rel="noopener">Gyno-Star</a></div><div class="keys bluekey">S</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://loveandcapes.com/lnc" target="_blank" rel="noopener">Love and Capes</a> </div><div class="keys bluekey">S</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://www.spinnyverse.com/" target="_blank" rel="noopener">Spinnerette</a> </div><div class="keys bluekey">S</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://nonadventures.com/" target="_blank" rel="noopener">Wonderella</a> </div><div class="keys bluekey">S</div></div>\r
+<div style="clear:both"></div>\r
+<br />\r
+\r
+<!--   <div class="listrow"><div class="fakelist">Gold Digger</div><div class="keys greenkey">M</div> <div class="keys bluekey">!</div></div>\r
+       <div class="listrow"><div class="fakelist">Empowered</div><div class="keys greenkey">M</div> <div class="keys bluekey">!</div></div>\r
+<div style="clear:both"></div>\r
+<br />\r
+-->\r
+\r
+<h1>Other Webcomics</h1>\r
+<h3>...that I like.</h3>\r
+       <!--<div class="listrow"><div class="fakelist"><a href="http://actiontimebuddies.com/" target="_blank" rel="noopener">Action Time Buddies</a></div></div>-->\r
+       <div class="listrow"><div class="fakelist">\r
+       <a href="http://www.atomiclaundromat.com/" target="_blank" rel="noopener">Atomic Laundromat</a></div><div class="keys bluekey">S</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://bustygirlcomics.com/" target="_blank" rel="noopener">Busty Girl Comics</a></div><div class="keys violetkey">N</div></div>\r
+    <div class="listrow"><div class="fakelist"><a href="http://curtailedcomic.com/" target="_blank" rel="noopener">Curtailed</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.eeriecuties.com/" target="_blank" rel="noopener">Eerie Cuties</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.egscomics.com/" target="_blank" rel="noopener">El Goonish Shive</a></div></div>\r
+       \r
+       <div class="listrow"><div class="fakelist"><a href="https://evil-inc.com/" target="_blank" rel="noopener">\r
+       Evil, Inc.</a></div></div>\r
+       \r
+       <div class="listrow"><div class="fakelist"><a href="http://freefall.purrsia.com/" target="_blank" rel="noopener">Freefall</a></div></div>\r
+    <div class="listrow"><div class="fakelist"><a href="http://www.girlswithslingshots.com/" target="_blank" rel="noopener">Girls with Slingshots</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://headtrip.keenspot.com/" target="_blank" rel="noopener">Head Trip</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.jspowerhour.com/" target="_blank" rel="noopener">Junior Scientist Power Hour</a></div></div>\r
+    <div class="listrow"><div class="fakelist"><a href="http://www.junipercomic.com/" target="_blank" rel="noopener">Juniper</a></div></div>    \r
+       <div class="listrow"><div class="fakelist"><a href="http://leftoversoup.com/" target="_blank" rel="noopener">Leftover Soup</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://thepunchlineismachismo.com/" target="_blank" rel="noopener">Manly Guys Doing Manly Things</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://ourvaluedcustomers.blogspot.com/" target="_blank" rel="noopener">Our Valued Customers</a> </div><div class="keys bluekey">S</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.questionablecontent.net/" target="_blank" rel="noopener">Questionable Content</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.sabrina-online.com/" target="_blank" rel="noopener">Sabrina Online</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://sarahcandersen.com/" target="_blank" rel="noopener">Sarah's Scribbles</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.collectedcurios.com/sequentialart.php" target="_blank" rel="noopener">Sequential Art</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.servantsoftheimperium.com/comic.php" target="_blank" rel="noopener">Servants of the Imperium</a></div><div class="keys violetkey">N</div></div>\r
+    <div class="listrow"><div class="fakelist"><a href="http://www.smbc-comics.com/" target="_blank" rel="noopener">SMBC</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://strongfemaleprotagonist.com/" target="_blank" rel="noopener">Strong Female Protagonist</a> </div><div class="keys bluekey">S</div></div>\r
+    <div class="listrow"><div class="fakelist"><a href="http://superredundant.com/" target="_blank" rel="noopener"> Super Redundant Heroes</a> </div><div class="keys bluekey">S</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.twogag.com/" target="_blank" rel="noopener">Two Guys and Guy</a></div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.wastedtalent.ca/" target="_blank" rel="noopener">Wasted Talent</a></div></div>\r
+\r
+<div style="clear:both"></div>\r
+<br />\r
+\r
+<h1>Webcomics I Like</h1>\r
+<h3>...but are usually NSFW</h3>\r
+<!--<div class="listrow"><div class="fakelist"><a href="http://collar6.com/" target="_blank" rel="noopener">Collar 6</a></div><div class="keys orangekey">R</div></div>-->\r
+<div class="listrow"><div class="fakelist"><a href="http://www.totempole666.com/" target="_blank" rel="noopener">The Cummoner</a></div><div class="keys redkey">X</div></div>\r
+<div class="listrow"><div class="fakelist"><a href="http://www.ohjoysextoy.com" target="_blank" rel="noopener">Oh Joy Sex Toy</a></div><div class="keys redkey">X</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://oglaf.com/" target="_blank" rel="noopener">Oglaf</a></div><div class="keys redkey">X</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://outboundcomic.com/wordpress/" target="_blank" rel="noopener">Outbound</a></div><div class="keys orangekey">R</div></div>\r
+       <div class="listrow"><div class="fakelist"><a href="http://www.amazingartbros.com/Lana.htm" target="_blank" rel="noopener">Spying with Lana</a></div><div class="keys redkey">X</div></div> \r
+               <div class="listrow"><div class="fakelist"><a href="http://badmile.com/" target="_blank" rel="noopener">SS Myra</a></div><div class="keys redkey">X</div><div class="keys violetkey">N</div></div>\r
+               <div class="listrow"><div class="fakelist"><a href="http://wereworld.comicgenesis.com/" target="_blank" title="See more adventures with Dabbler!" rel="noopener">Wereworld</a></div><div class="keys orangekey">R</div><div class="keys violetkey">N</div></div>\r
+\r
+<div style="clear:both"></div>\r
+<br />\r
+\r
+<!--<h1>Grrl Power</h1>\r
+<h3>...in other languages</h3>\r
+<div class="listrow">\r
+               <div class="fakelist"><a href="http://chicasguerreras.subcultura.es/" title="en Español" target="_blank" rel="noopener">Las Chicas son Guerras</a></div><div class="keys bluekey">S</div></div>\r
+               <div style="clear:both"></div>\r
+-->\r
+\r
+<div class="ttip_legend">\r
+<strong style="display:block; text-align:center">Legend</strong>\r
+<a class="wcb_tooltip" href="#"><strong style="color:#00C">S</strong><span class="wcb_custom ttip_superhero roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_Super_big.png" alt="Superhero" height="48" width="48" /><em>Superhero</em>They're super, thanks for asking!</span></a>\r
+&nbsp;\r
+<a class="wcb_tooltip" href="#"><strong style="color:#060">M</strong><span class="wcb_custom ttip_notweb roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_Meatspace_big.png" alt="Meatspace Comic" height="48" width="48" /><em>Meatspace Comic</em>Seriously these are awesome. Check 'em out!</span></a>\r
+&nbsp;\r
+<a class="wcb_tooltip" href="#"><strong class="violetkey">N</strong><span class="wcb_custom ttip_classic roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_NotUpdating_big.png" alt="Not Updating" height="48" width="48" /><em>Not Updating</em>No longer updating or only updates sporadically, but definitely worth reading.</span></a>\r
+&nbsp;\r
+<a class="wcb_tooltip" href="#"><strong style="color:#00C">!</strong><span class="wcb_custom ttip_seriously roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_Seriously_big.png" alt="Seriously" height="48" width="48" /><em>Seriously</em>Seriously you guys. If you like Grrl Power the check these out.</span></a>\r
+&nbsp;\r
+<a class="wcb_tooltip" href="#"><strong style="color:#F60">R</strong><span class="wcb_custom ttip_mature roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_Naughty_big.png" alt="Mature" height="48" width="48" /><em>"Mature"</em>Mature subject matter and occasionally something explicit but usually safe. Can't guarantee the ads are safe though.</span></a>\r
+&nbsp;\r
+<a class="wcb_tooltip" href="#"><strong style="color:#900">X</strong><span class="wcb_custom ttip_dongs roundshad black"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2019/05/WCB_Smut_big.png" alt="Dongs!" height="48" width="48" /><em>Dongs Ahoy!</em>Full frontal and backal. Lots of skin, sex on some or all pages, explicit or otherwise.</span></a>\r
+       \r
+</div>\r
+</div>\r
+<!-- tooltips http://sixrevisions.com/css/css-only-tooltips/ -->\r
+\r
+</div></div>\r
+<div class="clear"></div>\r
+</div>\r
+<div id="custom_html-7" class="widget_text widget widget_custom_html">\r
+<div class="widget_text widget-content">\r
+<h2 class="widget-title">Site Links</h2>\r
+<div class="textwidget custom-html-widget"><!--[if IE 7]>\r
+<style type="text/css">\r
+#header {margin:10px 0px 15px 0px} \r
+#altmenu_wrapper {margin: -62px 0px 0 566px;}\r
+</style>\r
+<![endif]-->\r
+\r
+<!--[if IE 8]>\r
+<style type="text/css">\r
+#header {margin:5px 0px 15px 0px} \r
+#altmenu_wrapper {margin: -62px 0px 0 566px;}\r
+</style>\r
+<![endif]-->\r
+\r
+<!--[if IE 9]>\r
+<style type="text/css">\r
+#header {margin:5px 0px 15px 0px} \r
+#altmenu_wrapper {margin:-58px 0px 0px 566px;}\r
+</style>\r
+<![endif]-->\r
+\r
+<style type="text/css">\r
+#custom_html-7 h2 { display:none }\r
+</style>\r
+\r
+<div id="altmenu_wrapper">\r
+<table class="altmenu">\r
+       <tbody>\r
+         <tr>\r
+               <td class="altmenu_block">\r
+                       <a title="Home" class="navi navi-home" href="https://www.grrlpowercomic.com/">Home</a>\r
+                       <a title="Cast" class="navi navi-cast" href="https://www.grrlpowercomic.com/cast">Cast</a>\r
+                       <a title="About" class="navi navi-about" href="https://www.grrlpowercomic.com/about">About</a>\r
+                       <a title="Facebook" class="navi navi-facebook" href="https://www.facebook.com/GrrlPowerComic" target="_blank" rel="noopener">Facebook</a>\r
+                       <a title="Twitter" class="navi navi-twitter" href="https://twitter.com/grrlpowercomic" target="_blank" rel="noopener">Twitter</a>\r
+       <a title="Deviant Art" class="navi navi-deviant" href="https://davebarrack.deviantart.com/" target="_blank" rel="noopener">Deviant</a>\r
+       <a title="RSS" class="navi navi-rss" href="https://www.grrlpowercomic.com/feed">RSS</a>\r
+               </td>\r
+         </tr>\r
+       </tbody>\r
+</table>\r
+</div></div></div>\r
+<div class="clear"></div>\r
+</div>\r
+    </div>\r
+</div>         <div class="clear"></div>\r
+       </div>\r
+</div>\r
+               <footer id="footer">\r
+                               <div id="footer-sidebar-wrapper">\r
+                               <div id="sidebar-footer" class="sidebar">\r
+                       <div id="text-8" class="widget widget_text">\r
+<div class="widget-content">\r
+<h2 class="widget-title">Footer Block</h2>\r
+                       <div class="textwidget"><style type="text/css">\r
+#text-8 h2 { display:none }\r
+</style>\r
+\r
+<!--<div style="margin:0px"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2011/06/main_area_topcap.png" width="980" height="11" /></div>-->\r
+<div class="footer_box">\r
+\r
+<div class="voting_box">\r
+  <div style="width:90px; height:90px; margin:5px 0px 0px 10px; float:left;">\r
+\r
+<a target="_blank" href="http://www.thewebcomiclist.com/p/18246/Grrl-Power" rel="noopener"><img src="https://www.grrlpowercomic.com/wp-content/uploads/2020/10/twl-button2.gif" alt="The Webcomic List" width="88" height="31" border="0" style="border:1px solid #000000; margin:0px 0px 10px;"></a>\r
+\r
+<a target="_blank" href='https://www.topwebcomics.com/vote/11940/default.aspx' title='Vote for Grrl Power on TopWebComics!' rel="noopener"><img src="https://www.topwebcomics.com/rankimages/rankimage.aspx?ImageTemplate=dynamiclink1&SiteID=11940" border="0"></a>\r
+</div>\r
+<div style="width:90px; height:90px; margin:5px 0px 0px 5px; float:left;">\r
+\r
+\r
+<a href='https://belfrycomics.net/ent/17847' target='_new' rel="noopener"><img src='https://www.grrlpowercomic.com/wp-content/themes/grrlpower/images/page_gfx/belfry.jpg' border='0' style="margin:5px 0 0"></a>\r
+\r
+<a href='https://piperka.net/info.html?cid=4009' target='_new' rel="noopener"><img src='https://piperka.net/images/banner-88x31.png' border='0' style="margin:10px 0 0"></a>\r
+</div>\r
+\r
+<div style="width:89px; height:85px; margin:5px 0px 0px 5px; float:left; padding:3px 0px 0px 0px">\r
+\r
+<a href="https://www.comic-rocket.com/" target="_blank" title="I support the Comic Rocket webcomic\r
+list!" rel="noopener"><img src="https://www.comic-rocket.com/public/filer_public/2013/01/18/crsupportbadge88x33.png" border="0" width="88" height="31" alt="I support the Comic Rocket webcomic list!" style="margin:0 0 10px 0"></a>\r
+</div>\r
+\r
+<div style="width:160px; height:90px; margin:5px 0px 0px 5px; float:left;">\r
+<a href="http://comicchameleon.com/" target="_blank" rel="noopener"><img src="http://i.comicchameleon.com/images/readthiscomicon_160x80.jpg" width="160" height="80" ></a>\r
+</div>\r
+\r
+\r
+<!--<div style="width:106px; height:85px; margin:5px 0px 0px 5px; float:left; padding:3px 0px 0px 0px">\r
+<img src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/images/page_gfx/tell_banner.png" border="0"></div>-->\r
+\r
+<div style="-webkit-border-radius: 5px; -moz-border-radius: 5px;  border-radius: 5px; background-color: #f9fdfF; border: 1px solid #333399; color: #4D5570; padding: 3px; margin:3px 0px 0px 5px; font-size:10px; float:left; width: 245px;; line-height: 1.4em; text-align:left">\r
+I'll just leave these here for your convenience - and obviously to drive a little traffic my way. Bottom line is If you like the comic, vote, share and tell others! Maybe someone else who will enjoy the comic will find their way here.\r
+</div>\r
+</div>\r
+\r
+\r
+</div>\r
+<!--<img src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/images/page_gfx/page_bot_cap.png" />--></div>
+               </div>\r
+<div class="clear"></div>\r
+</div>\r
+                       <div class="clear"></div>\r
+               </div>\r
+                       </div>\r
+               <div class="clear"></div>\r
+               <div id="footer-menubar-wrapper">\r
+                                               <div class="clear"></div>\r
+               </div>\r
+               <p class="copyright-info">\r
+&copy;2010-2024 <a href="https://www.grrlpowercomic.com">Grrl Power</a> <span class="footer-pipe">|</span> Powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://frumph.net">ComicPress</a>\r
+<span class="footer-subscribe"><span class="footer-pipe">|</span> Subscribe: <a href="https://www.grrlpowercomic.com/feed/">RSS</a>\r
+</span>\r
+<span class="footer-uptotop"><span class="footer-pipe">|</span> <a href="" onclick="scrollup(); return false;">Back to Top &uarr;</a></span>\r
+</p>\r
+                       </footer>       \r
+               </div> <!-- // #page -->\r
+</div> <!-- / #page-wrap -->\r
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/plugins/comic-easel/js/keynav.js" id="ceo_keynav-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/js/scroll.js" id="comicpress_scroll-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/js/cvi_text_lib.js" id="themetricks_historic1-js"></script>
+<script type="text/javascript" src="https://www.grrlpowercomic.com/wp-content/themes/comicpress/js/instant.js" id="themetricks_historic2-js"></script>
+</body>\r
+</html>
\ No newline at end of file