From ff21df596b2396e75344ddc9a1963ad58542a3e1 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Mon, 20 Apr 2015 20:25:12 +0200 Subject: [PATCH] Remove descriptions and genres (closes #9). Maintaining the descriptions creates quite a bit of overhead (finding them, copying them, checking if they are still correct) for a minimal user benefit. PS: Viewing this diff should be easier in a difftool that shows changes in a line, for example kdiff3. --- doc/adding_new_comics.md | 7 - dosage | 6 +- dosagelib/plugins/a.py | 19 - dosagelib/plugins/b.py | 23 - dosagelib/plugins/c.py | 25 - dosagelib/plugins/comicfury.py | 741 ++++++++-------- dosagelib/plugins/d.py | 14 - dosagelib/plugins/drunkduck.py | 9 +- dosagelib/plugins/e.py | 12 - dosagelib/plugins/f.py | 13 - dosagelib/plugins/g.py | 16 - dosagelib/plugins/h.py | 2 - dosagelib/plugins/i.py | 3 - dosagelib/plugins/j.py | 2 - dosagelib/plugins/k.py | 5 - dosagelib/plugins/keenspot.py | 89 +- dosagelib/plugins/l.py | 5 - dosagelib/plugins/m.py | 4 - dosagelib/plugins/n.py | 6 - dosagelib/plugins/num.py | 1 - dosagelib/plugins/o.py | 4 - dosagelib/plugins/p.py | 5 - dosagelib/plugins/r.py | 3 - dosagelib/plugins/s.py | 25 - dosagelib/plugins/smackjeeves.py | 1413 +++++++++++++++--------------- dosagelib/plugins/t.py | 8 - dosagelib/plugins/u.py | 2 - dosagelib/plugins/w.py | 6 - dosagelib/plugins/x.py | 1 - dosagelib/plugins/y.py | 1 - dosagelib/plugins/z.py | 1 - dosagelib/scraper.py | 19 - scripts/comicfury.py | 25 +- scripts/keenspot.py | 27 +- scripts/mkdescription.py | 99 --- scripts/scriptutil.py | 9 - scripts/smackjeeves.py | 20 +- scripts/update_description.py | 82 -- tests/test_comicnames.py | 1 - 39 files changed, 1139 insertions(+), 1614 deletions(-) delete mode 100755 scripts/mkdescription.py delete mode 100755 scripts/update_description.py diff --git a/doc/adding_new_comics.md b/doc/adding_new_comics.md index e789181e5..5e61055a9 100644 --- a/doc/adding_new_comics.md +++ b/doc/adding_new_comics.md @@ -13,7 +13,6 @@ Here is a complete example which is explained in detail below. ``` class SuperDuperComic(_BasicScraper): - description = u'A super duper comic by Mr Smith!' url = 'http://superdupercomic.com/' rurl = escape(url) stripUrl = url + 'comic/%s' @@ -33,12 +32,6 @@ regardless of upper/lower characters. The user finds comics with this classname, so be sure to select something descriptive and easy to remember. -```description = u'A super duper comic by Mr Smith!'``` - -Next, a description should be added to the class in Unicode notation -(u'...'). It is displayed when a user requests help for one comic with -``dosage -m superdupercomic``. - ```url = 'http://superdupercomic.com/'``` The URL must display the latest comic picture. This is where the diff --git a/dosage b/dosage index cd1f0cb4f..a4485c941 100755 --- a/dosage +++ b/dosage @@ -145,17 +145,13 @@ def displayHelp(options): def displayComicHelp(scraperobj): - """Print description and help for a comic.""" + """Print help for a comic.""" orig_context = out.context out.context = getScraperName(scraperobj) try: out.info(u"URL: " + scraperobj.url) - if scraperobj.description: - out.info(u"Description: " + scraperobj.description) if scraperobj.lang: out.info(u"Language: " + getLangName(scraperobj.lang)) - if scraperobj.genres: - out.info(u"Genres: " + ", ".join(scraperobj.genres)) if scraperobj.help: for line in scraperobj.help.splitlines(): out.info(line) diff --git a/dosagelib/plugins/a.py b/dosagelib/plugins/a.py index 86941db63..36f1fd3c7 100644 --- a/dosagelib/plugins/a.py +++ b/dosagelib/plugins/a.py @@ -9,7 +9,6 @@ from ..helpers import regexNamer, bounceStarter, indirectStarter class AbleAndBaker(_BasicScraper): - description = u"Able and Baker: Hatin' and Dictatin'" url = 'http://www.jimburgessdesign.com/comics/index.php' stripUrl = url + '?comic=%s' firstStripUrl = stripUrl % '1' @@ -49,7 +48,6 @@ class AbstruseGoose(_BasicScraper): class AcademyVale(_BasicScraper): - description = u'Academy Vale' url = 'http://www.imagerie.com/vale/' stripUrl = url + 'avarch.cgi?%s' firstStripUrl = stripUrl % '001' @@ -80,7 +78,6 @@ class AfterStrife(_BasicScraper): class AGirlAndHerFed(_BasicScraper): - description = u'A Girl and Her Fed' url = 'http://www.agirlandherfed.com/' starter = bounceStarter(url, compile(r'[^>]+Back')) @@ -92,7 +89,6 @@ class AGirlAndHerFed(_BasicScraper): class AhoiPolloi(_BasicScraper): - description = u'ahoi polloi - ein f\xfcllhorn voller f\xfchlh\xf6rner' url = 'http://ahoipolloi.blogger.de/' stripUrl = url + '?day=%s' firstStripUrl = stripUrl % '20060306' @@ -108,7 +104,6 @@ class AhoiPolloi(_BasicScraper): class AirForceBlues(_BasicScraper): - description = u'Air Force Blues | By A. May -' url = 'http://www.afblues.com/' stripUrl = url + 'wordpress/%s/' firstStripUrl = stripUrl % '1997/09/07/need-a-clue-do-ya' @@ -118,7 +113,6 @@ class AirForceBlues(_BasicScraper): class ALessonIsLearned(_BasicScraper): - description = u'A Lesson Is Learned But The Damage Is Irreversible' url = 'http://www.alessonislearned.com/' prevSearch = compile(tagre("a", "href", r"(index\.php\?comic=\d+)", quote="'")+r"[^>]+previous") starter = indirectStarter(url, prevSearch) @@ -129,7 +123,6 @@ class ALessonIsLearned(_BasicScraper): class Alice(_BasicScraper): - description = u'The little webcomic with the BIG imagination' url = 'http://alice.alicecomics.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -139,7 +132,6 @@ class Alice(_BasicScraper): class AlienLovesPredator(_BasicScraper): - description = u'Abe (the Alien) and Preston (the Predator) represent in NYC' url = 'http://alienlovespredator.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '2004/10/12/unavoidable-delay' @@ -149,7 +141,6 @@ class AlienLovesPredator(_BasicScraper): class AlienShores(_BasicScraper): - description = u'A webcomic about four guys forming a band. They find that being a band is more than just playing the music.' baseUrl = 'http://alienshores.com/' rurl = escape(baseUrl) url = baseUrl + 'alienshores_band/' @@ -160,7 +151,6 @@ class AlienShores(_BasicScraper): class AllTheGrowingThings(_BasicScraper): - description = u'All The Growing Things - A Tale of Gardens, monsters, and old ladies' url = 'http://growingthings.typodmary.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -171,7 +161,6 @@ class AllTheGrowingThings(_BasicScraper): class AlphaLuna(_BasicScraper): - description = u'Luna, a young girl discovers what lies in her soul: a werewolf beast and a destiny. An adventure manga story for werecreatures fans.' url = 'http://www.alphaluna.net/' stripUrl = url + 'issue-%s/' firstStripUrl = stripUrl % '1/cover' @@ -189,7 +178,6 @@ class AlphaLunaSpanish(AlphaLuna): class AlsoBagels(_BasicScraper): - description = u'Also, Bagels - A Comic of Inept Redundancy' url = 'http://alsobagels.com/' rurl = escape(url) stripUrl = url + 'index.php/comic/%s/' @@ -233,7 +221,6 @@ class AmazingSuperPowers(_BasicScraper): class Amya(_BasicScraper): - description = u'A Graphic Novel' url = 'http://www.amyachronicles.com/' rurl = escape(url) stripUrl = url + 'archives/%s' @@ -244,7 +231,6 @@ class Amya(_BasicScraper): class Angband(_BasicScraper): - description = u'Angband - Tales From The Pit' url = 'http://angband.calamarain.net/' stripUrl = url + 'view.php?date=%s' firstStripUrl = stripUrl % '2005-12-30' @@ -254,7 +240,6 @@ class Angband(_BasicScraper): class Angels2200(_BasicScraper): - description = u'Angels 2200' url = 'http://www.janahoffmann.com/angels/' stripUrl = url + '%s' imageSearch = compile(tagre("img", "src", r"(http://www\.janahoffmann\.com/angels/comics/[^']+)", quote="'")) @@ -283,7 +268,6 @@ class Antics(_BasicScraper): class AppleGeeks(_BasicScraper): - description = u'AppleGeeks 3.0' url = 'http://www.applegeeks.com/' stripUrl = url + 'comics/viewcomic.php?issue=%s' firstStripUrl = stripUrl % '1' @@ -293,7 +277,6 @@ class AppleGeeks(_BasicScraper): class ARedTailsDream(_BasicScraper): - description = u"Finnish mythology meets teen boy and his dog" baseUrl = 'http://www.minnasundberg.fi/' stripUrl = baseUrl + 'comic/page%s.php' firstStripUrl = stripUrl % '00' @@ -315,7 +298,6 @@ class ASofterWorld(_BasicScraper): class AstronomyPOTD(_BasicScraper): - description = u'A different astronomy and space science related image is featured each day, along with a brief explanation.' baseUrl = 'http://antwrp.gsfc.nasa.gov/apod/' url = baseUrl + 'astropix.html' starter = bounceStarter(url, @@ -352,7 +334,6 @@ class ASkeweredParadise(_BasicScraper): class AxeCop(_BasicScraper): - description = u'Axe Cop' url = 'http://axecop.com/' rurl = escape(url) starter = bounceStarter(url, diff --git a/dosagelib/plugins/b.py b/dosagelib/plugins/b.py index c701fec4b..54636ffb9 100644 --- a/dosagelib/plugins/b.py +++ b/dosagelib/plugins/b.py @@ -18,7 +18,6 @@ class BackwaterPlanet(_BasicScraper): class BadassMuthas(_BasicScraper): - description = u'Nobody wants to work for a living. Get yourself some super-powers and come ill with us. Full color update every Friday.' url = 'http://badassmuthas.com/pages/comic.php' stripUrl = url + '?%s' firstStripUrl = stripUrl % '1' @@ -37,7 +36,6 @@ class BadMachinery(_BasicScraper): class Bardsworth(_BasicScraper): - description = u'Bardsworth - Magic, Mischief, and Cookies' url = 'http://www.bardsworth.com/' rurl = escape(url) stripUrl = url + '?comic=%s' @@ -68,7 +66,6 @@ class Bearmageddon(_BasicScraper): class Beetlebum(_BasicScraper): - description = u'JoJos Illustrierter Blog' url = 'http://blog.beetlebum.de/' rurl = escape(url) stripUrl = url + '%s' @@ -89,7 +86,6 @@ class Beetlebum(_BasicScraper): class BetterDays(_BasicScraper): - description = u'Better Days' url = 'http://jaynaylor.com/betterdays/' stripUrl = url + 'archives/%s.html' firstStripUrl = stripUrl % '2003/04/post-2' @@ -99,7 +95,6 @@ class BetterDays(_BasicScraper): class BetweenFailures(_BasicScraper): - description = u'Between Failures' url = 'http://betweenfailures.com/' rurl = escape(url) stripUrl = url + 'comics1/%s' @@ -109,7 +104,6 @@ class BetweenFailures(_BasicScraper): class BigFatWhale(_BasicScraper): - description = u'A weekly comic strip for those who are not dumb.' url = 'http://www.bigfatwhale.com/' stripUrl = url + 'archives/bfw_%s.htm' imageSearch = compile(tagre("img", "src", r'(archives/bfw_[^"]+|bfw_[^"]+)')) @@ -118,7 +112,6 @@ class BigFatWhale(_BasicScraper): class BiggerThanCheeses(_BasicScraper): - description = u'Bigger Than Cheeses - My webcomic will knife fight your webcomic' url = 'http://www.biggercheese.com/' stripUrl = url + 'index.php?comic=%s' firstStripUrl = stripUrl % '1' @@ -128,7 +121,6 @@ class BiggerThanCheeses(_BasicScraper): class BillyTheDunce(_BasicScraper): - description = u"Billy the Dunce: A webcomic about some genius kids, some supernatural creatures, and one dumb kid who's stuck with them. Like Goonies, but with more Lovecraft." url = 'http://www.duncepress.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -139,7 +131,6 @@ class BillyTheDunce(_BasicScraper): class BizarreUprising(_BasicScraper): - description = u"Bizarre Uprising - Manga that's not just good, it's good for you!" url = 'http://www.bizarreuprising.com/' stripUrl = url + 'view/%s' firstStripUrl = stripUrl % '1/awakening-splash' @@ -149,7 +140,6 @@ class BizarreUprising(_BasicScraper): class BladeKitten(_ParserScraper): - description = u"Blade Kitten aka Kit Ballard, is the hottest and best bounty hunter in the Korunda System and isn't afraid to let people know it!" url = 'http://www.bladekitten.com/' stripUrl = url + 'comics/blade-kitten/%s/page:%s' firstStripUrl = stripUrl % ('1','1') @@ -171,7 +161,6 @@ class BladeKitten(_ParserScraper): return "bladekitten-%02i-%02i-%s" % (int(chapter), int(page), filename) class BlankIt(_BasicScraper): - description = u'An absurd, insane, and delightful webcomic from Aric McKeown and Lem Pew.' url = 'http://blankitcomics.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '0001' @@ -195,7 +184,6 @@ class Blip(_BasicScraper): class BloodBound(_BasicScraper): - description = u'Demonic Vampire Hotness' adult = True url = 'http://bloodboundcomic.com/' rurl = escape(url) @@ -207,7 +195,6 @@ class BloodBound(_BasicScraper): class BMovieComic(_BasicScraper): - description = u"A group of unlikely heroes tackles monsters, mutants and aliens from Hollywood's past and present. See what happens. Or they'll say you haven't seen it." url = 'http://www.bmoviecomic.com/' stripUrl = url + '?cid=%s' firstStripUrl = stripUrl % '8' @@ -217,7 +204,6 @@ class BMovieComic(_BasicScraper): class BobWhite(_BasicScraper): - description = u'Bobwhite by Magnolia Porter' url = 'http://www.bobwhitecomics.com/' rurl = escape(url) stripUrl = url + '?webcomic_post=%s' @@ -228,7 +214,6 @@ class BobWhite(_BasicScraper): class BookOfBiff(_BasicScraper): - description = u'The Book of Biff - new adventures every monday through friday' url = 'http://thebookofbiff.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '2006/01/02/4' @@ -248,7 +233,6 @@ class BoredAndEvil(_BasicScraper): class BoxerHockey(_BasicScraper): - description = u'Boxer Hockey' url = 'http://boxerhockey.fireball20xl.com/' stripUrl = url + '?id=%s' firstStripUrl = stripUrl % '56' @@ -264,7 +248,6 @@ class BoxerHockey(_BasicScraper): class BoyOnAStickAndSlither(_BasicScraper): - description = u'A comic about killer bees, time travel, ethics and despair.' url = 'http://www.boasas.com/' stripUrl = url + 'page/%s' firstStripUrl = stripUrl % '2' @@ -278,7 +261,6 @@ class BoyOnAStickAndSlither(_BasicScraper): class BratHalla(_BasicScraper): - description = u'Norse mythology webcomic where young Thor, Loki, Balder, Hod and more face off against grade school and make an old man out of their immortal dad Odin' url = 'http://brat-halla.com/' stripUrl = url + 'comic/%s/' firstStripUrl = stripUrl % '1-balder-dash' @@ -288,7 +270,6 @@ class BratHalla(_BasicScraper): class BrentalFloss(_BasicScraper): - description = u'brentalfloss the comic :: Off To The Races' url = 'http://brentalflossthecomic.com/' stripUrl = url + '?id=%s' fristStripUrl = stripUrl % '1' @@ -338,7 +319,6 @@ class _BringBackRoomies(_BasicScraper): class Brink(_BasicScraper): - description = u"BRINK - You're not as crazy as you think you are" url = 'http://paperfangs.com/brink/' rurl = escape(url) stripUrl = url + '?p=%s' @@ -349,7 +329,6 @@ class Brink(_BasicScraper): class BrightlyWound(_BasicScraper): - description = u'A webcomic of physics, astronomy, math, and grammar.' baseUrl = 'http://www.brightlywound.com/' url = baseUrl + '?comic=137' stripUrl = baseUrl + '?comic=%s' @@ -360,7 +339,6 @@ class BrightlyWound(_BasicScraper): class BroodHollow(_BasicScraper): - description = u'Broodhollow - A MWF cosmic horror adventure comic by Kris Straub' url = 'http://broodhollow.chainsawsuit.com/' rurl = escape(url) stripUrl = url + 'page/%s/' @@ -390,7 +368,6 @@ class ButterSafe(_BasicScraper): class ButternutSquash(_BasicScraper): - description = u'ButterNutSquash - by P\xe9rez & Coughler' url = 'http://www.butternutsquash.net/' rurl = escape(url) stripUrl = url + '%s/' diff --git a/dosagelib/plugins/c.py b/dosagelib/plugins/c.py index bfeac0da8..f6ef514dd 100755 --- a/dosagelib/plugins/c.py +++ b/dosagelib/plugins/c.py @@ -26,10 +26,8 @@ class CampComic(_BasicScraper): imageSearch = compile(tagre("img", "src", r'(http://hw1\.pa-cdn\.com/camp/assets/img/katie/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(%s[^"]+)' % rurl, before="btn btnPrev")) help = 'Index Format: number' - description = u'Camp Weedonwantcha is a place where kids get dropped off for the summer and are never picked up again.' class CaptainSNES(_BasicScraper): - description = u'Captain SNES' url = 'http://www.captainsnes.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -41,7 +39,6 @@ class CaptainSNES(_BasicScraper): class Carciphona(_BasicScraper): - description = u'Fantasy webcomic by Shilin. In an era where magic is forbidden, a sorceress struggles to restore her once peaceful life.' url = 'http://carciphona.com/' stripUrl = url + 'view.php?page=%s&chapter=%s' imageSearch = compile(tagre("div", "style", r'background-image:url\((_pages[^)]*)\)')) @@ -57,7 +54,6 @@ class Carciphona(_BasicScraper): class CaseyAndAndy(_BasicScraper): - description = u'Casey and Andy' url = 'http://www.galactanet.com/comic/' stripUrl = url + 'view.php?strip=%s' firstStripUrl = stripUrl % '1' @@ -68,7 +64,6 @@ class CaseyAndAndy(_BasicScraper): class CasuallyKayla(_BasicScraper): - description = u'Casually Kayla: Keeping it as Casual as possible' url = 'http://casuallykayla.com/' stripUrl = url + '?p=%s' firstStripUrl = stripUrl % '89' @@ -89,7 +84,6 @@ class Catalyst(_BasicScraper): class CatAndGirl(_BasicScraper): - description = u'Cat and Girl' url = 'http://catandgirl.com/' rurl = escape(url) stripUrl = url + '?p=%s' @@ -116,7 +110,6 @@ class Catena(_BasicScraper): class CatsAndCameras(_BasicScraper): - description = u'Just when you thought it was safe to go to the photographer' url = 'http://catsncameras.com/cnc/' rurl = escape(url) stripUrl = url + '?comic=%s' @@ -127,7 +120,6 @@ class CatsAndCameras(_BasicScraper): class ChainsawSuit(_BasicScraper): - description = u'internet humor, fresh-cut' url = 'http://chainsawsuit.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -139,7 +131,6 @@ class ChainsawSuit(_BasicScraper): class Champ2010(_BasicScraper): - description = u'Champ2010 - an almost daily journal comic from jed collins who is not drinking this year. webcomic' baseUrl = 'http://jedcollins.com/champ2010/' rurl = escape(baseUrl) # the latest URL is hard coded since the comic is discontinued @@ -152,7 +143,6 @@ class Champ2010(_BasicScraper): class ChannelAte(_BasicScraper): - description = u'Comics and Cartoons by Ryan Hudson' url = 'http://www.channelate.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -162,7 +152,6 @@ class ChannelAte(_BasicScraper): class ChasingTheSunset(_BasicScraper): - description = u'Chasing the Sunset | Fantasy Webcomic | Elves, Pixies and a blue dragon with orange stripes.' url = 'http://www.fantasycomic.com/' stripUrl = url + 'index.php?p=c%s' firstStripUrl = stripUrl % '1' @@ -172,7 +161,6 @@ class ChasingTheSunset(_BasicScraper): class CheckerboardNightmare(_BasicScraper): - description = u'Checkerboard Nightmare by Kristofer Straub - A Webcomics Institution' url = 'http://www.checkerboardnightmare.com/' stripUrl = url + 'd/%s.shtml' firstStripUrl = stripUrl % '20001110' @@ -200,7 +188,6 @@ class Chisuji(_BasicScraper): class CigarroAndCerveja(_BasicScraper): - description = u'Cigarro & Cerveja' url = 'http://www.cigarro.ca/' stripUrl = url + '?p=%s' imageSearch = compile(r"(/comics/.+?)'") @@ -209,7 +196,6 @@ class CigarroAndCerveja(_BasicScraper): class Collar6(_BasicScraper): - description = u'Collar 6' url = 'http://collar6.com/' rurl = escape(url) stripUrl = url + 'archive/%s' @@ -220,7 +206,6 @@ class Collar6(_BasicScraper): class Comedity(_BasicScraper): - description = u'Comedity 2.0' url = 'http://www.comedity.com/' stripUrl = url + 'index.php?strip_id=%s' firstStripUrl = stripUrl % '1' @@ -240,7 +225,6 @@ class Commissioned(_BasicScraper): class CompanyY(_BasicScraper): - description = u'Company-Y' url = 'http://company-y.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -272,7 +256,6 @@ class CoolCatStudio(_BasicScraper): class CorydonCafe(_BasicScraper): - description = u'Corydon Cafe humorous online comic archive of abstruse awesomeness created by a starving artist' url = 'http://corydoncafe.com/' starter = indirectStarter(url, compile(tagre("a", "href", r'(\./\d+/[^"]+)'))) @@ -287,7 +270,6 @@ class CorydonCafe(_BasicScraper): class CourtingDisaster(_BasicScraper): - description = u'Courting Disaster by Brad Guigar - A Daily Webcomic' url = 'http://www.courting-disaster.com/' stripUrl = url + 'archive/%s.html' firstStripUrl = stripUrl % '20050112' @@ -297,7 +279,6 @@ class CourtingDisaster(_BasicScraper): class CowboyJedi(_BasicScraper): - description = u'A Long Time Ago In A Webcomic Updated Weekly...' url = 'http://www.cowboyjedi.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -308,7 +289,6 @@ class CowboyJedi(_BasicScraper): class CrapIDrewOnMyLunchBreak(_BasicScraper): - description = u'A semi-biographical web comic about the struggles and occasional humour of daily life, pets, friends, and more. Currently completing the missing archive comics with your help.' url = 'http://crap.jinwicked.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '2003/07/30/jin-and-josh-decide-to-move' @@ -340,7 +320,6 @@ class CtrlAltDelSillies(CtrlAltDel): class CrimsonDark(_BasicScraper): - description = u'A Sci-Fi webcomic set in space in the distant future.' url = 'http://www.davidcsimon.com/crimsondark/' stripUrl = url + 'index.php?view=comic&strip_id=%s' firstStripUrl = stripUrl % '1' @@ -350,7 +329,6 @@ class CrimsonDark(_BasicScraper): class CraftedFables(_BasicScraper): - description = u'Caf-Fiends' url = 'http://www.craftedfables.com/' baseUrl = 'http://www.caf-fiends.net/' rurl = escape(baseUrl) @@ -362,7 +340,6 @@ class CraftedFables(_BasicScraper): class CucumberQuest(_BasicScraper): - description = u'Cucumber Quest' url = 'http://cucumber.gigidigi.com/' rurl = escape(url) stripUrl = url + 'cq/%s/' @@ -379,7 +356,6 @@ class CucumberQuest(_BasicScraper): class Curtailed(_BasicScraper): - description = u'' url = 'http://curtailedcomic.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '2012/04/08/sneeze' @@ -390,7 +366,6 @@ class Curtailed(_BasicScraper): class Curvy(_BasicScraper): - description = u'An erotic sci-fi adventure comic for adults.' url = 'http://www.c.urvy.org/' stripUrl = url + '?date=%s' firstStripUrl = stripUrl % '20080329' diff --git a/dosagelib/plugins/comicfury.py b/dosagelib/plugins/comicfury.py index 29ec00578..382a90830 100644 --- a/dosagelib/plugins/comicfury.py +++ b/dosagelib/plugins/comicfury.py @@ -13,7 +13,7 @@ _imageSearch = compile(tagre("img", "src", r'([^"]+)', after='comicimage')) _prevSearch = compile(tagre("a", "href", r'(/comics/\d+)', after='prev')) _nextSearch = compile(tagre("a", "href", r'(/comics/\d+)', after='next')) -def add(name, url, description): +def add(name, url): classname = 'ComicFury_%s' % name @classmethod @@ -24,7 +24,6 @@ def add(name, url, description): globals()[classname] = make_scraper(classname, name='ComicFury/' + name, - description = description, url = url, stripUrl = url + '%s', starter = bounceStarter(url, _nextSearch), @@ -36,372 +35,372 @@ def add(name, url, description): # do not edit anything below since these entries are generated from scripts/update.sh # DO NOT REMOVE -add('12yearslater', 'http://12yearslater.webcomic.ws/', u'This is a strip comic about two different moments. One of them happens a certain number of years after the other- I bet you can guess how many.') -add('30years', 'http://30years.webcomic.ws/', u"a life and time of a cartoon's named miss j and the am and the it long hard road to be a webcomic named jenffer's show") -add('6colorstories', 'http://6colorstories.webcomic.ws/', u'') -add('933dollars', 'http://933dollars.webcomic.ws/', u'') -add('AAB', 'http://AAB.webcomic.ws/', u"This is where I plan on sticking all my non-cannon Frostbound, and miscellaneous art for your enjoyment. Any fan art that get's draw for Frostbound will also end up here.") -add('Abrickishspacecomic', 'http://Abrickishspacecomic.webcomic.ws/', u'A photographic comic made with LEGO space.') -add('AccidentallyonPurpose', 'http://Accidentally-on-Purpose.webcomic.ws/', u'A Warlock, a Guitarist, and a Host for a demon live under the same roof and are in a three way relationship. As things go upside down and right side up again, there seems to be quite a few issues in their lives, even though the three of them seem to still make it through okay, minus the huge bills they have to pay to their landlord...') -add('Acroalis', 'http://acroalis.webcomic.ws/', u'Acroalis its a fantasy world wich has been in peace with every one on its side, that wasant when everything changed after 2 meteors collided into the ground, never knowing what that was the villagers and others citizens of acroalis ignored it thinking it was just a natural phenomena, when actually the 2 meteors conteined a much more secred source , one that will change all acroalis.') -add('Actingout', 'http://actingout.webcomic.ws/', u"When a bunch of kids with very different personalities come together in their school's drama club, a lot more goes on in the auditorium than you may think! Follow the dramatic lives of Clinton, Ollie, Tasha, and the rest of the gang as they set the scene and put on a heck of a performance, both on and off the stage! Updates are on Sundays and Thursdays!") -add('AdventuresofMaggie', 'http://AdventuresofMaggie.webcomic.ws/', u'Follow the Adventures of Captain Maggie Armond Averel the Fourth and her Crew as they go on fantastical adventures aboard the mighty airship THE DAMP BROAD! Girls, Magic, Laughs(?), Poor choices! All of these things and more! Updates Saturdays.') -add('Aether', 'http://aether.webcomic.ws/', u'') -add('Afairtrade', 'http://afairtrade.webcomic.ws/', u'') -add('Aforeverquest', 'http://aforeverquest.webcomic.ws/', u'hi this is like my life but it is drawn like a cartoon it is ok sometimes my friends say i should make it better. i talk about girls and dating and relationships and jobs and millennials in it.') -add('Afrodays', 'http://afrodays.webcomic.ws/', u'Inspired By Life Nope, nope turkeys') -add('Ahappierkindofsad', 'http://ahappierkindofsad.webcomic.ws/', u'A Happier Kind Of Sad is a weekly photocomic about hoping things will seem better in the morning. Updates Mondays and Wednesdays!') -add('Albinobros', 'http://albinobros.webcomic.ws/', u'Two guys at work shoot the breeze and do their best to not break the fourth wall.') -add('Alexanderandlucas', 'http://alexanderandlucas.webcomic.ws/', u'Alex and Lucas are roomies and old friends. Follow their lives as they try to make it through the life of high school graduates. Hilarity, and mainly drama, ensues! This is a reboot of a previous comic I had on Drunk Duck.') -add('Alignment', 'http://Alignment.webcomic.ws/', u"In a world that could only exist in a table top RPG, follow Goredamn the to-be Dungeon Master as he stumbles into trouble, blurring the lines of heroes and villains, changing the \u201ccore rules\u201d of reality, and discovering a plot that's way more threatening than he'll ever be! Roll for initiative and read the next critical hit in fantasy adventure: Alignment!") -add('Alittlebitofeverything', 'http://alittlebitofeverything.webcomic.ws/', u"Gag-a-day comic featuring the adventures of Lucky, Swifty, their friends & family. Expect laughs, classic muscle cars, and stuff blowing up... but hopefully not the muscle cars. We don't have the budget to replace them.") -add('Allthebbqsauce', 'http://allthebbqsauce.webcomic.ws/', u'A comedy strip about antics and semantics.') -add('Alone', 'http://Alone.webcomic.ws/', u'One day when Arianna wakes up, something\xb4s different... The entire world is gone, she sets out on an exciting adventure to find out what\xb4s going on.') -add('Alya', 'http://Alya.webcomic.ws/', u'"Alya The Last Child of Light," is the story of a young woman born of a star and her fight to save all life from an ancient race who seeks to destroy it.') -add('AmericanNerd', 'http://AmericanNerd.webcomic.ws/', u"The adventures of the epynonymous nerd in Japan, going through the usual JRPG motions alongside a blonde amnesiac protagonist, a nature spirit, a Digital monster, a Sonic the Hedgehog cosplayer, and a few characters I haven't gotten around to yet. Whacky shennanigans ensue.") -add('Americanextremists', 'http://americanextremists.webcomic.ws/', u"Politics 'n stuff") -add('Amtheatre', 'http://amtheatre.webcomic.ws/', u"Do you like mid-low fantasy? Do you like comedy? Are you not offended by characters who are missing important appendages? Maybe you should read this. Or maybe not. Is this another DnD comic? No. But is it filled with cheap pop culture references? Hell no. Why is the main character a girl with no legs or right arm? Because I'm a sick human being, okay???") -add('AnK', 'http://AnK.webcomic.ws/', u"Synopsis: For the first time in millennia, Arecace is on the brink of war. Cyden, an Esarian rebel looking to achieve equal rights for his race conspires to overthrow the world's central government through violence and attrition. His nephew, Drake, may be the only one who can stop him. Both want to enlist the help of an young Esarian, Mathaeis who has only just learned what he is, and may be the key to either one's success by his association to a once formidable Esarian, Azrisar. Themes: power, betrayal, civil rights, liability Genre: fantasy, political thriller, action Written Summary of completed chapters here: sta.sh/08f2dfrpf8u") -add('Angryfaerie', 'http://angryfaerie.webcomic.ws/', u"Not all faeries are happy, cheerful little forest creatures. One, in fact, is downright ornery. She's mean-spirited, violent.. and ANGRY. Welcome to the twisted world of Angry Faerie.") -add('Angstcomic', 'http://angstcomic.com/', u'Full of self pity and demotivational occurrences, Angst is a comic that follows the life of it\'s author Christian A. Set primarily during his final years at highschool, but continues on past that into his early years at university (and possibly even further). Not every comic presented here has a punch line. Heck! Very few of them have a punch line. The comic is more of a cathartic exercise for Christian A. to get his worries off his mind. You may find some ironic, poignant, or maybe, at the very least, relatable. If not, then you can always laugh at the bad, crudely drawn characters. Angst can be described as the Catcher in the Rye of webcomics mixed with a bit of American Splendor... but not as good. You probably won\'t like. Nobody will probably like it. But that\'s okay. Nobody ever seems to like things anymore. Updates Tuesday, Thursday, Saturday. Why? Because we\'re such INDIE kids here and can\'t - just CAN\'T - update like everyone else on Mon, Wed, Fri! That just aint right! You may have noticed that this description is longer than most that you\'d find for other webcomics... Think of it what you will. Whether it be that other comics don\'t need such a long description because they\'re just THAT GOOD, and this one isn\'t... or maybe this comic is more for people who like to read a lot (you must be if you\'re willing to read through the walls of text in the comics)... To remedy such a long, probably boring description, here\'s a quick line that will likely appeal to the masses, and send this comic into webcomic stardom! "SEX! BEER! BOOBS! Politically Incorrect humour? We got that! We\'re great and you know it!"') -add('Antarcticbroadcasting', 'http://antarcticbroadcasting.webcomic.ws/', u'Stickmen and their shenanigans-- inspired by life and other disasters.') -add('Anthrosanddungeons', 'http://Anthrosanddungeons.webcomic.ws/', u'Welcome to the Inn of the Anthros and Dungeons. Pull up a bar stool and order a pint. Listen to the tales told by the owners of this fine establishment of their years as adventurers and how they escaped their births in bondage. They have many tales to tell, and are always seeking an ear to listen to their tales.') -add('Applepine', 'http://Applepine.webcomic.ws/', u'Follow Applepine as he experiences life one problem at a time, with help from his friends of course! Each with their own way of solving the enigma of life, they help Applepine find his way through trouble, girls, and adventure in this ongoing series.') -add('ArachnidGoddess', 'http://ArachnidGoddess.webcomic.ws/', u"Dark modern fantasy! Born of a severe stroke of individuality & nihilism, 'Ahab' relates more to vermin & outcasts. Join the narrative as she abandons her humanity & finds herself in the gloom. Features peril, BDSM, & disturbing scenes.") -#add('ArchportCityChronicles', 'http://ArchportCityChronicles.webcomic.ws/', u"The best guessed center of the universe has an adventure for everyone...It's amazing what you can stumble into... Dissatisfied on what was supposed to be a fun trip it was only a matter of time until adventure lured Joe in. Now a group of discredited bounty hunters with a dangerous target have dragged him along for the ride.. Updates Tu and Thr... IF THE PAGES GO UP SIDE WAYS LET ME KNOW THE FILES SEEM TO BE MESSING UP FOR SOME REASON SOMETIMES!!! New opening is UP!!") -add('AreYouDoneYet', 'http://AreYouDoneYet.webcomic.ws/', u'A series of cartoons about raising a large family in the traditional three panel format.') -add('Area42', 'http://area42.webcomic.ws/', u'Area 42 is the story of an amateur paranormal investigator and the alien he\'s been forced to room with. Watch as they tackle the tough issues, like why that one cosplayer is such a jerk and why "Who would win?" questions are inherently flawed.') -add('Armybrat', 'http://armybrat.webcomic.ws/', u'') -add('Asperchu', 'http://asperchu.webcomic.ws/', u"Welcome to the grand world of ASPERCHU, the electric/aspergers type hedgehog pokemon! Join ASPERCHU in his adventures to save Albville from the evils of evil villains of the PVCC and more. I am so greatful to have my TRUE and LOYAL fanbase, which I would never have had if not for the leadership and artistic genius shown to guide me by Christian Weston Chandler. I welcome all fans who wish to contribute to ASPERCHU'S adventures, as without them my power would be none!") -add('Astralaves', 'http://astralaves.webcomic.ws/', u'a comic I am working on. Sort of a fantasy thing.') -add('Atm', 'http://atm.webcomic.ws/', u'') -add('Atomicmonkey', 'http://atomicmonkey.webcomic.ws/', u'Welcome to Pandora City where monsters, demons, and mechanical menaces roam. Who can stand before this onslaught? Are the citizens doomed? Will heroes like the Killer Bee, Arcane, and the Wildborn be enough to prevent the forces of evil from finally gaining control of the city and its secrets?') -add('Atowncalledalandale', 'http://atowncalledalandale.webcomic.ws/', u'Welcome to the town called Alandale. Home to the supernatural and the bizarre. Follow the misadventures of a group of young people as they navigate everyday life and deal with their own strange and unique problems.') -add('Augustosclassic', 'http://augustos-classic.webcomic.ws/', u'When three kids escape from a shady research facility, where humans are being experimented on and dark deeds are happening unnoticed by the rest of the world, they find themselves in the middle of the desert, with no food, no water, and barely able to get along with each other. When their only friend in the world, Emily, is "kidnapped" by government officials, they boldly and stubbornly chase after her, hoping to find her as well as some clues about their past. But Emily is not all that she seems... On the way, they run into several strange and bizarre characters who rarely help and often cause more trouble for them. Augustos is a purely adventurous story with a bit of action and humor squeezed into it!') -add('Awkwardshelby', 'http://awkwardshelby.webcomic.ws/', u"Awkward Shelby is a slice-of-life comic that follows the author closely in the way that she speaks, thinks, and acts in certain situations as well as some journal-like comic strips of real-life occurences. Shelby started her webcomic, Awkward Shelby, in June of 2012 as a means of fulfilling time the summer after she graduated from high school. Since then, she has gained thousands of followers from 12 different countries and has received a 4.91 (148 votes) on Comicfury. The webcomic in its run so far, already has over 200 strips and is currently featured as a weekly comic in The Santa Fe University of Art and Design's oncampus magazine, The Jackalope. *NEW* Awkward Shelby now updates everyday except Sundays at 10AM (unless otherwise stated) Visit the online store: http://skreened.com/awkwardshelby") -add('BASO', 'http://BASO.webcomic.ws/', u'An epic space opera') -add('BATB', 'http://BATB.webcomic.ws/', u'A lushly conceived and meticulously researched retelling of the classic Fairy Tale, Beauty and The Beast.') -add('BTTF', 'http://BTTF.webcomic.ws/', u'A man is residing in his home when he discovers that his fridge has vanished under mysterious circumstances. Updating Mondays, Wednesdays and Fridays.') -add('Baby001', 'http://baby001.webcomic.ws/', u'Parenthood hangs over me like a pukey sword of Damocles. This is a web comic about nervously looking up.') -add('BabyBatman', 'http://BabyBatman.webcomic.ws/', u"It's Batman, but as a baby. Well technically he's more of a small child but that doesn't have the same ring to it. Updates whenever") -#add('Ballandchain', 'http://ballandchain.webcomic.ws/', u'Sliver is as a modern-day gladiator who fights with a ball and chain. Her life takes an unexpected turn after she meets Dorioth, a scatter-brained pick pocket thief. The story takes place in the wake of a nuclear disaster, which has brought forth the generation known as "Nuclear Babies" (people born with strange mutations). Updates irregularly!') -#add('Barkingcrayon', 'http://barkingcrayon.webcomic.ws/', u'Comics with a Conservative slant.') -add('Baseballcapsandtiaras', 'http://Baseballcapsandtiaras.webcomic.ws/', u'A tomboy, 16 year old Paige, and a girly girl, 8 year old Katie, discover a portal to a magical world in their house. The magical world is fraught with political dangers.') -add('BattleoftheRobofemoids', 'http://Battle-of-the-Robofemoids.webcomic.ws/', u'Robofemoids rocket off into space and meet up with lots of people who prove difficult to live with. Along the way they strip more for conversion and lovingly create more robofemoids and introduce the robohomoid.') -add('Beebleville', 'http://Beebleville.webcomic.ws/', u"A cheesy webcomic following the odd perspective of one man's journey through work, marriage, fatherhood, life, death, and dealing with his wifes' damn cats interwoven with the strange happenings of the world we all inhabit.") -add('Beepclub', 'http://beepclub.webcomic.ws/', u'"Will giant robots ever be in vogue?" Join Phoebe Rivet as she desperately attempts to recruit more members for the designer robot club house, Beep Club. A chick-lit webcomic with giant robots!') -add('Beepolice', 'http://beepolice.webcomic.ws/', u'Bee Police is a comic about government conspiracies, mutant bees, mountain gods, ancient aliens, random monsters, and some aggies living in an out of the way town named Podunk.') -add('BeforeAndAfter', 'http://BeforeAndAfter.webcomic.ws/', u'A group of friends just graduated from high school and have to face what comes next... real life.') -add('Bentelbows', 'http://bentelbows.webcomic.ws/', u"You got some kind of skeleton bag man on hallucinogens, a mummy that's tired of life, and a crocodile that truly appreciates alcohol.") -#add('Bestbrosforever', 'http://bestbrosforever.webcomic.ws/', u'We follow the two main character Glenn and Ted on their journey on a distant planet.') -add('BetaParticles', 'http://BetaParticles.webcomic.ws/', u"This is where things go that don't go elsewhere. For those more curious as to my motives or rationale, see here: [url=http://betaparticles.thecomicseries.com/about/]Click this[/url]") -add('BetweenRounds', 'http://Between-Rounds.webcomic.ws/', u'') -#add('Beyondtheordinary', 'http://Beyondtheordinary.webcomic.ws/', u'') -add('Biblebelt', 'http://biblebelt.webcomic.ws/', u"I'm balancing a 3 1/2 year old on my head as I type this. Truly one of God's miracles. (The simultaneous balancing and typing, not my ability to reproduce.) Feel free to point out my spelling and grammar mistakes. Amen.") -add('Bimorphon', 'http://bimorphon.webcomic.ws/', u'The humans are not alone in the universe, as two small androids travel from planet to planet, attempting to defend them from annihilation. After reaching Earth, they meet their human hosts and defend it from an evil that\u2019s been unstoppable. Can the humans help the androids protect Earth? Or will they only postpone the inevitable?') -add('Biosyte', 'http://biosyte.webcomic.ws/', u'Michael Treble, an everyday man who seems to answer any question thrown at him with ease. Explaining things is a jiffy for him. Or so it would seem. He will receive a rather... gross awakening from his "high and mighty" persona when a biological weapon-a prototype parasitic virus- is suddenly introduced into his system. And what do you know?! This thing has been granted the power of sentience! (Occasional Updates)') -add('Birdman', 'http://Birdman.webcomic.ws/', u"While filming a comeback series of Birdman, a 'real' vesion seems to be out and in action") -add('Blessings', 'http://Blessings.webcomic.ws/', u'') -add('BlueBloodHeroes', 'http://BlueBloodHeroes.webcomic.ws/', u'Six children possess a genetic irregularity that grants them super-human powers and turns their blood blue. As criminals and injustice begin to rise in their hometown, they decide to form a superhero team.') -add('Boatcrash', 'http://boatcrash.webcomic.ws/', u'An outlandishly distorted interpretation of the life of a guy that plays a lot of video games.') -add('Bobbythefetus', 'http://bobbythefetus.webcomic.ws/', u"A fetal adventures of a fetus (which is not an e!). It features a Svalbardian/Swedish fetus(which might be a fetus, but isn't) named Bobby located somewhere in Iceland, adjustment disordered narrator who hates being seen, Roberta the fetus (who is not an e!) who is Bobby's girlfriend, the author himself, a sock puppet and a minor deity destined to ruin the world... This is a mirror of the DrunkDuck comic with the same name and author...") -add('Booksdontworkhere', 'http://booksdontworkhere.webcomic.ws/', u'A meta flavored webcomic with no 4th wall and a plot about a webcomic actress and the challenges she has to face. You know imaginary scripts, unreliable narrators, plot holes, meta walls, wacky physics, mad science, and budget cuts. Updates Monday, Wednesday, and Friday.') -add('Boritom', 'http://boritom.webcomic.ws/', u'The scintillating adventures of an alien, a redneck and a floating orb of death in the bucolic setting of fictional "Utopia Dell, Arizona." The strips currently running are all of the "classic Boritom" adventures from the strip\'s original run from 2000 to 2006. In all, there were about 325 strips, so I am currently updating 5 days a week in order to get people caught up. As we get closer to the "Big Day," where brand new strips start coming up, there will be lots of information and ballyhoo letting everyone know what to expect... to an extent. Spoilers, Doctor... Spoilers... Once new strips start coming out, however, the updates will probably scale back to once or twice a week.') -add('BrokenReality', 'http://BrokenReality.webcomic.ws/', u'This story revolves around two teenage boys who suddenly find themselves living in japan for no apparent reason. Joined by twin Japanese girls, The four of them now seem to be living their lives in a world where the rules of reality are constantly being broken in one way or another.') -add('Bulletproof', 'http://bulletproof.webcomic.ws/', u'In Junction City, there are men and women with strange powers and abilities, the Omega Humans. Ostracized by society, many turn to crime, while a few are employed by JCORP to keep the city safe. But can a corporation be trusted with law enforcement? Bulletproof is a B&W superhero comic set in a dystopian near-future city.') -add('Bustysolar', 'http://bustysolar.webcomic.ws/', u'The space adventures of Busty Solar and her space police team. Lots of strange jokes and naughty fun.') -add('Cannonadeofhogwash', 'http://cannonadeofhogwash.webcomic.ws/', u'As the title suggests, this is a cannonade of hogwash. Updated almost daily.') -add('CatHero', 'http://CatHero.webcomic.ws/', u"Cat Hero's epic Catventures as an Hero, starring Cat Hero as Cat Hero, by Cat Hero; is a graphical representation of the (mis)adventures of a cat-person named Cat Hero, whose arch-nemesis is CatoreH, a life-sized cardboard cutout of a (very) badly drawn cat-person. Half a quick comic, half an experiment to see if single-panel gag-a-day style can actually convey a story, and be good doing it.") -#add('Cataclysm', 'http://cataclysm.webcomic.ws/', u'Set on the last remaining hospitable island on a frozen world, a covert faction known as Militia attempts to overthrow a utopian civilization and their benevolent rulers, The Council.') -add('Catwithgoggles', 'http://catwithgoggles.webcomic.ws/', u'Cat with Goggles is a collection of daily musing, interesting stuff, encounters of Elisha and her friends (real and imaginary) in the form of comics.') -add('Cautionarytales', 'http://cautionarytales.webcomic.ws/', u'A webcomic, caution sign style.') -add('Chocolava', 'http://chocolava.webcomic.ws/', u'An awesome webcomic by The BIG Four (email: chocolavacomics[at]gmail[dot]com)') -add('ChristianHumberReloaded', 'http://ChristianHumberReloaded.webcomic.ws/', u"Once upon a time, an unpopular kid in a boarding school had his anime taken away and he turned to writing. He created what is simultaneously the worst and the best story ever created. This is that story's comic-book interpretation. You have been warned. Christian Humber Reloaded rips off/steals from every video game and anime ever made. Yes, even that one. It also has Bionicles. And Hitler. And it's supposed to be serious.") -add('ChronoRedux', 'http://ChronoRedux.webcomic.ws/', u'Chrono Redux is a retelling of the classic Chrono Trigger game, except that it makes fun of it. Truthfully, I mock it because I love it.') -add('CityOfDream', 'http://CityOfDream.webcomic.ws/', u'Taking the mixture of Fantasy, Modern and slice of life (with a ton of details on philosophy) is what composes this work. Also the idea is not going for the heroic epic side, for this is made to work with the view of the sidelines not the "hero". You have been warned... Updates Saturday or Sunday') -#add('Clockworkatrium', 'http://clockworkatrium.webcomic.ws/', u'In a misguided attempt to develop their full potential for success, students at a German university are forced to participate in a campus chess "game" in which they are the pieces and the captures could consist of murder. (This is a mirror. Visit the main site at www.clockwork-atrium.com)') -add('ClydenOwen', 'http://ClydenOwen.webcomic.ws/', u'"Clyde n Owen" is a comic strip with a love for randomness.') -add('Cockeyed', 'http://cockeyed.webcomic.ws/', u'A weekly comic of cartoons strips, spoofs etc.') -add('CoftheA', 'http://CoftheA.webcomic.ws/', u'It is a fantasy comic that is loosely about philosophy. It features real pictures and a disturbing amount of software effects to create a drawn feel. Sadly I think it would be less work to just draw it. The main character, Jim Towers" is played by me and represents some sort of mental condition as the majority of the humour in the comic is the character played by me, calling out snarky remarks to me... the author/narrator. Hope you enjoy. Updates are every Friday for now.') -add('Comingapartments', 'http://comingapartments.webcomic.ws/', u'Apartment life is never an adventures. But J.B. and Diri are sure as hell gonna try to make it one.') -add('CompanyMan', 'http://CompanyMan.webcomic.ws/', u"Company Man is about the lives of the employees of the F.R.J. Media Group and the celebrities they represent. The antics at the office are silly but it makes you laugh. It's much funnier than your last team meeting!") -add('Complicatedd', 'http://Complicatedd.webcomic.ws/', u'After years of torment and hardship, Ciz, Sora, and Adri fall into a sense of normalcy as their lives begin to stabilize. Their short peace is shattered, however, when a familiar face surmounts a violent takeover of the planet. Humans fall victim to the tyranny which once plagued their past as the world collapses around them and life becomes a brutal race just to survive. Ciz and Adri are forced to reunite with old enemies, but can they put aside their differences to mount a successful defense against the looming war? In the end, who will stay alive when THEY come? (An Invader Zim Fan Comic)') -add('Conplicated', 'http://Conplicated.webcomic.ws/', u'When sarcastic but charitable Amber Pennicastle follows a handsome panhandler to his secret hideaway, her life turns upside-down in this action/romantic comedy. (Revised and color version of Geode Corner).') -add('Contestedterritory', 'http://contestedterritory.webcomic.ws/', u'What happens when two small girls from either side of the war meet? What happens when they become best friends? Contested Territory is a story about just that; a young Orc named Thook and a rescued Night Elf with no memories named Kithra. Instantly inseparable, the girls face Azeroth together, testing the boundaries of friendship, family and faction as they learn what makes them so similar, yet so different. Raised by loving but cautious Auntie and Uncle, Aguul and Kross, as well as a dear tauren friend, Winthir, Thook and Kithra learn what happens when two enemies meet before they are old enough to understand hatred. This is a fan-based comic set in Azeroth, home of World of Warcraft. This comic was originally written in 2008, with the prologue, and chapters one and two taking place during Vanilla. The comic is done entirely by hand: pencil, pen, colored pencil, and scan. Currently, it uploads regularly on Tuesday mornings and Friday mornings. If you do not play WoW, the main thing that you need to know is the hatred between the two factions: the Horde, made up of Orcs, Tauren, Trolls, Undead and later Blood Elves and Goblins, and the Alliance, comprised of Humans, Dwarves, Night Elves, Gnomes and later Draenei and Worgen. Thank you for viewing and feel free to leave a comment or two!') -add('Copypasteandmrbenjy', 'http://copypasteandmrbenjy.webcomic.ws/', u'Copying and pasting characters with wacky hijinks! HI-LARTY ENSUES!') -#add('Cosmicdash', 'http://cosmicdash.webcomic.ws/', u'Follow the adventures of the crew of the Lucky Strike, a cargo-ship exploring a shifting galactic landscape.') -add('Cowtoon', 'http://cowtoon.webcomic.ws/', u'A crazy look into the lives of insane farm animals.') -add('Crawlers', 'http://crawlers.webcomic.ws/', u"Their fate is determined by dice and a set of laws they have become the masters of manipulating. Updated every Tuesday and Thursday at 10AM central time (except during campaign season because I'm running for the Missouri House of Representatives).") -add('Crimsonpixel', 'http://crimsonpixel.webcomic.ws/', u"this is just going to be a series of comics pertaining to things in video games my daily life that i find funny. i'll be updating often (at least once a week), so please enjoy, comment, and share! |m|>.<|m|") -add('Crowbar', 'http://crowbar.webcomic.ws/', u'A curious boy befriends a robot inside an alien pyramid on a distant planet! Together they must solve a puzzling mystery before dark forces overwhelm them.') -add('Crowbars', 'http://Crowbars.webcomic.ws/', u'T-Shirts and other pointless merchandise also available on website.') -add('Cubecows', 'http://cubecows.webcomic.ws/', u'Cube Cows for everyone! Merely shout something out and I, your ever faithful servant, shall warp and twist it into a cube cow. Be it a character, idea, game, object, or even yourself, once put into the cube-cowifier, it shall be done! All suggestions are put on a list, and then selected randomly off of that list. If you or one of your characters are used, you have equal rights, and may use the drawing for personal purposes (eg. Avatar, displaying in webcomic...)') -add('Cupcakegraffiti', 'http://cupcakegraffiti.webcomic.ws/', u'The many adventures of Mr. Cupcake. Shop for Cupcake Graffiti on ETSY!! http://www.etsy.com/shop/sodapopcomics') -add('Curvyboneyosis', 'http://curvyboneyosis.webcomic.ws/', u'"This comic is TERRIBLE, its not even a real comic, its just shit this Robin thing drew while it was drunk, and it laughs at it till it cries!" Quote from one of Robin Jevics basement prisoners.') -#add('DEMENTED', 'http://DEMENTED.webcomic.ws/', u"\u2606 [b]Updates[/b] - Every Saturday Karma is a bitch. We're all going to Hell eventually. But what happens if you've taken a visit to it and a certain little someone followed you back on Earth..? CHAOS ensues. Take a ride with Slayne, a killer-for-hire where everyday is the worst day of his life~ Tags: LGBT, Incubus, Demons, Angels, Hell, Heaven, Cute, Chibi, Anime, Sci-Fi") -add('DRouggs', 'http://dRouggs.webcomic.ws/', u'Dark and wierd comic, but sometimes quite funny. [No storyline]') -add('Dailydoodle', 'http://dailydoodle.webcomic.ws/', u'A collection of doodles and drawings') -add('Damnhipsters', 'http://damnhipsters.webcomic.ws/', u"There's some in every generation... those that are so obsessed with being cool they'll do anything to keep ahead of the mainstream no matter how stupid it makes them look. These are their stories.") -add('Dandk', 'http://d-and-k.webcomic.ws/', u'The adventures of a group of friends as they try to live the sex, drugs and rock and roll lifestyle. Nobody said it was going to be easy. Updates every Monday and Wednesday') -add('Darksisters', 'http://darksisters.webcomic.ws/', u'Follow the adventures of the witches of the Dark Sisters Coven as they use their wits, magic, and mostly their sexual charms against the demonic and mortal forces that oppose them.') -#add('Dasien', 'http://dasien.webcomic.ws/', u'Publishing the entire run of Dasien daily! Superhero girly goodness!') -add('Datachasers', 'http://Datachasers.webcomic.ws/', u'Data Chasers is set in the distant future, in a world still recovering from an apocalypse. In it, humans and androids live side-by-side and face the hazards of their dangerous environment. Though set far into our future, it reflects our past and our present, dealing with the politics and cultures of different people, along with touching on the very fundamentals of humanity. ( Updates Monday though Friday ) ( Description by Ranger_Brian_New! )') -add('Davidandtherobot', 'http://davidandtherobot.webcomic.ws/', u'A sarcastic group of four ban together to stop the mysterious Resternic Science and find out the truth of the New Future Project.') -add('Ddsr', 'http://ddsr.webcomic.ws/', u'A sprite comic that has no Sonic sprites! Seriously, all custom done. Join two friends and there crazy adventures involving demons, robots, explosions and shiny things.') -add('Dead', 'http://dead.webcomic.ws/', u'"Today a young man on acid realized that all matter is merely energy condensed to a slow vibration, that we are all one consciousness experiencing itself subjectively, there is no such thing as death, life is only a dream, and we are the imagination of ourselves... Here\'s Tom with the Weather!"') -add('DeadFingers', 'http://DeadFingers.webcomic.ws/', u"Deadfingers is a story about an indigenous girl and her tribe, struggling to salvage its independence from the imperialistic mainland. Features magic, knife fights, guns, robots and everything else you'll find in the alternate universe. To read the entire comic (over 200 pages long and counting) Please visit http://www.drunkduck.com/DeadFingers/. DeadFingers updates with new pages every M T W TH F and S.") -add('Deadducks', 'http://deadducks.webcomic.ws/', u'Danny duck and his two brothers just moved in with their uncle in a small town full of ghost monsters and serial killers') -add('Definehero', 'http://definehero.webcomic.ws/', u"Part fairy tale parody, part comedy, part adventure...all chaos A pair of roaming thieves accidentally awaken the mightiest hero of all time...too bad he has no idea what's going on. Mistaking the two bandits as his fated guides, he follows them oblivious to the fact that he's being molded into their perfect weapon. Though the thieves' brilliant plan seems flawless, the hero's instinct to do good deeds gets in the way and leads the trio into a series of epic...and often hilarious adventures Set in a world crafted by a dragon's hand, the trio encounter magic beings, terrifying shape-shifting monsters and bizarre spirits and gods. Violence/gore and strong language-(PG-13) Updates once or twice a week! Illustrated by me Written by a group of not-so sane people including your's truly") -#add('Demoneater', 'http://Demoneater.webcomic.ws/', u'The grotesque life story of Saturno, a demon that eats other demons to get stronger.') -add('Demonwings', 'http://demonwings.webcomic.ws/', u'') -add('DenizensAttentionComic', 'http://DenizensAttentionComic.webcomic.ws/', u'Alicka and her little brother Winston are sent to Winterkill Boarding School. The number one dumping ground of unwanted troubled teens. A miniature Gormenghast filled with bad seeds and black sheep.') -add('Dictatorship', 'http://dictatorship.webcomic.ws/', u'Meet mr. President and his wacky lackeys who rule the Republic of Syrania with an iron fist.') -add('Dierabbitdie', 'http://dierabbitdie.webcomic.ws/', u'Born in the backwoods of Oklahoma, Daisy Dew Mummolo lived a life of mystery her first few years. She was found in an abandoned house and spent some time at a rescue before Burt responded to her get-rich-quick scheme on Craigslist. She felt pity for him after cleaning out his bank account and decided to move in with him to console his constant spats of crying. Soon, they became friends, and Daisy allowed Burt to chronicle her daily life in exchange for baked chicken dinners, trips to the dog park, and custom made collars. Daisy loves children, tolerates adults, and absolutely hates rabbits. It\'s in her blood. Since the 1500\'s her breed has been raised to find rabbits. Unfortunately, Daisy has somehow twisted this tracking talent into a personal vendetta. She earnestly feels that rabbits are evil and must be hunted down and destroyed. As such, many in the rabbit community have taken exception to this attitude. Several restraining orders have been taken out against Daisy, but she simply chews them up the moment they\'re served. Each morning, she awakes with a smile on her face, a spring in her step, and a singular phrase in her mind, "Die Rabbit, Die!"') -#add('Diexemor', 'http://diexemor.webcomic.ws/', u"diexemor is the about a gambler named mephena trying to deliver her special friend from prison, veremor. this story has lesbians...so don't read if you hate them. It will be updated every week.") -add('Disturbingcomics', 'http://Disturbingcomics.webcomic.ws/', u'Dark dumb luck hero finds super female.') -add('Docapoc', 'http://docapoc.webcomic.ws/', u'A useful* resource for surviving** and thriving during*** the end of life as we know it at the "hands"**** of zombies, aliens, robots, boredom, plague, asteroids, the weather, ninjas, clowns, [redacted by National Security], war, global warming, giant creatures from the deep or vampire enslavement. *No "actual" usefulness, either real or implied, is guaranteed. **No "actual" survival, either real or implied, is guaranteed. ***No "actual" thriving, either real or implied, is guaranteed. ****Many forms of apocalyptic doom do not have hands.') -add('Doffeellende', 'http://doffeellende.webcomic.ws/', u'') -add('Domain', 'http://Domain.webcomic.ws/', u'Emily Quarters returns to her hometown Gateway to see her mother however things go south when she gets teleported to a strange and weird world that is Domain... once she finds herself in this weird fantasy-based world she gets attacked by a Dark elf and gets transformed into a naga... now she must find a way to return to normal and return home and learning everything about this strange world!') -add('DotX', 'http://DotX.webcomic.ws/', u"Dot X is a comic based off characters that my friends and I created in elementary school. They were originally Sonic fan-characters, but that has been entirely eliminated from their world, with the exception of their appearance! This is not intended to be a furry comic. More info on me and the things I make, click my 'about' page from the comic!") -add('Doublejump', 'http://doublejump.webcomic.ws/', u'Every day, I have a free half hour, and what better way to spend it than to sketch up some Videogame Comics super-quick for you guys?') -add('Draginbeard', 'http://draginbeard.webcomic.ws/', u'The world has grown dark and dangerous. A dwarf named Jolly Draginbeard has spent 10 years trying to get home only to find everything has changed. Dragons roam the skies, and shadowy creatures stalk the land. Is there no safe place left? Can one wise-cracking dwarf make a difference in a world full of monsters? Updates every Monday.') -add('Dragoncity', 'http://dragoncity.webcomic.ws/', u'Millions of years ago, a comet wiped out the dinosaurs, but the dragons who were living along side them went underground and stayed there. And now we see the civilization that has come about from those refuges in a current day story.') -#add('Dragonet', 'http://dragonet.webcomic.ws/', u'A wizard tries to raise an orphaned dragon in an age of war, evil, and magic. He soon finds out a dragon does whatever it wants...and he may make all the difference.') -add('Drettaville', 'http://drettaville.webcomic.ws/', u"Rook's life is thrown into chaos when he's suddenly put in charge of raising a seven-year-old daughter he never knew he had. A daily family-friendly comic strip!") -add('Drifting', 'http://Drifting.webcomic.ws/', u'A story of a Young "Drifter" named Venture and the mysteries of Auncen and Novossa.') -add('Dueeast', 'http://dueeast.webcomic.ws/', u"A multiracial family tries to come back together after a painful divorce and six years of separation. This is a Christian webcomic that doesn't beat you over the head with its message.") -add('DuelingHeroes', 'http://DuelingHeroes.webcomic.ws/', u'Cetacion City is in dire straits- the darkness surrounding it going beyond the natural pale. Something is wrong with the city- but two heroes have risen to fight back the darkness- if they can get past each other.') -#add('Dungeonhordes', 'http://dungeonhordes.webcomic.ws/', u'In 1986 Dungeon Hordes was released on the Playtendo and moved 1 million units world wide which is way more successful than its previous release on the Batari 2200 in 1979. Now in 2011 Dungeon Hordes has returned bigger and better than ever with mind numbing graphics and all new enemies to fight. So how do the characters in game feel about this? Only time will tell. Enter the lives of Tiggz and Tomes, two level 5 bosses tired of being easily killed by player 1 and wanting the glory of finally becoming more than just petty bandits. Will they survive the new creatures that the mighty programmers have added to the game? Will they ever kill player 1 and move up the mob boss ladder? Will they ever get a raise from their uptight dungeon boss Kalakis and finally pay off their ale tabs at the Stinky Dragon Inn? Stay tuned and find out..... Will be updated Every Day!') -add('EMT', 'http://eMT.webcomic.ws/', u"an experiment in Mental Theatre, externalized in comic form. Currently Featuring: MAD SCIENCE! with Dr. Nick - steampunk fantasy adventure into the strange! Now updating 3 times weekly, every M-W-F. [i]It doesn't serve the 3 fetish as well as every 3rd day on dates divisible by 3 did, but you get more story for your money - with 3 more strips every month![/i]") -add('Eclipselegend', 'http://eclipselegend.webcomic.ws/', u"In 1948 the course of history was changed when the war with the Celerans began. In order to survive mankind had to evolve and adapt. This quantum leap in human potential takes the form of artificially-created superhumans known as \u201calpha-humans.\u201d Created by EON Industries, the Alpha-human Project holds the keys to once again, change mankind's fate.") -add('Educomix', 'http://educomix.webcomic.ws/', u'A parody educational comic about a young man called Dave and his crazy adventures. "Good. I\'ll make toast."') -add('Elektroanthology', 'http://elektroanthology.webcomic.ws/', u'These are various unrelated comics I have worked on. Everything\'s tagged just in case. They\'re mostly short stories I\'ve done for different anthologies (Copyright also for "Various" because some of these I worked on with someone else as well). Updates whenever.') -add('Elementsofeve', 'http://elementsofeve.webcomic.ws/', u"Being fifteen years old brings up many issues in the life of Eve Thomas: a new home, new school, new emotions, and a multiple personality disorder she thought she had under control. And when each of her personalities is empowered with a different elemental force, you can be sure her life won't be getting easier any time soon. Updates Mondays and Thursdays") -add('Elfcomic', 'http://elf-comic.webcomic.ws/', u'Elf is a humorous fantasy comic. I will post new content every Thursday. Feel free to post comments. Welcome!') -add('Elsewhere', 'http://elsewhere.webcomic.ws/', u'Elsewhere is A Slice of Life with Sci-Fi Pie for Dessert! Butch, a small black dog, is way out of this depth. Walter, a burly walrus, is his roommate. It deals with humorous typical and wild adventures they have with their freinds. Somedays it can be as mundane as dealing with laundry and classes other weeks they could be trying to stop an alien invasion and a time space continuum loop. Give this long running, award winning comic a try.') -#add('Equsopia', 'http://equsopia.webcomic.ws/', u'Because of black magic, a king and his loyal knight were sent to another world. Now they must find their way home.') -add('EternityC', 'http://EternityC.webcomic.ws/', u'When a compulsion is so strong that it runs your life, you have a complex. When that complex centers around Eternity, you have an adventure. Join Fae as she searches for Eternity and all that it might bring her.') -add('Everydayabnormal', 'http://everydayabnormal.webcomic.ws/', u"When supernatural, technological, or mythic threats endanger human lives, only the Agency of the Unnatural can rise up to stop them -- but it's the ordinary people who are caught in the crossfire. Jon Grasseschi's ongoing saga explores how people react, live, and just survive when the unexplainable, the impossible, and the just plain weird intrude on their lives.") -add('Fairydust', 'http://fairydust.webcomic.ws/', u"A world where fantasy creatures are real ought to feel a little complicated. Should you want to visit it, start with the cities, they're full of humans and modern comfort, if you don't mind having a leprechaun for neighbour or a troll driver. But you're not a racist, right?") -add('Fathead', 'http://fathead.webcomic.ws/', u'A comic about wacky adventures, talking fruit and pointless conversations!') -add('Fexpression', 'http://fexpression.webcomic.ws/', u'This comic updates every Saturday and every Sunday. Sometimes the art changes to very pixely, but hopefully it is just generally improving anyway.') -add('Fiendishfellowship', 'http://fiendishfellowship.webcomic.ws/', u"Follow Shai'tan's forces as they attempt to conquer the myriad universes. This is for the crossover project Crossover Melee.") -add('FingerPuppetShow', 'http://FingerPuppetShow.webcomic.ws/', u'A webcomic for all ages following the adventures of Colin the Cow, Girlock Holmes, Gary and Paul, Gabby and Buster and many more... Updates: Wednesday and Friday (All finger puppets featured in these strips were created by Fiesta Crafts and can be bought here: http://www.fiestacrafts.co.uk/)') -add('FireBorn2', 'http://FireBorn2.webcomic.ws/', u'The King of the Dead, The Lord of the Shadows, and the Devourer of Souls are amassing their armies to take revenge against the world and the gods that have shunned them. Men and women from different walks of life will join forces to fight them.') -add('Flickwit', 'http://flickwit.webcomic.ws/', u"What's to know? A ragtag bunch of adventurers are embroiled in an Illithid's nefarious plot, and have to fight their way through hordes of monsters, escape the dungeon and save the local peasantry before the lot of them get vaporised in a dimensional cataclysm. You know-- the usual fare. Thrills, spills and fun for the whole family! Warning: Art quality varies wildly.") -add('Foxtales', 'http://Foxtales.webcomic.ws/', u'A manga based on faerie folklore. After encountering a man who can change into a fox, a girl finds herself mixed up in a world of faeries and mythical creatures.') -add('Fpk', 'http://fpk.webcomic.ws/', u'Formerly Frighteningly Pretentious Komix! FPK! is a bunch of funny stories with strange characters. Or strange stories with funny characters. One of those.') -add('Fracturedtea', 'http://fracturedtea.webcomic.ws/', u"This is the story of one woman's quest for balance as she learns about love, loss, and friendship. It is also the story of the people who who help and hinder her along the way. If you like tea shops, cellos, art criticism, and queer romance, this is the tale for you. Updates Monday, Tuesday, Wednesday, and Thursday at some point before 11 am EST. As my art and writing skills have improved drastically over the 200+ strips, I encourage new readers to have a look at the most recent strip first, to see the eventual reward of slogging through my old art. ^^") -add('Fraternit', 'http://fraterni-t.webcomic.ws/', u"A comic strip about life, love, long-lost brothers, and everything else a high school girl has to deal with! THIS COMIC STRIP IS SEMI-AUTOBIOGRAPHICAL, WHICH MEANS MOST OF IT IS BASED ON THE IMAGINATION OF THE AUTHOR. ANY CHARACTERS THAT MAY BE BASED ON REAL PEOPLE HAVE HAD THEIR NAMES CHANGED. Special thanks to Jimmy Gownley, author of Amelia Rules! and cofounder of Kids Love Comics. Also, thanks to Bill Wahl, Nikki, my parents and friends. I couldn't have done it without you!") -add('Friendshipisdragons', 'http://friendshipisdragons.webcomic.ws/', u"A screencap comic of My Little Pony: Friendship is Magic. Equestria is a custom campaign setting for Dungeons and Dragons, and the mane six are Player Characters. How will a party of six roleplayers fare in a world where the usual hack-'n'-slash high fantasy has been replaced by pastel-colored ponies?") -add('Frontier2170', 'http://frontier2170.webcomic.ws/', u"Life as an independent spaceship crew isn't easy. In addition to the astronomical cost of fuel, supplies and repairs, it seems like the big corporate outfits get all the well-paying jobs, leaving the petty runs they don't want to people like you. Those jobs don't pay well enough to make ends meet, and there never seem to be enough of them, so sometimes you have to break the law to put fuel in the tanks and food on the table. If that wasn't bad enough, there's a war going on, and that means cargo inspections and surveillance...") -add('Fullmetalbrothers', 'http://fullmetalbrothers.webcomic.ws/', u'') -add('Fusion', 'http://fusion.webcomic.ws/', u"What's inside the pages of this little book isn't so much a comic as it is a viewport into another dimension where you can follow Savunn's hectic life as a Cambodian teen (and superhero fan-gal) as she tries her best to make her mark as her world's newest superhero, Fusion! As reader, you will serve as her confidant as you watch the reality show of her life unfold with each turn of the page.") -add('Fuzzballandscuzzball', 'http://fuzzballandscuzzball.webcomic.ws/', u'Fuzzball and Scuzzball are brothers who live in the gritty urban hell that is Happy City, New Jersey. In theory, they are private investigators. They have wacky misadventures.') -add('Galbertofbruges', 'http://galbertofbruges.webcomic.ws/', u'A comic based on the book "The Murder of Charles the Good, Count of Flanders"') -add('Ghostassassin', 'http://ghostassassin.webcomic.ws/', u'Daniel is a civil servant for the Department of Pediatric Spirituality. He hunts the ghosts that prey on children. But now things have changed...') -add('Gillimurphy', 'http://gillimurphy.webcomic.ws/', u"Gillimurphy Stories - A turn-of-the-century multi-storied apartment building, nestled in the city of Lockdale. Revel in its charm, discover its secrets, and meet its unwittingly affable occupants. (If you're enjoying this strip, take a gander at the original GS series which predates the current edition, found here: http://gillimurphy-orig.thecomicseries.com/)") -add('Glomshire', 'http://Glomshire.webcomic.ws/', u"The misadventures of the inhabitants of Glomshire, a medieval(ish)land of undetermined origin. LEGO\xae is a trademark of the LEGO Group, which does not sponsor, authorize or endorse this comic (and we don't blame them!)") -add('Glorianna', 'http://glorianna.webcomic.ws/', u'After the collapse of civilization, humanity is thrown back to a medieval state. Into this fragmented world comes Glorianna, a sword-for-hire seeking her fortune. She travels the world, finding danger, intrigue, and romance.') -add('Godgames', 'http://Godgames.webcomic.ws/', u'Story about an ex Olympian with an ambition of taking vengeance on the other gods') -add('Godhatesdads', 'http://godhatesdads.webcomic.ws/', u'my journal comic or something. showing the good times and the bad times of being a weirdo in my mid 20s.') -add('Goldrushdynllewcomics', 'http://goldrush-dynllewcomics.webcomic.ws/', u"Short weekly strips about the adventures of Alistair and Sam as they try to get rich quick from War-time relics buried around the Forest of Dean. There's gunna be blood, sweat and a bit of sex. Just for the mature factor! Requests on story will now be accepted! Written and artwork by Alex 'Dyn Llew' Thomas.") -add('Grandfatherstale', 'http://grandfatherstale.webcomic.ws/', u"Marcel of Flamond is an ordinary soldier in the King's service when all the forces of evil descend on the Kingdom and he finds himself one of the few heroes left.") -add('Grandify', 'http://grandify.webcomic.ws/', u"Your name is Arran. You want some lunch money from your mom, but she tells you to get a job. So you do. And in the process become the hero that the world of Unnamed needs. Along with shenanigans that nobody really wants to talk about. But let's start at the beginning; the beginning of a story, and continual art shifts.") -add('Grandline3point5', 'http://grandline3point5.webcomic.ws/', u"So... yeah. Some time ago, I went on an archive binge on Darths & Droids. If you know what I'm talkin about, then you probably know what's coming up. I decided to give it a shot and here's what I came up with: One Piece if it were a roleplaying campaign. :p") -add('GreenEyes', 'http://GreenEyes.webcomic.ws/', u'One page comics on the simple things in life.') -add('GreenerGrass', 'http://GreenerGrass.webcomic.ws/', u'This is the story of three strangers (and their pets), who for unknown reasons get dragged into a different dimension, named by them as the Grass-Green-Land. Whatever will await them there? Warning: This comic involves a lot of swearing. Updates whenever I have the time for it.') -add('GrippsBrain', 'http://GrippsBrain.webcomic.ws/', u'These are People and Critters I have butted heads with, and are mostly single pages. (HOW do some toonists do all that Drawing and Writing? With you know Conversations and PLOTS?) PS: Please also look at the archives, moving earlier stuff over there.') -add('HIRI', 'http://HIRI.webcomic.ws/', u"Autobiographical comic that's at least 80% true") -add('Halloween2012', 'http://halloween2012.webcomic.ws/', u'This is the Webcomic Hub for the multi-webcomic event known as The Halloween Cameo Caper 2012. The strips will be posted here as they appear on the main sites by the various authors participating in the event, however, here a sense of continuity will hopefully appear as the strips are being rearranged along the way.') -add('Halloween2013', 'http://halloween2013.webcomic.ws/', u'This is the Webcomic Hub for the multi-webcomic event known as The Halloween Cameo Caper 2013. The strips will be posted here as they appear on the main sites by the various authors participating in the event, however, here a sense of continuity will hopefully appear as the strips are being rearranged along the way.') -add('Hazardswake', 'http://hazardswake.webcomic.ws/', u"A fantasy webcomic in an J-RPG-like world. The fates of many characters intertwine as their quests converge in a setting that's inspired by old console RPGs and is more than a little silly.") -add('HeadWound', 'http://HeadWound.webcomic.ws/', u'After a traumatic head injury, Young Chris finds himself in an insane world crafted by his own mind. As things start to crumble, can Chris find the will to save this world and in turn, save himself?') -add('Heavylittlepeople', 'http://heavylittlepeople.webcomic.ws/', u'A (mostly) daily snapshot of the lives of these odd Heavy Little People') -add('Hellowanderingstar', 'http://hello-wandering-star.webcomic.ws/', u'Muse is a superhero in a world without superheroes. Things ensue!') -add('HitmanPiranha', 'http://HitmanPiranha.webcomic.ws/', u'') -add('Hitmen', 'http://hitmen.webcomic.ws/', u'A fantasy action drama comedy. Contains a magic sword, lots of monsters, lots of guns and weird evolution. 586 pages. Completed.') -add('Hodgemosh', 'http://hodgemosh.webcomic.ws/', u"It's just kind of stuff. And then there's other stuff, and that's pretty much how it goes.") -add('Holon', 'http://holon.webcomic.ws/', u'In 3013, mankind has been driven to the edge of extinction in an intergalactic war. The lifeline of their endangered civilization are HOLONs, space stations established to harvest omnipotent and extremely destructive particles...') -add('Holybibble', 'http://holy-bibble.webcomic.ws/', u'From out of the ashes.') -add('Honeyvenom', 'http://honeyvenom.webcomic.ws/', u'Honey Venom, the sweetest poison, the daughter of darkness. Honey is an adventurer with an obscure past. She is an assassin and a witch. This comic is about her adventures in mysterious lands, about her loves and her fights against revenants, vampires, evil priests, corrupted zealots, depraved ogres and other revolting villains. Feel you free to contact me at my email address: I like to talk about my comics and to make friends with those who read my works, as well with other comic makers.') -add('Housepets1x', 'http://housepets1x.webcomic.ws/', u'A new weird family approach! Primo is a talented actor, Spike is an avenger. Together they form the most caotic and crazy squad ever! Updates on Monday, Wednesday and Friday') -add('HumanCookies', 'http://HumanCookies.webcomic.ws/', u"My toys get bored when I leave the room, so they come to life and make these comics. Sometimes they do things that cause worldwide issues, sometimes they burn the toast, it's all just a roll of the dice with them! Watch this cast of now just over a 1000 characters do their stuff!") -add('Idget', 'http://idget.webcomic.ws/', u'No description necessary! Usually.') -add('Ignitionzero', 'http://ignitionzero.webcomic.ws/', u"Four years ago, Robbie Finch met his best friend on the Internet. Now he's off to college in that very friend's home town--well, city. Big city. Orson and his friends are exactly the kind of people Robbie wants to meet: punks, hipsters, queers, and artists like himself. It's their exploits that push him headfirst into a new kind of reality, one where the Fair Folk and humanity meet. The city of Glory is full of well-kept secrets, but they might just unravel them all.") -add('Immigrant', 'http://immigrant.webcomic.ws/', u'A grizzled nomad hunts down his past mistakes, one at a time.') -add('Insanitycorp', 'http://insanitycorp.webcomic.ws/', u'[[ ENDED ]] The new and improved--yet still not corporate--Insanity Corp is back with more panels and fewer sticks! :D [Reality not included, offer not available in the Neptunian quadrant, see inside for details.]') -add('Inviziblecomixgroup', 'http://inviziblecomixgroup.webcomic.ws/', u'Invizible Comix Groups omnibus of online comix. A wide range of stories done over the years, from noir and sci-fi to pro wrestling and superheroes, and many other strange things inbetween. These comix are for mature readers because they have occasionally explicit language, a wee bit of nudity, and a fair amount of graphic violence. Updates are every single day.') -add('Isaacandfriends', 'http://Isaacandfriends.webcomic.ws/', u'Isaac and his friends Gerald, the headless chicken and corspeboy are here to make you laugh. and do extraordinary feats in on ordinary world! enjoy!') -add('Isb', 'http://isb.webcomic.ws/', u"Internet Superbuddies is an experiment in chaos theory, pixels, and utter fucking boredom. It features five protagonists who basically swear and hate each other and are in some kind of bizarre and unclear living situation, to where they also break the fourth wall and realize they're part of a grander machination of being in an experiment in chaos theory, pixels, and utter fucking boredom. It used to be based on real life. Then people started getting killed and orcs with intent to rape started showing up. Then things got wacky.") -add('Isonacia', 'http://Isonacia.webcomic.ws/', u'On a series of hidden islands in the pacific, science has evolved well beyond the modern world. Now a select few are being introduced to the strange land of Isonacia') -add('Its', 'http://its.webcomic.ws/', u'The year is 2180. Immortality is now a commonly-available genetic modification, but complete unkillability has yet to be achieved... Or so the universe thinks. A single batch of military-grade prototype GELFs (Genetically Engineered Life Forms) has exhibited this ability, but at the cost of being rendered mentally unfit for military life. Cooped up for a year, the GELFs manage to escape from the facility that made them. Being a terrible pilot, one GELF, codenamed "Yellow", crash-lands its escape craft on the swamp planet of Bloogis V. After getting stuck in the swamp, Yellow is rescued by two employees from a refueling station orbiting Bloogis. With no ship, no money, and nowhere to turn, Yellow makes up a new name and a gender for itself, re-dyes its fur, and asks for a job on board the station. A couple weeks later, and Yellow, now known as Chaz, is already getting the hang of his job, mixing drinks, talking with customers, the works. What kinds of weird and wonderful customers will he meet while working at the Intergalactic Truckstop? (The comic doesn\'t have a lot of mature language, but there\'s a swear here and there so I figured I\'d play it safe!)') -add('Itscomplicated', 'http://itscomplicated.webcomic.ws/', u'The exploits of a city girl as she gets through her late teenage years') -add('Jakebone', 'http://jakebone.webcomic.ws/', u"Agent Jake Bone, Whatever-oh Zeta, of Her Majesty's Foreign UK Intelligence secret service. Drunk on vodka and his own self-worth, utterly convinced of a conservative British male's uncontested superiority over all others. Racist, narcissistic, sexist, and just generally rude, Jake Bone is a true hero for our times. Yes, this is yet another James Bond parody in a world over-crowded with the things. The difference: thoroughness! As much as feasible, this is an UNABRIDGED parody, doing EVERY official film in-depth and unexpurgated. All done Airplane!-style. Enjoy.") -add('Jamiejupiter', 'http://jamiejupiter.webcomic.ws/', u'Jamie Jupiter is a member of the Galactic Squadron-a team of intergalactic "space cops" who help protect the galaxy. After tracking a villain to Earth, she saves the lives of two teenagers and shares her secret with them. She now vows to use her cosmic superpowers to protect her new friends and her new home, while learning what planet Earth is all about. Monsters of all shapes and sizes threaten our way of life, but with a brave and determined alien; a deadpan snarker photographer, and her comic book-loving geeky boyfriend, no task is simple, and every day is an adventure.') -add('JaysInternetFightClub', 'http://JaysInternetFightClub.webcomic.ws/', u"A Bus Driver starts a female fight club in his basement, with his wife, and his wife's girl pals. They broadcast the fights over the internet, and sell the dvds of the matches.The cast goes through adventures outside of the club as well.") -add('Jenfferscartoonphotomanipulaion', 'http://jenfferscartoonphotomanipulaion.webcomic.ws/', u"where old , unanted lost photos gets a new life as a cartoon pin up for the cast of jenffer's show") -add('Jenffersshow', 'http://jenffersshow.webcomic.ws/', u'Welcome to New Wolf Creek in Yukon Canada. The new home of "Miss J and the AM." This strip is about Miss J and her rock band called "Miss J and the AM" and their life in New Wolf Creek. See, Miss J is a lesbian and just married Jenffer Jay, her friend . And that\'s only the start. Please note: There is some frontal nudity now') -add('Jericho', 'http://Jericho.webcomic.ws/', u"Jerry, a young women with depression and self esteem issues has had a rough time growing up, and all seems to be going well while she is at Bournemouth University studying Medical Science. However, after putting her fellow students health at risk while testing her new ultra sound glove in an attempt to find an alternative treatment for cancer patients, she is threatened with expulsion. Her tutor, Doctor Foster is soon to be threatened with similar actions after he is accused of having an intimate relation with one of his students. But Jerry's world is pushed to it's limits when her best friend Carl is diagnosed with an inoperable and very aggressive brain tumour. On top of all this, the media is constantly running a story about a serial killer who targets terminally ill patients. The odds are against Jerry, and she has to make a choice. Does she become the bad guy in order to save her friends life? Will she be able to help him before the killer strikes? And what has Doctor Foster done with her invention? 'Jericho' is due for release as a published/printed comic later this year, and this is your chance to read it first! Rather than going out and finding a test audience, we decided that the best test audience is the readers of Comicfury.com! Please rate and comment so that you can help us make a better comic reading experience for you! Thank you! Jericho is registered with the UK Copyright service. Registration No. 324507") -#add('JillpokeBohemia', 'http://JillpokeBohemia.webcomic.ws/', u"Jillpoke Bohemia is a meta-comic about Darby and Kieran, a country-punk musical duo (and on-again, off-again lovers) based in Portland, Maine. In the tradition of the Hernandez brothers' Love and Rockets and other indie comics, Jillpoke is an edgy feature that does not shy from sexual situations or topical/political issues.") -add('Jix', 'http://Jix.webcomic.ws/', u'An alien sent to survey Earth for conquering crash lands on Earth and an alternate personality takes over and moves in with a 20-something year old woman. These are their stories. BOM BOM!') -add('Joysworldcomic', 'http://joysworldcomic.webcomic.ws/', u'Meet Joy Fulbright, an 11 year old tomboy. Joy for the most part, is smarter than the world around her. Shes an angry only child who lives with her divorced mother and is does video blogs, films, and other mischievous activities. Joy ends up living in her own little world with her friends Kimmy and Neil, her schoolyard antagonists Gary and Joanna, and her arch-nemesis...boredom. Updates Sunday and Thursday weekly! http://www.joyslittleworld.com/') -add('Judgedred', 'http://judgedred.webcomic.ws/', u"A Modern Day Re-imaging of a Syndicated Comic Strip You've Likely Never Heard of. All Original Artwork by Alex Graham/Michael Martin.") -add('Jump2', 'http://Jump2.webcomic.ws/', u'A demon possessed killer gets a glimpse of what life could be like free from his Master...but freedom, like all things in life, is difficult to attain and even more difficult to maintain. (This is the remake of the original.)') -add('JustPeachy', 'http://JustPeachy.webcomic.ws/', u'"Just Peachy" is a cheeky serial comic strip featuring a small college town\'s generation of college alums who aren\'t giving up and growing old without a fight. Kids: don\'t let your parents fool you, this is exactly how they behave when they think you\'re not looking. Parents: don\'t try to act all dignified and deny it. Liar, liar, pants on fire. In fact, you\'re probably worse than this.') -add('Kachingcomic', 'http://kachingcomic.webcomic.ws/', u"An ongoing tale of magic, monsters, and morons, Ka-Ching follows greedy escaped prisoners Mort and Tab, who stumble into the last remnants of a magical war and get dragged kicking and screaming into adventure. Here we'll post each 14-page issue as we finish it. If you want to follow us update-by-update, check out our full site at www.kachingcomic.com! There, you'll also be able to check out the mini-comics we release in between each issue, as well as our concept art, character dossier, and tons of other fun stuff!") -add('Karensedge', 'http://karensedge.webcomic.ws/', u'Karen Banks must rescue her friends when they are swept into a portal that connects this world to other, more violent and crazy alternate earths. To make matters worse, she comes into possession of a powerful weapon that curses its carrier.') -add('Kayandp', 'http://kayandp.webcomic.ws/', u"Kay is a college student who's passions are music and the arts, which probably makes her wacky enough... but also there is her best friend - a skeleton no one else can see, named P.") -add('Kazaandgwenna', 'http://Kaza-and-gwenna.webcomic.ws/', u'Gwendolyn Davis, once a bored socialite from the big city, found her life changed forever after meeting Kaza The Jungle Lord. Leaving behind trappings of civilization, she\'s found a life of adventure in the wild natural beauty of the wilderness as Kaza\'s Mate Gwenna. "Best comicfury comic EVER!" -The5thFromElbow2Wrist') -add('Keepingthepeace', 'http://keepingthepeace.webcomic.ws/', u"Four universes are combined into one. Three exist as a fictional franchise in another universe far away. Mortals from there are hired to reincarnate into the four worlds to use their knowledge, acquired power, and training undergone to keep the peace between these three worlds they knew of in their first life. Now a new recruit has been hired to manage all three of them and she's not sure if she can handle it. And what about that fourth world?") -add('Kevinzombie', 'http://kevinzombie.webcomic.ws/', u'') -add('KiasComic', 'http://KiasComic.webcomic.ws/', u'') -add('Kindergardencrisis', 'http://kindergardencrisis.webcomic.ws/', u'Rejecting adulthood never felt so good.') -add('Kirahitogame', 'http://kirahitogame.webcomic.ws/', u"A simple game that started with Kira and mine OC's. Every even page is mine, and every odd is hers.") -add('Knavesend', 'http://knavesend.webcomic.ws/', u"Knave's End is a port town in a fantasy world, peopled by humans, orcs, elves, dwarves, halflings, and some odd types of goblins. It's a center of political and criminal intrigue where the criminals are nasty and some of the guards are even worse.") -add('LORDDARKE', 'http://LORDDARKE.webcomic.ws/', u'The adventures of a middle aged black widow spider and her friends. Updates Every three days. NEW Q&A Updates three days after that.') -add('Laceyinvestigations', 'http://lacey-investigations.webcomic.ws/', u'Online Detective comic') -add('Ladyspectra', 'http://ladyspectra.webcomic.ws/', u'Schoolteacher Paula Carson and her daughter Jill lead a double life! When danger threatens Apollo City, they don the costumes of LADY SPECTRA & SPARKY! With brains, brawn, and laser bracelets, they battle the nefarious villains who threaten the innocent!') -add('Laserbrigade', 'http://laserbrigade.webcomic.ws/', u'An experimental comic about cyborgs, robots, and aliens. With lasers!') -add('Lastcallcomic', 'http://lastcallcomic.webcomic.ws/', u'Last Call, a Slice-of-life and Humor webcomic, focuses on a woman in her thirties, the antics of her husband and friends, and her conversations with her best friend at a local bar, who happens to be an alcoholic succubus.') -add('Lasttaxi', 'http://lasttaxi.webcomic.ws/', u"Charon has always ferried the souls of the departed to Hades. Now, he's using a taxi; It's easier on the arms. Updated every Monday.") -add('Latchkey', 'http://latchkey.webcomic.ws/', u"Latchkey is a daily comic strip, and takes its cue from strips such as The Perishers, Calvin and Hobbes, and Peanuts. It's about a group of eccentric and vaguely defective kids who spend most of their time together.") -add('Lauras24hourcomics', 'http://lauras24hourcomics.webcomic.ws/', u'Stuff that Laura\'s drawn for 24 Hour comic events. At such an event you usually try and draw 24 pages of comics in 24 hours. The two main events entered are "The Comikaze Challenge" in June of each year, and "24 Hour Comic Day" in October of each year. It changes, but recently I\'ve always drawn via the computer for the former, and by hand for the latter. This also includes comics drawn as a substitute for an entry (such as "Floods and Storms") and to complete the storyline of an unfinished entry (like "Part Three"). I usually try and draw one page a day for those.') -#add('Lavenderlegend', 'http://lavenderlegend.webcomic.ws/', u'Princess Lavender is banished from the sight of all men, but one of her servants has a dangerous secret. Well, more than one.') -add('Lazy', 'http://lazy.webcomic.ws/', u'') -add('LeahClearwaterFancomic', 'http://LeahClearwaterFancomic.webcomic.ws/', u"The continuing adventure of La Push's fastest and only female shape shifter, Leah Clearwater, as she battles vampires, idiot pack members and demi gods.") -add('Lena', 'http://lena.webcomic.ws/', u'The story of a girl and her interdimensional "friend".') -add('Lethargicmisanthropy', 'http://lethargicmisanthropy.webcomic.ws/', u'Please, do not get depressed after reading this comic. That is my job.') -add('Letitride', 'http://letitride.webcomic.ws/', u'An Iraq War veteran, a promiscuous journalism professor, and a delusional drifter commit felony vandalism at a variety of low-rent locales throughout the US. Featuring stolen cars, beautiful women, and bad pickup lines, LET IT RIDE is updated daily whether you like it or not.') -add('Lifeexplained', 'http://lifeexplained.webcomic.ws/', u'What started as a humorous attempt to participate in "Everyone Draw Mohammed" day resulted in a weekly comic in which things are observed.') -add('Lightbulbs', 'http://lightbulbs.webcomic.ws/', u"A wizard from the 10th century is summoned into the 22nd century to act as a teacher. Sadly the wizard can barely conjure magic thanks to a total global lack of other wizards. To restore magic to the world first the world must be restored it's self.") -add('Lilheroartists', 'http://lilheroartists.webcomic.ws/', u'') -add('Lint', 'http://lint.webcomic.ws/', u'') -add('LiquidLunch', 'http://LiquidLunch.webcomic.ws/', u'"Infected" by an organism, which saves him, then changes him...into a "symbiote" who feeds almost exclusively on liquids...particularly blood !') -add('Littleblackdress', 'http://little-black-dress.webcomic.ws/', u'They say a "little black dress" will get you anywhere. Dress it up\' dress it down. This one is very special. It will do a lot for you, even if it\'s not always exactly what you wanted.') -add('Littlejacquie', 'http://littlejacquie.webcomic.ws/', u'Life as seen through the eyes of Little Jacquie') -add('Littleredrobo', 'http://littleredrobo.webcomic.ws/', u'A little robot tries to make her way in the future.') -add('Lola2', 'http://Lola2.webcomic.ws/', u'Lola is the story of a sad, sad 13 (now 14) year old girl, who lives with her eccentric grandmother. After just entering junior high school, Lola begins to make new friends and go about life like every other normal kid...of course "normal" is relative.') -add('Longhike', 'http://Longhike.webcomic.ws/', u'Seven people, one dog, one long hike. By Isaac Glovinsky') -add('Lookstraightahead', 'http://lookstraightahead.webcomic.ws/', u"One teen boy's journey through depression and mental illness.") -add('Lp', 'http://lp.webcomic.ws/', u"It's a manga about a college student gets drafted into the Spiritual War for souls as a Prophetess of God. She battles demons, devils,and still manages to make it to class on time. Has action, adventure, and shoujo humor with a Christian theme.") -add('LucidsDream', 'http://LucidsDream.webcomic.ws/', u'Lucid, a new born kitten, is dragged into a dark world where felines called "Maus" are agents of ancient Egyptian Gods, assigned to hunt and eradicate demon spawns known as "Nightmares". Lucid quickly realizes that the world he was born in are filled with cats that have magical powers, rats can talk and where "Nightmares" are not the only thing that wants him dead.') -add('LunaStar', 'http://LunaStar.webcomic.ws/', u'Sister comic to Datachasers. covering events that occured in the past...Updates are "scheduled" for tues and thur... maybe the occasional bonus :D') -add('Lvl30psy', 'http://lvl30psy.webcomic.ws/', u'In a world where video game characters co-exist one Pokemon has to sort out all the problems. Join Dr. Gardevoir and the other staff of the MM Memorial hospital as they keep the heroes, villains and NPCs of the world in good health.') -add('Maddog', 'http://maddog.webcomic.ws/', u"Mad Dog and Spot are just a couple of cool cats, even though they're dogs. When ever they get together fate always serves them a side dish of adventure with a cup of heart and just a pinch of high fives! Follow along as they encounter mad scientists, alternate dimensions, evil sandwiches and who knows what else! Mad Dog! Every Saturday at 8 o'clock - 7 central! (Or whenever you feel like reading it)") -add('Madgirl', 'http://madgirl.webcomic.ws/', u"Who she is: Lee Steiner: sexy secret agent and habitual wearer of skintight flame-red zip-up leather catsuits with a white racing stripe down the side. Who she works for: The Organisation: fighting for what\u2019s right and proper, and battling anything that\u2019s jolly unsportsmanlike. They\u2019re the good guys with the biggest guns, the maddest, battiest cars and the best costumes. Headed by Grandfather, who smokes a pipe and generally knows what\u2019s best for the glorious British Empire. What\u2019s the strip about? Mad Girl is unashamedly and unapologetically 1960\u2032s in its outlook. Inspired by subjects as diverse as Wacky Races, Our Man Flint, Barbarella, Doctor Who, Danger Diabolik and any number of spoof sexy spy movies, the strip is intended to be funny, risqu\xe9, exciting and broadly smutty. It also features an almost entirely female cast, and our heroines will be doing all the fighting. Because of my own limits art-wise and the weekly nature of the strip, don\u2019t expect deep storylines \u2013 instead it\u2019s likely to be fast, ridiculous, slightly filthy and hopefully always funny. I usually post two pages a week, as close to a Thursday as I can manage. So sometimes it's Friday ;) You'll find the 'official' Mad girl blog right here: [url=http://madgirlcomic.wordpress.com]http://madgirlcomic.wordpress.com[/url] - with full-resolution artwork, extra pin-ups, news, ongoing projects and fan art - drop by and say hello! Feel free to add me on Facebook here: [url=https://www.facebook.com/roggibson]facebook.com/roggibson[/url] And on Twitter here: [url=https://www.twitter.com/roggibson]twitter.com/roggibson[/url]") -add('Magisa', 'http://mag-isa.webcomic.ws/', u'A comic about a loner, an angel, and a psycho cult that shoots up a school.') -add('Magnacomica', 'http://magnacomica.webcomic.ws/', u'A collection of short and somewhat longer stories that range from comedy, romance, adventure, and sci-fi. Not every story is graphic but when it gets graphic, it gets graphic.') -#add('Mascara', 'http://Mascara.webcomic.ws/', u"Addison Walker is a girl with natural style. She doesn't even wear makeup because she feels that brains are more important than looks. In fact, one of her closest friends is the smartest boy in school. But she has no clue that he has a strange alter ego\u2014as a makeup artist. When they meet, will it be a makeover disaster?") -#add('MayTheRainCome', 'http://MayTheRainCome.webcomic.ws/', u'William Weasel returns home after seven years of war only to find his hometown deep in a drought, and his life eerily empty and devoid of meaning. May the Rain Come is rated PG-13 (for depictions of PTSD and scary moments).') -add('Mayonakadensha', 'http://mayonakadensha.webcomic.ws/', u'Hatsune Rondo a Japanese-British teenager, living in Japan of 2010, disenchanted by her uneventful life and neglecting mother. But when Hatsune accidentally misses the last train home and boards a mysterious train that arrives on the dot of midnight she finds herself whisked back to London of 1888. Here she meets an orphan named Tom, who reveals to her that he is a member of the Baker Street Irregulars, a group of street urchins hired to assist Sherlock Holmes where needed in his investigations. Hatsune joins Tom and his friends in the Irregulars to tackle the many criminals that London houses. But one criminal in particular has Hatsune and the whole of London in a stranglehold of terror. Jack the Ripper. Contains some moderate gore and blood, a few uses of strong language, non-explicit nudity and some mild sexual scenes Updates a volume (70-90 pages) a month.') -add('Megamancomic', 'http://megamancomic.webcomic.ws/', u'A comic. About Megaman. What else?') -add('Melancholygoround', 'http://melancholygoround.webcomic.ws/', u'Welcome to the Academy! Enjoy life, study hard, avoid getting killed...') -add('Merelymortal', 'http://merelymortal.webcomic.ws/', u'A comic about life, death, and futility. Currently on indefinite hiatus. =(') -add('MichellesUniverseScrapbook', 'http://MichellesUniverseScrapbook.webcomic.ws/', u'Before the Michelle LaFemme in "Pop Culture\'s Kids", the character starred in a few other stories that were condensed and expanded upon in a (currently unpublished) graphic novel called "Michelle\'s Universe". This Michelle was born in 1962, and the novel is her biography. This webcomic is made up of additional material to that story, told in the form of comic strips, comic book pages, editorial cartoons, illustrations, etc.') -add('Midnightpeanutbutter', 'http://midnightpeanutbutter.webcomic.ws/', u"Arthur, Johnny, Renee and Fiona met online and have stayed friends ever since, Arthur and Johnny especially after finding out they were put in the same class. Arthur likes Fiona, Fiona met someone else, Johnny's on the brink of failing, Renee's too manipulative for her own good and their whole friendship starts to come crashing down around them in a chain reaction of events, staring from one night when Johnny felt like a midnight snack.") -add('Mildlyamusing', 'http://mildlyamusing.webcomic.ws/', u'A comic about life, happiness, and flights of fantasy.') -add('Minarga', 'http://minarga.webcomic.ws/', u"My longer-than-ever-anticipated Mass Effect fancomic, originally posted on deviantART, also available here. At the present time, I'm still working on the script, and will be posting first drafts of every chapter as I sketch them out. Finished pages will come when I've written the entire script and have layouts/rough drafts of all the pages. Again, just to cover all my bases, I do not own the Mass Effect universe; it's the creation of Bioware, and they own all the rights. I don't own a damn thing. More of my art is viewable at http://amethystsadachbia.deviantart.com/") -add('Mirroredconversations', 'http://mirroredconversations.webcomic.ws/', u"There are things in life that often don't make sense. This comic highlights them.") -add('MissionMars', 'http://MissionMars.webcomic.ws/', u'Martians: mankind\'s term for the super humans living amongst them. Feared by humanity, their only choice is to hide or face exile to a mysterious place called "Hell." High School student Fukui Shun\'s secret has been discovered but rather than report him, the lovely Tengan Toki is determined to be his friend. Made with ComiPo. Updates on Monday, Wednesday, & Friday.') -add('MoizmadComix', 'http://MoizmadComix.webcomic.ws/', u"Crack detective Riddick Q. Loss' never-ending quest to catch the villainous Sir Dimswitch in 1950's Vancouver.") -add('Monstersoup', 'http://monstersoup.webcomic.ws/', u'A group of misfit monsters are sentenced to live under the same roof--a castle belonging to mad scientist, who is serving his own sentence for unethical experiments. The real question is, can a hodgepodge group of monsters live under the same roof? (Some comedy, horror, and a little bit of everything else.)') -#add('Moonvalley', 'http://moonvalley.webcomic.ws/', u'Her old school was a nightmare because of him, the school bully Demian... So Kaia is anything but happy to go back there in her last year. Besides she wants to learn virtual creating and there is no virtual net in that small town, where she grew up... Or at least that is what she thinks... For there is a new boy in her class and he is the reason why nothing is the same as before... A story about a beautiful virtual world, a sleeping queen, demons and first love.') -add('Morningsquirtz', 'http://Morningsquirtz.webcomic.ws/', u'A filthy Taffy swirl of gooey pun drenched fun.') -add('Moths', 'http://moths.webcomic.ws/', u'In an alternate American past, Aram and his family must cope with the tightening grip of cynical political forces, while trying to understand the threat of the mysterious giant moths.') -add('Mushroomgo', 'http://mushroomgo.webcomic.ws/', u'Go is a Toad that wakes up in a desert, and is picked up by sand pirates. Describing the rest of the plot would take too long. Basically, a drawn Super Mario comic with original characters, disconnected from any particular game.') -add('MyHorribleSite', 'http://MyHorribleSite.webcomic.ws/', u'In a time and place unknown to us, noble magicians known as Seekers use their talents and instincts to find and destroy The Darkest Objects. Coupled with the brave Warriors, born to protect them, twelve young heroes must look deep inside themselves for the strength they never knew they had. They become Heroes of Power, and train to one day defeat The Greatest Evil... Yeah, awesomeness ensues. *To Start the Adventure, Click the "Heroes Of Power" Button above! See it? Riiight there? Look, I\'m making arrows. ^^ By The Always Unbearable: AU') -add('Namcowars', 'http://namcowars.webcomic.ws/', u'A battle of non-epic proportions! Andore has assembled five classic Namco armies to fight in a competition to prove which is the most powerful! Updates Tuesdays.') -add('NatureDEEP', 'http://NatureDEEP.webcomic.ws/', u'Nature DEEP, is a comedy, porn spoof. It mocks a YouTube short video series hosted by the brainless Max Tugger who is trying to create a sexual documentary on how animals have sex.') -#add('Negligence', 'http://negligence.webcomic.ws/', u'Drannik and Lizzep are two kids who are not very well supervised. This leads them into some very crazy adventures. They and the people they meet also deal with their own personal demons along the way. Updated Mondays, Wednesdays, and Fridays (concluded)') -add('Neighborscomic', 'http://neighborscomic.webcomic.ws/', u'it revolves around three characters, each one representing the three great countries of north america. george (a bald eagle)represents the usa, paco(a golden eagle)represents mexico and nashie(a beaver)represents canada. together they will have many adventures.') -add('Newheimburg', 'http://newheimburg.webcomic.ws/', u'Newheimburg is the story of Jack, Mort, and Sarah; three young people from two separate families. They spend their days in the city of Newheimburg, trying to sort their lives out before what remains of their childhood comes to an end.') -add('NoSongs', 'http://NoSongs.webcomic.ws/', u'Neil Gaiman meets H.P. Lovecraft meets The Bold And The Beautiful! Join Hector, our undead hero, as he attempts to make some sense out his recent death and resurrection. Magic, mystery and mayhem! Updates Sat-Sun.') -add('Nojetpack', 'http://nojetpack.webcomic.ws/', u"My Life Without A Jetpack is a biographical webcomic about MaGnUs' life, written by him, with art by Taibox (and sometimes colored by Mindy Lopkin). Published weekly in English and Spanish.") -add('Nostalgiaofeden', 'http://nostalgiaofeden.webcomic.ws/', u'The future. A colonized planet, Neo-Earth, is our new home. But all would not be well. Our sins have manifested into a being of such pure avarice, pure evil, and of such great size. And it is now heading to the world where its many creators dwells, to consume all of the Universe... Humans have the capacity to fight back, however. To resist. Across the globe, select humans of extraordinary traits will rise and face this threat to our world. From the strangest to the strongest, from the silliest to the serious, everyone\'s struggles become One. The battle for the fate of Creation itself begins! "Sir, put down the microphone." (Occasional Updates)') -add('Notsinceyou', 'http://notsinceyou.webcomic.ws/', u"Your Mirror is an indie rock band in crisis. Zoe, the band leader, isn't sure about her year-old relationship with the band's guitarist, Jenny. Jenny isn't sure if she loves Zoe, but she knows she loves playing in the band. And then tensions rise when the band's tour lands in the backyard of Zoe's high school boyfriend, Rex. Will the band survive one more concert, let alone the rest of the tour? NOT SINCE YOU is a photo webcomic written by Daniel Barlow and Keith Moriarty and starring Vermont's most exciting cartoonists. About the authors: - Daniel Barlow is the co-founder (with Colin Tedford) of the Trees & Hills comic group, a social cartooning organization in New England. With Trees & Hills, Barlow has co-published dozens of comics, including the anthologies SEEDS, SHELTER and WOODS. Barlow lives in Vermont, works in politics and photographs cemeteries. www.danielbarlow.com - Keith Moriarty is a musician and writer living in New Hampshire. That's all you need to know.") -add('Ocarinaoftim', 'http://ocarinaoftim.webcomic.ws/', u"Welcome to our world! It's strange, but a lot of fun! This reads right to left, in traditional manga style. We should warn you: if you are looking for a serious adventure..you may want to pick something else to read. Also...there is a bit of language. Not a lot of harsh language, but it is there.") -add('Oceanlabyrinth', 'http://oceanlabyrinth.webcomic.ws/', u'A day at the beach turns into a desperate escape back to her family, when Karen falls down a sand cliff. She meets a bat in a sea cave and comes out to an apocalyptic version of her world. She must find her way home and battle her inner demons. Nothing will ever be the same. Story and characters by sawyerLUVSyou, illustrated by Blaeringr. http://blaeringr.deviantart.com/ Also on SmackJeeves: http://www.smackjeeves.com/comicprofile.php?id=140030 Buy Volume 1: http://www.indyplanet.com/store/product_info.php?products_id=9111') -add('Offhours', 'http://offhours.webcomic.ws/', u"Imagine that all of these webcomics are like television shows and all of the characters are like actors. Now, what would those actors be like off the set? Then throw in a disaster or two, and you've got Off Hours!") -add('OldHumanCookies', 'http://OldHumanCookies.webcomic.ws/', u"These are the older comics in my Human Cookies series. I've been asked by a few people to upload them, so here they are (well once they're all up anyway) I know some of them look bad, the focuses are terrible, the lighting is...well...yuck, but this is where I started, so they bring back some smiley memories for me, so enjoy the tackiness!") -add('Onepagecomiccollection', 'http://onepagecomiccollection.webcomic.ws/', u'A large number of one page comics on topics that range from teapots to a-bomb tests.') -add('Organizedmess', 'http://organizedmess.webcomic.ws/', u"Organized Mess documents the everyday lives of 4 oddly familiar characters. Sometime's it's humorous...most of the time it's not.") -add('Outferasmoke', 'http://outferasmoke.webcomic.ws/', u'The long and rambling story of Joss, a snarky young woman, her confused and abused buddy Lee and their perky housemate, Carrie. Contains drug use, sex, mild violence, profanity and, occasionally, boobies. Updates Sundays and Thursdays.') -add('Outletting', 'http://outletting.webcomic.ws/', u"OutLetting is the first webcomic of Feeny, a professional writing student at York University. starting out as random peeks into Feeny's mind and everyday life as she percieves it, the webcomic has much potential. Names have been changed for the protection of prudey and privacy-loving friends.") -add('Pandemonium', 'http://Pandemonium.webcomic.ws/', u'The random spewage of my mind') -add('Paperstreamer', 'http://paperstreamer.webcomic.ws/', u'A science fiction web comic loosely based on ongoing research and speculation regarding space elevators and alternative space launch methods. The story and images are composed in pulp fiction and noir styles, with some use of 3D models, but with informative sections regarding the related technologies and concepts. The author and artist is an active reader of related technical research papers and hopes to entertain the audience while learning about the space elevator and its related physics concepts.') -add('ParaFrenic', 'http://ParaFrenic.webcomic.ws/', u'ParaFrenic is an 18 year old half-man/half monster who holds down a daytime job as a video comic actor and spends the rest of his days trying to survive the tough avenues of Vagrant Street.') -add('ParasiteGalaxy', 'http://ParasiteGalaxy.webcomic.ws/', u"Matt, a seemingly average boy lives a boring average life. Until one day, with a single bite into a burger, his destiny crossed with something beyond the scope of his comprehension.... No longer will he eat the fast food of boredom, for something unnatural has slipped into dinner today....todays dinner will be accompanied by an emmisary from beyond the cold void! Get ready, Ragnarok is about to begin! Parasite Galaxy: Coming soon to a theater near you! Not yet rated, but it better be ARRR, because that's what pirates say!") -add('Parmeshen', 'http://parmeshen.webcomic.ws/', u"A story of gypsies, rovers and ramblers, of secrets and stories so old they're in the blood and bone of the people who tell them. This is a tale as wild as the wind and the roads. Come, and learn where it leads.") -add('Peepsnperks', 'http://peepsnperks.webcomic.ws/', u"A Trio of friends decide to combine their two favorite things - sex and coffee. who doesn't love sex and coffee?! NSFW, unless you work in porn, in which case, call me!") -add('Pegwarmers', 'http://Pegwarmers.webcomic.ws/', u"Pegwarmers is basically a rip off of Twisted Kaiju Theater, but with superhero action figures. Occasionally, Transformers, Godzilla, and Star Trek characters will make an appearance, but it's predominantly superhero based. The main three characters are Deadpool, Spider-Man, and Batman.") -add('PersonaFTW', 'http://PersonaFTW.webcomic.ws/', u'Finally, all of the Persona for the Win series in one convenient location. Containing the works of Persona Won, Persona 2 Win, Persona 3 FTW, and Persona 4TW. Now obviously as parody comics, all of the works do contain spoilers of their respective games. Read at your own risk.') -add('Perspectives', 'http://perspectives.webcomic.ws/', u'The dark twin of humor. A webcomic all about points of view. I write this in my spare time at work to stay sane, and wanted to share it with the world. I update every Monday, Wednesday, and Friday.') -add('Phantomstrail', 'http://phantomstrail.webcomic.ws/', u"The king of Mindon has died. His heir, Princess Jacquilyn, is expected to succeed to the throne, but Duke Medrick makes his own plans to take control of the kingdom. High Councilor Vasquez discovers Medrick's plan to usurp power. He, along with his son and the princess' bodyguard, take the princess away from the kingdom, to protect her. (Please look at the Synopsis page for a detailed description.) This webcomic currently updates sporadically on Mondays at noon Central time zone.") -add('Pilgrimenespanol', 'http://pilgrimenespanol.webcomic.ws/', u'') -add('Pilgrimsprogress', 'http://pilgrimsprogress.webcomic.ws/', u'Two brothers in the Guatemalan highlands befriend a lost traveller.') -add('PiratesLife', 'http://PiratesLife.webcomic.ws/', u'A story about a Merchant and his crew who find themselves travelling all around the LEGO world.') -add('Pitchblack', 'http://pitchblack.webcomic.ws/', u'A black comedy webcomic with a particular tendency to make little kids cry.') -add('PlanetChaser', 'http://PlanetChaser.webcomic.ws/', u'All Clarissa wanted to do was have fun and travel around the galaxy. Her wish came true when she turned eighteen and inherited a space ship and a robot. She also inherited more than she bargained for.') -add('PlasticBulletsMayhemUnloaded', 'http://PlasticBulletsMayhemUnloaded.webcomic.ws/', u"Andrew Cross was going nowhere fast. It seemed that he couldn't stick to anything that he tried. However after several deaths in the family, Cross realized just how short life truly is. Determined to leave his mark on the world before he dies, Cross and his friends enter the Mayhem Unloaded tournament. A brutal combat simulator, where there can only be one victor.") -add('PobrePucho', 'http://PobrePucho.webcomic.ws/', u'There is a place far underground you have no idea it exists, with Lycanthropes, giant bugs, weird politics and NINJA BUNNIES. And poor Pucho just has to suck it up and join the party as the new Lycan in Paws Den!') -add('Poharex', 'http://poharex.webcomic.ws/', u'In a prehistoric world, Poharex rises up to become the defender of all dinosaurs.') -add('Popcultureskids', 'http://pop-cultures-kids.webcomic.ws/', u'A small group of kids, including a relative newcomer to the town, create a club for their mutual love of TV, music, movies, etc. My influences include Krazy Kat, Pogo, Bloom County and Calvin & Hobbes.') -add('Poussiere', 'http://poussiere.webcomic.ws/', u"Un monde o\xf9 les cr\xe9atures fantastiques existent ne peut qu'\xeatre un peu compliqu\xe9. Si vous voulez le visiter, commencez donc par les villes, c'est plein d'humains et de confort moderne, tant que \xe7a ne vous d\xe9range pas d'avoir un lutin pour voisin ou un troll pour chauffeur. Mais vous n'\xeates pas racistes, n'est-ce pas?") -#add('Princesschroma', 'http://princesschroma.webcomic.ws/', u"The earth is under attack! Dark forces have come to blot out color and cast the world into a chaotic void. It's up to June Summer, a rambunctious, violent schoolgirl to put an end to the madness. With friends, frenemies, and a oft-abused magical bunny by her side, June must wield the potent magic of Princess Chroma and battle horrible monsters--all while wearing a cute, frilly dress. There just had to be a catch, didn't there?") -add('ProjectGTH', 'http://ProjectGTH.webcomic.ws/', u'A story about a genetically engineered girl made to be a killing machine. Who now tries to live a normal life after escaping her creators, but is still haunted by her past') -add('Projectjikoku', 'http://projectjikoku.webcomic.ws/', u'A strange disturbance from a distant land has caught the interest of two young siblings. Their father had been lost for years and because of this anomaly, they may finally have hope that he is still alive deep in the darker regions of the universe. Fighting well-known foes, the two young Maracans set out to rescue their father from the clutches from the tyrants that are the Jikoku.') -add('Proportionalexcitability', 'http://proportionalexcitability.webcomic.ws/', u'The mostly real life adventures of two sisters. Updates Mondays.') -add('Pt', 'http://pt.webcomic.ws/', u'When a father and son disappear the worst is thought. Only when they return 5 days later with powers and aged does the true horror of their disappearance reveals itself.') -add('Pulse', 'http://pulse.webcomic.ws/', u'Annie "Pulse" Chang, and Tabitha "Bolt" Greene, two female human batteries become armored super-heroines.') -add('Punch', 'http://Punch.webcomic.ws/', u'The adventures of Mr Punch') -add('Purehavoc', 'http://pure-havoc.webcomic.ws/', u"Aaron Kidway is a 20 year old pizza delivery boy who hasn't had much luck in life...But Aaron's luck changes when Aaron meets a mysterious girl during a delivery!") -add('RPS', 'http://RPS.webcomic.ws/', u'RPS follows the near asylum-level misadventures of the Role-Play Saturday LARP game. Updates Wednesdays!') -add('RPT', 'http://RPT.webcomic.ws/', u'This webcomic has no amount of roleplaying (as of now or in the near future), and does NOT occur in a roleplaying-game universe with roleplaying-game rules. This webccomic DOES contain the story of a bunch of people living together or whatever, and there\'s supposed to be guns and explosions too. Centered around a main cast of characters, everyone with their perks and peculiarities, who just want to live a "normal" life, even when the destiny (script) pits them into battles where they might fight for more than their lives. And this webcomic also contains a (maybe not so) lenghty description describing in detail things that may or may not be true, depending on how do you interpret "normal".') -add('Randomlyassembled', 'http://randomlyassembled.webcomic.ws/', u'') -add('Randomthoughts', 'http://randomthoughts.webcomic.ws/', u"Yeah so this really is random thoughts. I woke up one morning thinking about a duck-sausage and I figured I might as well start doing a webcomic about things. Yes..Things. Stuff and junk and stuff that happens to me. And things. It's mostly sort of an online diary, except also not. It's just random thoughts. I apologize for dry humor, bad puns and possible injuries you suffer from facepalming. However, I hope you enjoy :D") -add('Rangerrandom', 'http://rangerrandom.webcomic.ws/', u"Basically, where I put my unrelated art, or art not important enough to be mentioned. In spite of the nudity tag, is mostly safe for work unless specifically warned otherwise. It's art, so not all art is SFW.") -add('Raspcat', 'http://raspcat.webcomic.ws/', u"The story of Upir's Mark, the most shocking band in Siberia and possibly the Universe.") -#add('Ravenwolf', 'http://ravenwolf.webcomic.ws/', u'Due to human negligence the world as we know it has ended and been reborn. The animal spirits that guide man giving them the forms of animals so that they would be able to survive in this new wilderness. Though now carrying the form of beasts man has not forgotten the place they once had, as an existence greater then just what nature wanted of them, an existence above all. Those that worked to gain their humanity are known as domestics, while those who wished to follow the rolls the spirits had given them were known as wilds. Both groups grew arrogant and hateful of one another, the wilds saw the domestics as selfish monsters, for they were returning to the ways that had once destroyed the world, while the domestics saw the wilds as primitive beings afraid of progress, they no better than wild animals. The raven and the wolf spirits grew tired of the destruction and fighting, and sided with the wilds in their ideals, the domestics only capable of further destroying nature. In their anger they marked a tribe of wilds with a curse, they being removed from the sacred circle of life, unable to hunt or grow their own food, their souls never able to move on while their bodies are unable to return to the earth when they died. The curse upon them only broken once the domestics are gone once and for all. The cursed tribe now known to all by the name of the spirits whom cursed them. \u2018Raven Wolf\u2019') -add('RealLifeTrips', 'http://RealLifeTrips.webcomic.ws/', u'A "fictionalised" collection of biographical accounts, each of taken from real trips I\'ve made in the past (I kept detailed journals of each). The names of people and places will be cosmetically changed, partly because the content involves transsexual and transgender elements. For example, Sydney will become "Emerald City\u201d, and the main character Edgar / Elsie are based on me. Style and format change each chapter. To be collected and published in paper format when finished.') -add('RebelYell', 'http://RebelYell.webcomic.ws/', u"A middle aged space jockey and his happy go lucky partner decide it's time for a change in careers and find themselves involved in a solar system wide conspiracy. The comic is actually a by product of an animation project being developed for television. Genre: Sci-Fi/Comedy/Action/Drama Visit our official website. http://ricomcarlos.wix.com/rebelyell") -add('RecklessComix', 'http://RecklessComix.webcomic.ws/', u'We are a couple of guys (or a few sometimes) With a camera and too much free time at work... Enjoy us') -add('Remedy', 'http://Remedy.webcomic.ws/', u'Historical fantasy based in 5th century Roman empire. Even folklore has a beginning. Dark powers are stirring and only one band of outcasts stands between the world and oblivion. Whether for revenge,loyalty, curiosity, hope, despair, or love a curse brought them together and somewhere out there is the remedy. Updates often.(Any comments, questions, or criticisms would help greatly.)') -add('Requiemsgate', 'http://requiemsgate.webcomic.ws/', u'') -add('Residentweirdo', 'http://residentweirdo.webcomic.ws/', u'Some games, some life, some randomness. Whenever updates') -add('Rockgardencomics', 'http://rockgardencomics.webcomic.ws/', u'Rock Garden Comics rotates four recurring themes: 1. The adventures of Rose and her family and friends, 2. mummies and zombies and their kin, 3. geezers in all their glory, and 4. Tales from the Rocculture.') -add('Romanjack', 'http://romanjack.webcomic.ws/', u'Mankind is on its last leg. Earth has fallen. All hope rests on one myth. The legend of a mystical Ark lost in space and time. Said to have the power to kill the alien invaders. Is it real? Can it be found in time? No one knows, but Captain Roman Jack and the crew of the "Hawk" must try. Before it is too late. Roman Jack is a sci fi action adventure that will take you where you have never gone before. A 3D Comic.') -add('RumfAdventures', 'http://RumfAdventures.webcomic.ws/', u"Hello! It is my pleasure to welcome you to the site of my beloved comic strip Rumf Adventures! In the event that you have not become acquainted with my tiny strip,allow me to give you a quick rundown.This is an action-packed adventure strip with a dash of humor.It features a cast of thousands, starring the mighty adventurer Rumfus! That's it.I don't want to spoil the rest for you,just start reading! Onward to Adventures!") -#add('Runespark', 'http://runespark.webcomic.ws/', u'Ever have your house crash-landed on by time-travelling aliens? Ever been put on trial by interdimensional magical princesses? Then you and Li have a lot in common! Pull up a seat and check out RuneSpark, an adventure spanning three worlds. Currently updated Monday-Friday.') -add('Rvr', 'http://rvr.webcomic.ws/', u'Alexandra Carter lived with only one focus in life, loyalty to her lord and country. Unfortunately for her, other members of her country did not see it that way. Framed for murder and treason, she endured unspeakable tortures and waited for her time to strike. What will she find before the crawling darkness consumes her and the land?') -add('SailorMoonTheEnemyNextDoor', 'http://SailorMoonTheEnemyNextDoor.webcomic.ws/', u'This is a fan manga inspired, written, and drawn by the original author of Sailor Moon: Ms. Naoko Takeuchi. Karolina Romanska and John Smith do not wish in any way to claim, usurp, or abuse property rights of Ms Naoko Takeuchi and the other authors of images used in this fan-based manga. This is a NON-PROFIT project, done strictly in our leisure time for sheer enjoyment.') -#add('SakuraDAY', 'http://SakuraDAY.webcomic.ws/', u'Follow the adventures of Meija as she begins a second chance in life after a fatal accident. She finds truth, love, friendship, trials, self-revelation, and PURPOSE. P.S. The comic is read the traditional manga-style: right-to-left. UPDATES WEEKLY {Saturday || Sunday} Merci Beaucoup. Enjoy!') -add('Sarakleeyo', 'http://sarakleeyo.webcomic.ws/', u"A World of Warcraft themed web comic starring the Argent Crusade's unusual misfits. The crusade allowed heroes of the Alliance and Horde to become partners. Sara & Kleeyo set the example...provided they can survive their friendship. Updated Mondays.") -add('Savemegebus', 'http://savemegebus.webcomic.ws/', u"Gebus considers himself the True Saviour of Humanity, though he rarely does anything about that. The comic revolves around him and his adventures which are often written as multiple-strip fabricated stories in order to explain changes in Gebus' appearance. As a comic straight out of the minds of the authors with little or no forethought, what plot or general continuity there is exists largely as an excuse for the authors to keep making comic strips. The fourth wall is broken regularly, and characters are taken directly from the authors' real life, though the storylines are not. The comic's style is taken from the comic it was spun from, Pixel-Sapiens, which features blocky characters with little to no curves or movement, and simple or absent backgrounds.") -add('Sawbladersblacknuzlocke', 'http://sawbladersblacknuzlocke.webcomic.ws/', u'*SADLY, THIS COMIC HAS BEEN ABANDONED. NO FURTHER UPDATES ARE BEING MADE TO THIS RUN.* A hand-drawn Nuzlocke comic detailing one crazy adventure in Pokemon: Black Version! Trust me, the art gets better as it goes along! Original Thread on the Offical Nuzlocke Forums: http://s7.zetaboards.com/Nuzlocke_Forum/topic/8520848/') -add('Schizmatic', 'http://schizmatic.webcomic.ws/', u'Schizmatic is a webcomic based on blueprint schematics applied to actual life. It puts the cosmos under a microscope, and reality under analysis.') -add('Scoundrels', 'http://scoundrels.webcomic.ws/', u'"Scoundrels" is a collaborative comics project featuring stories from all corners of a dangerous futuristic world. Updates every Monday and Friday!') -add('Scrubdiving', 'http://scrubdiving.webcomic.ws/', u"It's a comic about scuba diving. And cyborgs. The color/shading will be rough until I figure Manga Studio out.") -add('Seconds', 'http://Seconds.webcomic.ws/', u'All the comics here are primarily made in [i]Second Life[/i] and other virtual worlds, using crews of avatars to pose for and shoot the images used in each panel. It follows different stories with different characters over time. The initial story, [i]Return to Second Life[/i], is about what happens when avatars meet their owner in-world. General schedule is one page a day when reprinting , and about one page every two days when in production.') -add('Secretsanta2013', 'http://secretsanta2013.webcomic.ws/', u'Fan art trade for 2013') -add('SeeYourFeels', 'http://SeeYourFeels.webcomic.ws/', u'Comic is storyline-less, jump in anytime and hit the "random" button! Update Schedule: Every business day (Monday through Friday, excluding holidays) www.facebook.com/ICanSeeYourFeels') -add('Seed', 'http://Seed.webcomic.ws/', u'Raised in a land where magic is as common as breathing and where natural wonders abound, Dominique has always known that she was different. Longing to know more about who she really is, Dominique travels to the city of Celastin where she believes she can find the answers that she seeks. Unbeknownst to her, magic is strictly forbidden in this mighty city, a fact that will soon lead Dominique into great danger, new friends and onto an adventure that will span this vast and fantastical world. - Description written by Orian Johnson (Editor for Seed)') -add('Serengetti', 'http://serengetti.webcomic.ws/', u"Serengetti Dreams, as you may have inferred from the title, is a webcomic by Shane Itram. It updates daily, Monday through Friday. First time here? Kind of lost? Check out Dr. Bolton's welcome to new readers!") -add('Serpamiaflare', 'http://serpamiaflare.webcomic.ws/', u"Seeking meaning in a series of strange dreams involving her mother who died years ago, Kylie journeys to Raswen to find Madame Zinala, a fortune teller who has been known to interpret dreams with great accuracy. On the way, she meets Cain, a seemingly hapless cleric who, coincidentally, is also trying to meet Madame Zinala in hopes of learning how to break the curse of chains on his body. Together, they reach Raswen and go to find Madame Zinala. Unfortunately, their timing couldn't be worse...") -add('Shades', 'http://shades.webcomic.ws/', u'A WW2 fighter pilot, a First Century warrior queen and a prehistoric mystic. Oh, and their tailor. These are not your common-or-garden heroes!') -add('ShamanQuest', 'http://ShamanQuest.webcomic.ws/', u'A Nomad, a young runaway, a psychic on the verge of madness and other characters band together to reach New Babel, one of the last cities on Earth. On their way stands the Wastelands, huge desert filled with mad prophets, power-hunger mafias, bizarre creatures and the looming threat of a World-scale conspiracy...') -#add('Shameless', 'http://Shameless.webcomic.ws/', u'The story of a 14 year old girl who suddenly wakes up with the duty to create a region on a barren world known as Origen, alongside six other "Cosmos" that are alien in appearance. Join her as she faces the hardships of unrequited love, friendship, jealousy, and the inevitable...') -add('Shatterrealm', 'http://shatterrealm.webcomic.ws/', u'Iconoclasts clash as wanderers from parallel worlds fight for survival, meaning, and a way to get home. Through tehcnological or supernatural means, a random few have managed to move back and forth between worlds. Some are lost. Some are searching. Some are hunters and exterminators. An exploration of the human heart.') -add('Shonenpunkremix', 'http://shonenpunkremix.webcomic.ws/', u'an entire evil space empire wants his blood! but all Chiitsu wants is to build an epic space harem!') -#add('Signifikat', 'http://signifikat.webcomic.ws/', u'While on the run from the Cinnamon City authorities, robotic girl Sunhra meets her match at the outskirts of the information highway: a young man with the ability to bend machinery to his will...') -add('Silvernights', 'http://silvernights.webcomic.ws/', u"Wilson Jones is a retired, rich and bored man. So he decides to become a detective, although it seems he doesn't know what he's doing. In fact, he doesn't have the slightest idea of what he's doing.") -#add('SimplySarah', 'http://SimplySarah.webcomic.ws/', u'Follow Sarah through her life as she deals with her own personal relationship issues and those of the people around her. Lesbian themed with one trans character and lots of other varied relationship issues.') -add('Sinjetpack', 'http://sinjetpack.webcomic.ws/', u'Mi Vida Sin Un Jetpack es un comic autobiogr\xe1fico sobre la vida de MaGnUs, escrito por \xe9l, con arte de Taibox (ocasionalmente coloreado por Mindy Lopkin). Publicado semanalmente en ingl\xe9s y espa\xf1ol.') -add('Spf1337', 'http://spf1337.webcomic.ws/', u'A webcomic about the little things in life that let you get through the hard times. With groan-inducing puns and hilarious antics, SPF is here to entertain you. Or is it the other way around...?') -add('Sscomic', 'http://ss-comic.webcomic.ws/', u'') -add('Teenagedragon', 'http://teenagedragon.webcomic.ws/', u"Meet one Zeke Fahrenheit, film critic extraordinaire, and also father to a dragon. He's (sometimes) better at one of those jobs than the other. Follow along with him as he tries to raise his green, four-armed daughter Snapdragon, woo the exotic cat-girl Princess Acinonyx, avoid his evil ex-girlfriend Dr. Abby Mars, and just try to survive a world where pop culture is not to be embraced but feared.") -add('TheButterflyEffect', 'http://TheButterflyEffect.webcomic.ws/', u'Sun, Sand, Surfing, Sex. Kombis, Karma, Kindness. Life, Love, Loss. ...and gender issues. Includes an intersex main character, nudity, sex..."real life" in fact. O.K., so it\'s a SOAPIE, I admit ! B-)') -add('Theashes', 'http://theashes.webcomic.ws/', u'Wolf and Fox have already lived through a lot of disasters - the death of their parents, the end of the world to name a couple - and come out of them stronger. With their lives already in ashes, what could the future possibly hold worse than this?') -add('Thecrease', 'http://thecrease.webcomic.ws/', u'These vast distances of space are only traversed by the benefit of massive star bases that generate the extensive amounts of energy needed to fold space. These star bases have been in use for almost a century and are now considered a common sight in the galaxy. But there was a time when it wasn\u2019t as safe to travel the folds and ships were lost. It was rumored that when a ship disappeared it fell in to an unknown area of space...a place halfway between the origin and destination... a place known as \u201cThe Crease\u201d.') -add('TwentyQuidAmusements', 'http://TwentyQuidAmusements.webcomic.ws/', u"This webcomic dedicates itself to parodying the funny and illogical parts of games. It also sometimes dabbles in the problematic lives of the average (or rather extreme) gamer. You'll probably need an acquired taste, but give it a try, you might just like it.") -add('Wowwithatwistdamaclesandkejallcomic', 'http://Wowwithatwist-damaclesandkejallcomic.webcomic.ws/', u'Follow the dangerous adventures of Damacles , the human warrior and kenjall a worgen') +add('12yearslater', 'http://12yearslater.webcomic.ws/') +add('30years', 'http://30years.webcomic.ws/') +add('6colorstories', 'http://6colorstories.webcomic.ws/') +add('933dollars', 'http://933dollars.webcomic.ws/') +add('AAB', 'http://AAB.webcomic.ws/') +add('Abrickishspacecomic', 'http://Abrickishspacecomic.webcomic.ws/') +add('AccidentallyonPurpose', 'http://Accidentally-on-Purpose.webcomic.ws/') +add('Acroalis', 'http://acroalis.webcomic.ws/') +add('Actingout', 'http://actingout.webcomic.ws/') +add('AdventuresofMaggie', 'http://AdventuresofMaggie.webcomic.ws/') +add('Aether', 'http://aether.webcomic.ws/') +add('Afairtrade', 'http://afairtrade.webcomic.ws/') +add('Aforeverquest', 'http://aforeverquest.webcomic.ws/') +add('Afrodays', 'http://afrodays.webcomic.ws/') +add('Ahappierkindofsad', 'http://ahappierkindofsad.webcomic.ws/') +add('Albinobros', 'http://albinobros.webcomic.ws/') +add('Alexanderandlucas', 'http://alexanderandlucas.webcomic.ws/') +add('Alignment', 'http://Alignment.webcomic.ws/') +add('Alittlebitofeverything', 'http://alittlebitofeverything.webcomic.ws/') +add('Allthebbqsauce', 'http://allthebbqsauce.webcomic.ws/') +add('Alone', 'http://Alone.webcomic.ws/') +add('Alya', 'http://Alya.webcomic.ws/') +add('AmericanNerd', 'http://AmericanNerd.webcomic.ws/') +add('Americanextremists', 'http://americanextremists.webcomic.ws/') +add('Amtheatre', 'http://amtheatre.webcomic.ws/') +add('AnK', 'http://AnK.webcomic.ws/') +add('Angryfaerie', 'http://angryfaerie.webcomic.ws/') +add('Angstcomic', 'http://angstcomic.com/') +add('Antarcticbroadcasting', 'http://antarcticbroadcasting.webcomic.ws/') +add('Anthrosanddungeons', 'http://Anthrosanddungeons.webcomic.ws/') +add('Applepine', 'http://Applepine.webcomic.ws/') +add('ArachnidGoddess', 'http://ArachnidGoddess.webcomic.ws/') +#add('ArchportCityChronicles', 'http://ArchportCityChronicles.webcomic.ws/') +add('AreYouDoneYet', 'http://AreYouDoneYet.webcomic.ws/') +add('Area42', 'http://area42.webcomic.ws/') +add('Armybrat', 'http://armybrat.webcomic.ws/') +add('Asperchu', 'http://asperchu.webcomic.ws/') +add('Astralaves', 'http://astralaves.webcomic.ws/') +add('Atm', 'http://atm.webcomic.ws/') +add('Atomicmonkey', 'http://atomicmonkey.webcomic.ws/') +add('Atowncalledalandale', 'http://atowncalledalandale.webcomic.ws/') +add('Augustosclassic', 'http://augustos-classic.webcomic.ws/') +add('Awkwardshelby', 'http://awkwardshelby.webcomic.ws/') +add('BASO', 'http://BASO.webcomic.ws/') +add('BATB', 'http://BATB.webcomic.ws/') +add('BTTF', 'http://BTTF.webcomic.ws/') +add('Baby001', 'http://baby001.webcomic.ws/') +add('BabyBatman', 'http://BabyBatman.webcomic.ws/') +#add('Ballandchain', 'http://ballandchain.webcomic.ws/') +#add('Barkingcrayon', 'http://barkingcrayon.webcomic.ws/') +add('Baseballcapsandtiaras', 'http://Baseballcapsandtiaras.webcomic.ws/') +add('BattleoftheRobofemoids', 'http://Battle-of-the-Robofemoids.webcomic.ws/') +add('Beebleville', 'http://Beebleville.webcomic.ws/') +add('Beepclub', 'http://beepclub.webcomic.ws/') +add('Beepolice', 'http://beepolice.webcomic.ws/') +add('BeforeAndAfter', 'http://BeforeAndAfter.webcomic.ws/') +add('Bentelbows', 'http://bentelbows.webcomic.ws/') +#add('Bestbrosforever', 'http://bestbrosforever.webcomic.ws/') +add('BetaParticles', 'http://BetaParticles.webcomic.ws/') +add('BetweenRounds', 'http://Between-Rounds.webcomic.ws/') +#add('Beyondtheordinary', 'http://Beyondtheordinary.webcomic.ws/') +add('Biblebelt', 'http://biblebelt.webcomic.ws/') +add('Bimorphon', 'http://bimorphon.webcomic.ws/') +add('Biosyte', 'http://biosyte.webcomic.ws/') +add('Birdman', 'http://Birdman.webcomic.ws/') +add('Blessings', 'http://Blessings.webcomic.ws/') +add('BlueBloodHeroes', 'http://BlueBloodHeroes.webcomic.ws/') +add('Boatcrash', 'http://boatcrash.webcomic.ws/') +add('Bobbythefetus', 'http://bobbythefetus.webcomic.ws/') +add('Booksdontworkhere', 'http://booksdontworkhere.webcomic.ws/') +add('Boritom', 'http://boritom.webcomic.ws/') +add('BrokenReality', 'http://BrokenReality.webcomic.ws/') +add('Bulletproof', 'http://bulletproof.webcomic.ws/') +add('Bustysolar', 'http://bustysolar.webcomic.ws/') +add('Cannonadeofhogwash', 'http://cannonadeofhogwash.webcomic.ws/') +add('CatHero', 'http://CatHero.webcomic.ws/') +#add('Cataclysm', 'http://cataclysm.webcomic.ws/') +add('Catwithgoggles', 'http://catwithgoggles.webcomic.ws/') +add('Cautionarytales', 'http://cautionarytales.webcomic.ws/') +add('Chocolava', 'http://chocolava.webcomic.ws/') +add('ChristianHumberReloaded', 'http://ChristianHumberReloaded.webcomic.ws/') +add('ChronoRedux', 'http://ChronoRedux.webcomic.ws/') +add('CityOfDream', 'http://CityOfDream.webcomic.ws/') +#add('Clockworkatrium', 'http://clockworkatrium.webcomic.ws/') +add('ClydenOwen', 'http://ClydenOwen.webcomic.ws/') +add('Cockeyed', 'http://cockeyed.webcomic.ws/') +add('CoftheA', 'http://CoftheA.webcomic.ws/') +add('Comingapartments', 'http://comingapartments.webcomic.ws/') +add('CompanyMan', 'http://CompanyMan.webcomic.ws/') +add('Complicatedd', 'http://Complicatedd.webcomic.ws/') +add('Conplicated', 'http://Conplicated.webcomic.ws/') +add('Contestedterritory', 'http://contestedterritory.webcomic.ws/') +add('Copypasteandmrbenjy', 'http://copypasteandmrbenjy.webcomic.ws/') +#add('Cosmicdash', 'http://cosmicdash.webcomic.ws/') +add('Cowtoon', 'http://cowtoon.webcomic.ws/') +add('Crawlers', 'http://crawlers.webcomic.ws/') +add('Crimsonpixel', 'http://crimsonpixel.webcomic.ws/') +add('Crowbar', 'http://crowbar.webcomic.ws/') +add('Crowbars', 'http://Crowbars.webcomic.ws/') +add('Cubecows', 'http://cubecows.webcomic.ws/') +add('Cupcakegraffiti', 'http://cupcakegraffiti.webcomic.ws/') +add('Curvyboneyosis', 'http://curvyboneyosis.webcomic.ws/') +#add('DEMENTED', 'http://DEMENTED.webcomic.ws/') +add('DRouggs', 'http://dRouggs.webcomic.ws/') +add('Dailydoodle', 'http://dailydoodle.webcomic.ws/') +add('Damnhipsters', 'http://damnhipsters.webcomic.ws/') +add('Dandk', 'http://d-and-k.webcomic.ws/') +add('Darksisters', 'http://darksisters.webcomic.ws/') +#add('Dasien', 'http://dasien.webcomic.ws/') +add('Datachasers', 'http://Datachasers.webcomic.ws/') +add('Davidandtherobot', 'http://davidandtherobot.webcomic.ws/') +add('Ddsr', 'http://ddsr.webcomic.ws/') +add('Dead', 'http://dead.webcomic.ws/') +add('DeadFingers', 'http://DeadFingers.webcomic.ws/') +add('Deadducks', 'http://deadducks.webcomic.ws/') +add('Definehero', 'http://definehero.webcomic.ws/') +#add('Demoneater', 'http://Demoneater.webcomic.ws/') +add('Demonwings', 'http://demonwings.webcomic.ws/') +add('DenizensAttentionComic', 'http://DenizensAttentionComic.webcomic.ws/') +add('Dictatorship', 'http://dictatorship.webcomic.ws/') +add('Dierabbitdie', 'http://dierabbitdie.webcomic.ws/') +#add('Diexemor', 'http://diexemor.webcomic.ws/') +add('Disturbingcomics', 'http://Disturbingcomics.webcomic.ws/') +add('Docapoc', 'http://docapoc.webcomic.ws/') +add('Doffeellende', 'http://doffeellende.webcomic.ws/') +add('Domain', 'http://Domain.webcomic.ws/') +add('DotX', 'http://DotX.webcomic.ws/') +add('Doublejump', 'http://doublejump.webcomic.ws/') +add('Draginbeard', 'http://draginbeard.webcomic.ws/') +add('Dragoncity', 'http://dragoncity.webcomic.ws/') +#add('Dragonet', 'http://dragonet.webcomic.ws/') +add('Drettaville', 'http://drettaville.webcomic.ws/') +add('Drifting', 'http://Drifting.webcomic.ws/') +add('Dueeast', 'http://dueeast.webcomic.ws/') +add('DuelingHeroes', 'http://DuelingHeroes.webcomic.ws/') +#add('Dungeonhordes', 'http://dungeonhordes.webcomic.ws/') +add('EMT', 'http://eMT.webcomic.ws/') +add('Eclipselegend', 'http://eclipselegend.webcomic.ws/') +add('Educomix', 'http://educomix.webcomic.ws/') +add('Elektroanthology', 'http://elektroanthology.webcomic.ws/') +add('Elementsofeve', 'http://elementsofeve.webcomic.ws/') +add('Elfcomic', 'http://elf-comic.webcomic.ws/') +add('Elsewhere', 'http://elsewhere.webcomic.ws/') +#add('Equsopia', 'http://equsopia.webcomic.ws/') +add('EternityC', 'http://EternityC.webcomic.ws/') +add('Everydayabnormal', 'http://everydayabnormal.webcomic.ws/') +add('Fairydust', 'http://fairydust.webcomic.ws/') +add('Fathead', 'http://fathead.webcomic.ws/') +add('Fexpression', 'http://fexpression.webcomic.ws/') +add('Fiendishfellowship', 'http://fiendishfellowship.webcomic.ws/') +add('FingerPuppetShow', 'http://FingerPuppetShow.webcomic.ws/') +add('FireBorn2', 'http://FireBorn2.webcomic.ws/') +add('Flickwit', 'http://flickwit.webcomic.ws/') +add('Foxtales', 'http://Foxtales.webcomic.ws/') +add('Fpk', 'http://fpk.webcomic.ws/') +add('Fracturedtea', 'http://fracturedtea.webcomic.ws/') +add('Fraternit', 'http://fraterni-t.webcomic.ws/') +add('Friendshipisdragons', 'http://friendshipisdragons.webcomic.ws/') +add('Frontier2170', 'http://frontier2170.webcomic.ws/') +add('Fullmetalbrothers', 'http://fullmetalbrothers.webcomic.ws/') +add('Fusion', 'http://fusion.webcomic.ws/') +add('Fuzzballandscuzzball', 'http://fuzzballandscuzzball.webcomic.ws/') +add('Galbertofbruges', 'http://galbertofbruges.webcomic.ws/') +add('Ghostassassin', 'http://ghostassassin.webcomic.ws/') +add('Gillimurphy', 'http://gillimurphy.webcomic.ws/') +add('Glomshire', 'http://Glomshire.webcomic.ws/') +add('Glorianna', 'http://glorianna.webcomic.ws/') +add('Godgames', 'http://Godgames.webcomic.ws/') +add('Godhatesdads', 'http://godhatesdads.webcomic.ws/') +add('Goldrushdynllewcomics', 'http://goldrush-dynllewcomics.webcomic.ws/') +add('Grandfatherstale', 'http://grandfatherstale.webcomic.ws/') +add('Grandify', 'http://grandify.webcomic.ws/') +add('Grandline3point5', 'http://grandline3point5.webcomic.ws/') +add('GreenEyes', 'http://GreenEyes.webcomic.ws/') +add('GreenerGrass', 'http://GreenerGrass.webcomic.ws/') +add('GrippsBrain', 'http://GrippsBrain.webcomic.ws/') +add('HIRI', 'http://HIRI.webcomic.ws/') +add('Halloween2012', 'http://halloween2012.webcomic.ws/') +add('Halloween2013', 'http://halloween2013.webcomic.ws/') +add('Hazardswake', 'http://hazardswake.webcomic.ws/') +add('HeadWound', 'http://HeadWound.webcomic.ws/') +add('Heavylittlepeople', 'http://heavylittlepeople.webcomic.ws/') +add('Hellowanderingstar', 'http://hello-wandering-star.webcomic.ws/') +add('HitmanPiranha', 'http://HitmanPiranha.webcomic.ws/') +add('Hitmen', 'http://hitmen.webcomic.ws/') +add('Hodgemosh', 'http://hodgemosh.webcomic.ws/') +add('Holon', 'http://holon.webcomic.ws/') +add('Holybibble', 'http://holy-bibble.webcomic.ws/') +add('Honeyvenom', 'http://honeyvenom.webcomic.ws/') +add('Housepets1x', 'http://housepets1x.webcomic.ws/') +add('HumanCookies', 'http://HumanCookies.webcomic.ws/') +add('Idget', 'http://idget.webcomic.ws/') +add('Ignitionzero', 'http://ignitionzero.webcomic.ws/') +add('Immigrant', 'http://immigrant.webcomic.ws/') +add('Insanitycorp', 'http://insanitycorp.webcomic.ws/') +add('Inviziblecomixgroup', 'http://inviziblecomixgroup.webcomic.ws/') +add('Isaacandfriends', 'http://Isaacandfriends.webcomic.ws/') +add('Isb', 'http://isb.webcomic.ws/') +add('Isonacia', 'http://Isonacia.webcomic.ws/') +add('Its', 'http://its.webcomic.ws/') +add('Itscomplicated', 'http://itscomplicated.webcomic.ws/') +add('Jakebone', 'http://jakebone.webcomic.ws/') +add('Jamiejupiter', 'http://jamiejupiter.webcomic.ws/') +add('JaysInternetFightClub', 'http://JaysInternetFightClub.webcomic.ws/') +add('Jenfferscartoonphotomanipulaion', 'http://jenfferscartoonphotomanipulaion.webcomic.ws/') +add('Jenffersshow', 'http://jenffersshow.webcomic.ws/') +add('Jericho', 'http://Jericho.webcomic.ws/') +#add('JillpokeBohemia', 'http://JillpokeBohemia.webcomic.ws/') +add('Jix', 'http://Jix.webcomic.ws/') +add('Joysworldcomic', 'http://joysworldcomic.webcomic.ws/') +add('Judgedred', 'http://judgedred.webcomic.ws/') +add('Jump2', 'http://Jump2.webcomic.ws/') +add('JustPeachy', 'http://JustPeachy.webcomic.ws/') +add('Kachingcomic', 'http://kachingcomic.webcomic.ws/') +add('Karensedge', 'http://karensedge.webcomic.ws/') +add('Kayandp', 'http://kayandp.webcomic.ws/') +add('Kazaandgwenna', 'http://Kaza-and-gwenna.webcomic.ws/') +add('Keepingthepeace', 'http://keepingthepeace.webcomic.ws/') +add('Kevinzombie', 'http://kevinzombie.webcomic.ws/') +add('KiasComic', 'http://KiasComic.webcomic.ws/') +add('Kindergardencrisis', 'http://kindergardencrisis.webcomic.ws/') +add('Kirahitogame', 'http://kirahitogame.webcomic.ws/') +add('Knavesend', 'http://knavesend.webcomic.ws/') +add('LORDDARKE', 'http://LORDDARKE.webcomic.ws/') +add('Laceyinvestigations', 'http://lacey-investigations.webcomic.ws/') +add('Ladyspectra', 'http://ladyspectra.webcomic.ws/') +add('Laserbrigade', 'http://laserbrigade.webcomic.ws/') +add('Lastcallcomic', 'http://lastcallcomic.webcomic.ws/') +add('Lasttaxi', 'http://lasttaxi.webcomic.ws/') +add('Latchkey', 'http://latchkey.webcomic.ws/') +add('Lauras24hourcomics', 'http://lauras24hourcomics.webcomic.ws/') +#add('Lavenderlegend', 'http://lavenderlegend.webcomic.ws/') +add('Lazy', 'http://lazy.webcomic.ws/') +add('LeahClearwaterFancomic', 'http://LeahClearwaterFancomic.webcomic.ws/') +add('Lena', 'http://lena.webcomic.ws/') +add('Lethargicmisanthropy', 'http://lethargicmisanthropy.webcomic.ws/') +add('Letitride', 'http://letitride.webcomic.ws/') +add('Lifeexplained', 'http://lifeexplained.webcomic.ws/') +add('Lightbulbs', 'http://lightbulbs.webcomic.ws/') +add('Lilheroartists', 'http://lilheroartists.webcomic.ws/') +add('Lint', 'http://lint.webcomic.ws/') +add('LiquidLunch', 'http://LiquidLunch.webcomic.ws/') +add('Littleblackdress', 'http://little-black-dress.webcomic.ws/') +add('Littlejacquie', 'http://littlejacquie.webcomic.ws/') +add('Littleredrobo', 'http://littleredrobo.webcomic.ws/') +add('Lola2', 'http://Lola2.webcomic.ws/') +add('Longhike', 'http://Longhike.webcomic.ws/') +add('Lookstraightahead', 'http://lookstraightahead.webcomic.ws/') +add('Lp', 'http://lp.webcomic.ws/') +add('LucidsDream', 'http://LucidsDream.webcomic.ws/') +add('LunaStar', 'http://LunaStar.webcomic.ws/') +add('Lvl30psy', 'http://lvl30psy.webcomic.ws/') +add('Maddog', 'http://maddog.webcomic.ws/') +add('Madgirl', 'http://madgirl.webcomic.ws/') +add('Magisa', 'http://mag-isa.webcomic.ws/') +add('Magnacomica', 'http://magnacomica.webcomic.ws/') +#add('Mascara', 'http://Mascara.webcomic.ws/') +#add('MayTheRainCome', 'http://MayTheRainCome.webcomic.ws/') +add('Mayonakadensha', 'http://mayonakadensha.webcomic.ws/') +add('Megamancomic', 'http://megamancomic.webcomic.ws/') +add('Melancholygoround', 'http://melancholygoround.webcomic.ws/') +add('Merelymortal', 'http://merelymortal.webcomic.ws/') +add('MichellesUniverseScrapbook', 'http://MichellesUniverseScrapbook.webcomic.ws/') +add('Midnightpeanutbutter', 'http://midnightpeanutbutter.webcomic.ws/') +add('Mildlyamusing', 'http://mildlyamusing.webcomic.ws/') +add('Minarga', 'http://minarga.webcomic.ws/') +add('Mirroredconversations', 'http://mirroredconversations.webcomic.ws/') +add('MissionMars', 'http://MissionMars.webcomic.ws/') +add('MoizmadComix', 'http://MoizmadComix.webcomic.ws/') +add('Monstersoup', 'http://monstersoup.webcomic.ws/') +#add('Moonvalley', 'http://moonvalley.webcomic.ws/') +add('Morningsquirtz', 'http://Morningsquirtz.webcomic.ws/') +add('Moths', 'http://moths.webcomic.ws/') +add('Mushroomgo', 'http://mushroomgo.webcomic.ws/') +add('MyHorribleSite', 'http://MyHorribleSite.webcomic.ws/') +add('Namcowars', 'http://namcowars.webcomic.ws/') +add('NatureDEEP', 'http://NatureDEEP.webcomic.ws/') +#add('Negligence', 'http://negligence.webcomic.ws/') +add('Neighborscomic', 'http://neighborscomic.webcomic.ws/') +add('Newheimburg', 'http://newheimburg.webcomic.ws/') +add('NoSongs', 'http://NoSongs.webcomic.ws/') +add('Nojetpack', 'http://nojetpack.webcomic.ws/') +add('Nostalgiaofeden', 'http://nostalgiaofeden.webcomic.ws/') +add('Notsinceyou', 'http://notsinceyou.webcomic.ws/') +add('Ocarinaoftim', 'http://ocarinaoftim.webcomic.ws/') +add('Oceanlabyrinth', 'http://oceanlabyrinth.webcomic.ws/') +add('Offhours', 'http://offhours.webcomic.ws/') +add('OldHumanCookies', 'http://OldHumanCookies.webcomic.ws/') +add('Onepagecomiccollection', 'http://onepagecomiccollection.webcomic.ws/') +add('Organizedmess', 'http://organizedmess.webcomic.ws/') +add('Outferasmoke', 'http://outferasmoke.webcomic.ws/') +add('Outletting', 'http://outletting.webcomic.ws/') +add('Pandemonium', 'http://Pandemonium.webcomic.ws/') +add('Paperstreamer', 'http://paperstreamer.webcomic.ws/') +add('ParaFrenic', 'http://ParaFrenic.webcomic.ws/') +add('ParasiteGalaxy', 'http://ParasiteGalaxy.webcomic.ws/') +add('Parmeshen', 'http://parmeshen.webcomic.ws/') +add('Peepsnperks', 'http://peepsnperks.webcomic.ws/') +add('Pegwarmers', 'http://Pegwarmers.webcomic.ws/') +add('PersonaFTW', 'http://PersonaFTW.webcomic.ws/') +add('Perspectives', 'http://perspectives.webcomic.ws/') +add('Phantomstrail', 'http://phantomstrail.webcomic.ws/') +add('Pilgrimenespanol', 'http://pilgrimenespanol.webcomic.ws/') +add('Pilgrimsprogress', 'http://pilgrimsprogress.webcomic.ws/') +add('PiratesLife', 'http://PiratesLife.webcomic.ws/') +add('Pitchblack', 'http://pitchblack.webcomic.ws/') +add('PlanetChaser', 'http://PlanetChaser.webcomic.ws/') +add('PlasticBulletsMayhemUnloaded', 'http://PlasticBulletsMayhemUnloaded.webcomic.ws/') +add('PobrePucho', 'http://PobrePucho.webcomic.ws/') +add('Poharex', 'http://poharex.webcomic.ws/') +add('Popcultureskids', 'http://pop-cultures-kids.webcomic.ws/') +add('Poussiere', 'http://poussiere.webcomic.ws/') +#add('Princesschroma', 'http://princesschroma.webcomic.ws/') +add('ProjectGTH', 'http://ProjectGTH.webcomic.ws/') +add('Projectjikoku', 'http://projectjikoku.webcomic.ws/') +add('Proportionalexcitability', 'http://proportionalexcitability.webcomic.ws/') +add('Pt', 'http://pt.webcomic.ws/') +add('Pulse', 'http://pulse.webcomic.ws/') +add('Punch', 'http://Punch.webcomic.ws/') +add('Purehavoc', 'http://pure-havoc.webcomic.ws/') +add('RPS', 'http://RPS.webcomic.ws/') +add('RPT', 'http://RPT.webcomic.ws/') +add('Randomlyassembled', 'http://randomlyassembled.webcomic.ws/') +add('Randomthoughts', 'http://randomthoughts.webcomic.ws/') +add('Rangerrandom', 'http://rangerrandom.webcomic.ws/') +add('Raspcat', 'http://raspcat.webcomic.ws/') +#add('Ravenwolf', 'http://ravenwolf.webcomic.ws/') +add('RealLifeTrips', 'http://RealLifeTrips.webcomic.ws/') +add('RebelYell', 'http://RebelYell.webcomic.ws/') +add('RecklessComix', 'http://RecklessComix.webcomic.ws/') +add('Remedy', 'http://Remedy.webcomic.ws/') +add('Requiemsgate', 'http://requiemsgate.webcomic.ws/') +add('Residentweirdo', 'http://residentweirdo.webcomic.ws/') +add('Rockgardencomics', 'http://rockgardencomics.webcomic.ws/') +add('Romanjack', 'http://romanjack.webcomic.ws/') +add('RumfAdventures', 'http://RumfAdventures.webcomic.ws/') +#add('Runespark', 'http://runespark.webcomic.ws/') +add('Rvr', 'http://rvr.webcomic.ws/') +add('SailorMoonTheEnemyNextDoor', 'http://SailorMoonTheEnemyNextDoor.webcomic.ws/') +#add('SakuraDAY', 'http://SakuraDAY.webcomic.ws/') +add('Sarakleeyo', 'http://sarakleeyo.webcomic.ws/') +add('Savemegebus', 'http://savemegebus.webcomic.ws/') +add('Sawbladersblacknuzlocke', 'http://sawbladersblacknuzlocke.webcomic.ws/') +add('Schizmatic', 'http://schizmatic.webcomic.ws/') +add('Scoundrels', 'http://scoundrels.webcomic.ws/') +add('Scrubdiving', 'http://scrubdiving.webcomic.ws/') +add('Seconds', 'http://Seconds.webcomic.ws/') +add('Secretsanta2013', 'http://secretsanta2013.webcomic.ws/') +add('SeeYourFeels', 'http://SeeYourFeels.webcomic.ws/') +add('Seed', 'http://Seed.webcomic.ws/') +add('Serengetti', 'http://serengetti.webcomic.ws/') +add('Serpamiaflare', 'http://serpamiaflare.webcomic.ws/') +add('Shades', 'http://shades.webcomic.ws/') +add('ShamanQuest', 'http://ShamanQuest.webcomic.ws/') +#add('Shameless', 'http://Shameless.webcomic.ws/') +add('Shatterrealm', 'http://shatterrealm.webcomic.ws/') +add('Shonenpunkremix', 'http://shonenpunkremix.webcomic.ws/') +#add('Signifikat', 'http://signifikat.webcomic.ws/') +add('Silvernights', 'http://silvernights.webcomic.ws/') +#add('SimplySarah', 'http://SimplySarah.webcomic.ws/') +add('Sinjetpack', 'http://sinjetpack.webcomic.ws/') +add('Spf1337', 'http://spf1337.webcomic.ws/') +add('Sscomic', 'http://ss-comic.webcomic.ws/') +add('Teenagedragon', 'http://teenagedragon.webcomic.ws/') +add('TheButterflyEffect', 'http://TheButterflyEffect.webcomic.ws/') +add('Theashes', 'http://theashes.webcomic.ws/') +add('Thecrease', 'http://thecrease.webcomic.ws/') +add('TwentyQuidAmusements', 'http://TwentyQuidAmusements.webcomic.ws/') +add('Wowwithatwistdamaclesandkejallcomic', 'http://Wowwithatwist-damaclesandkejallcomic.webcomic.ws/') diff --git a/dosagelib/plugins/d.py b/dosagelib/plugins/d.py index 7a6c79016..bd34d9922 100644 --- a/dosagelib/plugins/d.py +++ b/dosagelib/plugins/d.py @@ -29,7 +29,6 @@ class DamnLol(_BasicScraper): compile(tagre("img", "src", r'(%spics/[^"]+)' % rurl)), ) help = 'Index format: stripname-number' - description = u'Funny pictures from the internet. Thousands of them.' starter = bounceStarter(url, compile(tagre("a", "href", r'(%s[^"]+)' % rurl, after="next"))) @@ -71,7 +70,6 @@ class DangerouslyChloe(_BasicScraper): class DarkWings(_BasicScraper): - description = u"Dark Wings - You Can't Reach Heaven on Broken Wings" url = 'http://www.flowerlarkstudios.com/dark-wings/' rurl = escape(url) stripUrl = url + '%s/' @@ -85,7 +83,6 @@ class DarthsAndDroids(_BasicScraper): url = 'http://www.darthsanddroids.net/' stripUrl = url + 'episodes/%s.html' firstStripUrl = stripUrl % '0001' - description = u'Darths & Droids is an "RPG screencap comic".' prevSearch = compile(tagre("a", "href", r'(/episodes/\d\d\d\d.html)') + '<PREVIOUS' ) imageSearch = compile(tagre("img", "src", r'(/comics/darths\d\d\d\d\.jpg)')) @@ -103,7 +100,6 @@ class DasLebenIstKeinPonyhof(_BasicScraper): class DeadWinter(_BasicScraper): - description = u'd e a d . w i n t e r' url = 'http://deadwinter.cc/' stripUrl = url + 'page/%s' firstStripUrl = stripUrl % '1' @@ -113,7 +109,6 @@ class DeadWinter(_BasicScraper): class DeathToTheExtremist(_BasicScraper): - description = u'Death To The Extremist' url = 'http://www.dtecomic.com/' stripUrl = url + '?n=%s' firstStripUrl = stripUrl % '1' @@ -123,7 +118,6 @@ class DeathToTheExtremist(_BasicScraper): class DeepFried(_BasicScraper): - description = u'Deep Fried-The home of Weapon Brown, Clarissa and Beepo' url = 'http://www.whatisdeepfried.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -134,7 +128,6 @@ class DeepFried(_BasicScraper): class DemolitionSquad(_BasicScraper): - description = u'Demolitionsquad.de ist die erste deutsche Videospiel-Webcomic-Seite nach amerikanischen Vorbild und noch viel mehr als das. Auf Demolitionsquad.de findet der wissbegierige, spielebegeisterte Nutzer Comicstrips zu aktuellen Videospielen die ihm die Wartezeit auf den kommenden Top-Titel weiter ves\xfcssen.' url = 'http://www.demolitionsquad.de/' stripUrl = url + '?comicbeitrag=%s' firstStripUrl = stripUrl % '181' @@ -166,7 +159,6 @@ class DieFruehreifen(_BasicScraper): class DieselSweeties(_BasicScraper): - description = u'diesel sweeties : robot webcomic & geeky music t-shirts' url = 'http://www.dieselsweeties.com/' stripUrl = url + 'archive/%s' firstStripUrl = stripUrl % '1' @@ -189,7 +181,6 @@ class Dilbert(_BasicScraper): prevSearch = compile(tagre("a", "href", r'(/strip/\d+-\d+-\d+)', after="Older Strip")) imageSearch = compile(tagre("img", "src", r'(http://assets.amuniversal.com/\w+)')) help = 'Index format: yyyy-mm-dd' - description = u'A comic featuring satirical office humor about a white-collar, micromanaged office featuring the engineer Dilbert as the title character.' @classmethod def namer(cls, imageUrl, pageUrl): @@ -236,7 +227,6 @@ class DominicDeegan(_BasicScraper): class DorkTower(_BasicScraper): - description = u'The Place for All Things Dork' url = 'http://www.dorktower.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -264,7 +254,6 @@ class DreamKeepersPrelude(_BasicScraper): class DresdenCodak(_BasicScraper): - description = u'Dresden Codak' url = 'http://dresdencodak.com/' rurl = escape(url) stripUrl = None @@ -285,12 +274,10 @@ class DrFun(_BasicScraper): multipleImagesPerStrip = True prevSearch = compile(tagre("a", "href", r'([^"]+)') + 'Previous Week,') help = 'Index format: nnnnn' - description = u'A series of bizarre one-panel gags. Topics range from the mundane to the obscure.' endOfLife = True class Drive(_BasicScraper): - description = u'DRIVE tells the story of a second Spanish empire, a galactic empire, and its looming war with a race called The Continuum of Makers.' url = 'http://www.drivecomic.com/' rurl = escape(url) stripUrl = url + 'archive/%s.html' @@ -302,7 +289,6 @@ class Drive(_BasicScraper): # XXX navigation works only with JavaScript class _DrMcNinja(_BasicScraper): - description = u'The Adventures of Dr. McNinja' url = 'http://drmcninja.com/' rurl = escape(url) stripUrl = url + 'archives/comic/%s/' diff --git a/dosagelib/plugins/drunkduck.py b/dosagelib/plugins/drunkduck.py index a0c385335..0b6a178eb 100644 --- a/dosagelib/plugins/drunkduck.py +++ b/dosagelib/plugins/drunkduck.py @@ -3,7 +3,7 @@ # Copyright (C) 2012-2014 Bastian Kleineidam from re import compile -from ..scraper import make_scraper, Genre +from ..scraper import make_scraper from ..util import tagre # note: adding the compile() functions inside add() is a major performance hog @@ -53,13 +53,6 @@ def add(name, path): # manually set attributes Overrides = { - 'The_Devon_Legacy_Prologue': dict( - description = u'Earth\'s fate is in the hands of 2 alien races!' \ - ' Luckily 1 of them isn\'t so bad. Attempting to stop a vicious' \ - ' horde can 2 specially gifted humans (Fenny & Sally) actually ' \ - ' turn the tables of balance on this war? Year 2132', - genres = (Genre.scifi,), - ) } diff --git a/dosagelib/plugins/e.py b/dosagelib/plugins/e.py index 9368dc636..9b048485c 100755 --- a/dosagelib/plugins/e.py +++ b/dosagelib/plugins/e.py @@ -10,7 +10,6 @@ from ..util import tagre class EarthsongSaga(_BasicScraper): - description = u'Earthsong - An Online Graphic Novel by Crystal Yates' url = 'http://www.earthsongsaga.com/' starter = indirectStarter(url, compile(tagre("a", "href", r'([^"]+)') + tagre("img", "src", r'[^"]+current\.jpg'))) stripUrl = None @@ -36,7 +35,6 @@ class EarthsongSaga(_BasicScraper): class EatLiver(_BasicScraper): - description = u'Crazy funny pictures of insane internet' url = 'http://www.eatliver.com/' rurl = escape(url) starter = indirectStarter(url, compile(tagre("a", "href", r'(i\.php\?n=\d+)') + @@ -59,7 +57,6 @@ class EatThatToast(_BasicScraper): class EdibleDirt(_BasicScraper): - description = u'Edible Dirt, by Matt Rosemier' url = 'http://eddirt.frozenreality.co.uk/' stripUrl = url + 'index.php?id=%s' firstStripUrl = stripUrl % '0' @@ -68,7 +65,6 @@ class EdibleDirt(_BasicScraper): help = 'Index format: number' class EdmundFinney(_BasicScraper): - description = u"Edmund Finney's Quest to Find the Meaning of Life" url = 'http://eqcomics.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -111,7 +107,6 @@ class ElfOnlyInn(_BasicScraper): class ElGoonishShive(_BasicScraper): - description = u'Fantasy sci-fi comic about a group of teenagers and the bizarre, strange and supernatural circumstances of their lives.' name = 'KeenSpot/ElGoonishShive' url = 'http://www.egscomics.com/' stripUrl = url + 'index.php?id=%s' @@ -130,7 +125,6 @@ class ElGoonishShiveNP(_BasicScraper): class Ellerbisms(_BasicScraper): - description = u'Ellerbisms - A diary comic by Marc Ellerby' url = 'http://www.ellerbisms.com/' rurl = escape(url) stripUrl = url + '?p=%s' @@ -175,11 +169,9 @@ class EverydayBlues(_BasicScraper): prevSearch = compile(tagre("a", "href", r'(%s\d+/\d+/\d+/[^"]+/)' % rurl, after="navi-prev")) imageSearch = compile(tagre("img", "src", r'(%scomics/\d+-\d+-\d+-[^"]+)' % rurl)) help = 'Index format: yyyy/mm/dd/stripname' - description = u'A daily webcomic about the ups and downs of love, relationships and singledom.' class EvilDiva(_BasicScraper): - description = u'Evil Diva' url = 'http://www.evildivacomics.com/' stripUrl = url + '?p=%s' firstStripUrl = stripUrl % '145' @@ -189,7 +181,6 @@ class EvilDiva(_BasicScraper): class EvilInc(_BasicScraper): - description = u'Evil Inc. by Brad Guigar - Daily Super-Villain Webcomic and Comics Blog' url = 'http://evil-inc.com/' stripUrl = url + 'comic/%s' firstStripUrl = stripUrl % 'monday-3' @@ -202,7 +193,6 @@ class EvilInc(_BasicScraper): class Exiern(_BasicScraper): - description = u'Barbarian Typhan-Knee defeated the wizard...and became Tiffany!' url = 'http://www.exiern.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -213,7 +203,6 @@ class Exiern(_BasicScraper): class ExploitationNow(_BasicScraper): - description = u'Exploitation Now - That somewhat naughty webcomic classic by Michael Poe' url = 'http://www.exploitationnow.com/' rurl = escape(url) stripUrl = url + '%s' @@ -242,7 +231,6 @@ class ExtraOrdinary(_BasicScraper): class EyeOfRamalach(_BasicScraper): - description = u'The Eye of Ramalach' url = 'http://theeye.katbox.net/' rurl = escape(url) stripUrl = url + 'comic/%s/' diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 8f5cbd5fe..29b1b3972 100755 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -10,7 +10,6 @@ from ..helpers import indirectStarter class FalconTwin(_BasicScraper): - description = u'Falcon Twin' url = 'http://www.falcontwin.com/' stripUrl = url + 'index.html?strip=%s' firstStripUrl = stripUrl % '0' @@ -20,7 +19,6 @@ class FalconTwin(_BasicScraper): class FantasyRealms(_BasicScraper): - description = u'Fantasy Realms' url = 'http://www.fantasyrealmsonline.com/' stripUrl = url + 'manga/%s.php' imageSearch = compile(r']+\.html)', quote=""))) diff --git a/dosagelib/plugins/k.py b/dosagelib/plugins/k.py index 6a2fe8a44..4d5e0f069 100644 --- a/dosagelib/plugins/k.py +++ b/dosagelib/plugins/k.py @@ -9,7 +9,6 @@ from ..helpers import indirectStarter class KatzenfutterGeleespritzer(_BasicScraper): - description = u'Webcomic mit Geschichten aus dem Alltag eines geeky Cartoonisten und Comiczeichners' url = 'http://www.katzenfuttergeleespritzer.de/' rurl = escape(url) stripUrl = url + 'comics/%s/' @@ -25,7 +24,6 @@ class KatzenfutterGeleespritzer(_BasicScraper): class KevinAndKell(_BasicScraper): - description = u'Kevin & Kell by Bill Holbrook' url = 'http://www.kevinandkell.com/' stripUrl = url + '%s/kk%s%s.html' firstStripUrl = stripUrl % ('1995', '09', '03') @@ -38,7 +36,6 @@ class KevinAndKell(_BasicScraper): class Key(_BasicScraper): - description = u'Key - Fantasy Adventure Webcomic' baseUrl = 'http://key.shadilyn.com/' url = baseUrl + 'latestpage.html' stripUrl = baseUrl + 'pages/%s.html' @@ -58,7 +55,6 @@ class KickInTheHead(_BasicScraper): class KillerKomics(_BasicScraper): - description = u'Web comic - Lorsque tu repasses une chemise, fait attention pour ne pas oublier un endroit... - Web comic drole avec bonhommes allumettes, webcomic avec beaucoup de sang et violence. Pour ceux qui veulent rire \xe0 la violence.' baseUrl = 'http://www.killerkomics.com/web-comics/' url = baseUrl + 'index_ang.cfm' stripUrl = baseUrl + '%s.cfm' @@ -97,7 +93,6 @@ class Kukuburi(_BasicScraper): class KuroShouri(_BasicScraper): - description = u'a webcomic by Kikirini and DJ-Anarchy' url = 'http://kuroshouri.com/' rurl = escape(url) stripUrl = url + '?webcomic_post=%s' diff --git a/dosagelib/plugins/keenspot.py b/dosagelib/plugins/keenspot.py index 54ef9810b..c5f2852f9 100644 --- a/dosagelib/plugins/keenspot.py +++ b/dosagelib/plugins/keenspot.py @@ -16,7 +16,7 @@ _prevSearch = ( compile(tagre("a", "href", _stripPattern) + tagre("img", "id", r"katc7")), ) -def add(name, url, description): +def add(name, url): classname = 'KeenSpot_%s' % name if '/d/' in url: stripUrl = url.split('/d/')[0] + '/d/%s.html' @@ -26,7 +26,6 @@ def add(name, url, description): globals()[classname] = make_scraper(classname, name='KeenSpot/' + name, url=url, - description=description, stripUrl=stripUrl, imageSearch = _imageSearch, prevSearch = _prevSearch, @@ -35,46 +34,46 @@ def add(name, url, description): # do not edit anything below since these entries are generated from scripts/update.sh # DO NOT REMOVE -add('27TwentySeven', 'http://twenty-seven.keenspot.com/', u"Hendrix, Cobain, Joplin, Morrison: all belong to the '27 Club,' which admits only the most brilliant musicians...and kills them dead in their 27th year. Will Garland is a famous rock guitarist, secretly unable to play for months due to a neurological disorder afflicting his left hand. He's also 27! Can he make it to 28?") -add('Adventurers', 'http://adventurers.keenspot.com/', u"What do a sword-wielding hero, a deeply cynical mage, a complaining theif, a robot spy, a honourable ninja, an obsessed gunslinger, a useless bard, an equally useless cute thing, and a white mage have in common? They're main characters in ADVENTURERS!, for one.") -add('AntiheroForHire', 'http://antihero.keenspot.com/', u"Insane supervillains, cryptic madmen, giant monsters, and criminals with high-tech equipment? No problem! It's all in a night's work for Shadehawk, Antihero for Hire. Works on contingency.") -add('BanzaiGirl', 'http://banzaigirl.keenspot.com/', u'"Banzai Girl" Jinky Coronado is a popular schoolgirl about to have her big 18th birthday party, when her life gets turned upside-down. Her horrific nightmares literally invade our reality... and those same nightmares may be the key to saving the world!') -add('Barker', 'http://barkercomic.keenspot.com/', u'The story of a boy and his dog.') -add('Buzzboy', 'http://buzzboy.keenspot.com/', u"Buzzboy is the world's coolest super sidekick, a cheeseburger-chomping, pop culture-quoting dynamo! But what happens when his mentor, Captain Ultra, and all the top adult superheroes disappear, and Buzzboy and friends are left to save a world where sidekicks rule?") -add('ChoppingBlock', 'http://choppingblock.keenspot.com/', u"Y'know how sometimes you hear the voice of your dead mother in your head commanding you to murder sorority girls with a chainsaw and keep their eyeballs in a big jar of formaldehyde? Don't you hate that? I mean, does she have ANY IDEA how hard it is to get your hands on THAT MUCH formaldehyde? Sheesh.") -add('ClichFlamb', 'http://clicheflambe.keenspot.com/', u'Sometimes a word or phrase or activity becomes so irritatingly commonplace that you want pour booze on it and set it alight.') -add('CountYourSheep', 'http://countyoursheep.keenspot.com/', u"Can't sleep? Join Katie and her mother Laurie as they count sheep. REALLY cute sheep!") -add('EverythingJake', 'http://everythingjake.keenspot.com/', u'Everything Jake is not just a pun, it\x92s the story of Jake Bruno, college freshman. It\x92s chock full of assorted funniness about life, the universe, and everything.') -add('FallOutToyWorks', 'http://fallouttoyworks.keenspot.com/', u'The newly-produced android named Tiffany becomes the greatest passion and potential destruction of a brilliant robot-maker. Inspired by the ideas and lyrics of FALL OUT BOY.') -add('FriarAndBrimstone', 'http://friarandbrimstone.keenspot.com/', u'"I\'m gonna summon a demon!"') -add('GeneCatlow', 'http://genecatlow.keenspot.com/', u'A comic that centers on a world populated by both anthropomorphic animals and humans, who have (1) gotten along none too well through the history of their world, and (2) recently had it shown to them in no uncertain terms that they share a common ancestor, responsible for all intellgent life.') -add('GodMode', 'http://godmode.keenspot.com/', u"Once upon a time, a teenager created a popular video game cheat code website that was inexplicably bought by a billion-dollar corporation and turned into the ultimate gaming portal. Today, she's all grown up and overseeing the GOD MODE empire with an iron fist and a smoker's cough.") -add('GreenWake', 'http://greenwake.keenspot.com/', u'In the forgotten town of Green Wake, a string of grisly mutilations leads Morley Mack on the trail of a young woman named Ariel, who is the prime suspect. But when a stranger with startling connections to Ariel arrives under mysterious circumstances, Morley unravels a dark plot...') -add('HeadTrip', 'http://headtrip.keenspot.com/', u"We're the good kind of crazy, we swear.") -add('HoaxHunters', 'http://hoaxhunters.keenspot.com/', u'Cryptids. Aliens. Monsters. What if they were real? Their existence would be debunked by a reality TV show! HOAX HUNTERS is that show.') -add('InHere', 'http://inhere.keenspot.com/', u'A woman awakens to find herself in a drab gray room, with all of her memories intact save for the one which would explain how she ended up in the drab gray room. One drab gray room leads to another on an itinerary that seems programmed to produce far more questions than answers.') -add('Katrina', 'http://katrina.keenspot.com/', u'Jacqueline and Henry stumble upon the truth behind the legend of Katrina, Queen of the Vampires, who has been locked inside a convent for nearly two centuries. Now she has been unleashed by the storm that bears her name.') -add('Landis', 'http://landis.keenspot.com/', u'The fantastic adventures of an immortal warrior woman searching for the lost hammer of Thor.') -add('MakeshiftMiracle', 'http://makeshiftmiracle.keenspot.com/', u'Colby Reynolds searches for meaning in the world around him and discovers a place where dreams can come true, if he\x92s willing to pay the price.') -add('Marksmen', 'http://marksmen.keenspot.com/', u"Drake McCoy, an expert marksman, defends the future city of New San Diego from the numerous threats in the wasteland outside its walls. But when a powerful army aims to steal the city's energy technology, even Drake's skills may not be enough to fend off the siege.") -add('MarryMe', 'http://marryme.keenspot.com/', u'A romantic comedy graphic novel about a pop star, frustrated with her love life, who marries a random fan holding a \x93MARRY ME\x94 sign at one of her concerts.') -add('MedusasDaughter', 'http://medusasdaughter.keenspot.com/', u'Fifteen-year-old sideshow freak Maia Volokos, born with writhing ringlets and viperous locks, seeks the dangerous truth about herself and the parents she never knew.') -add('MonsterMassacre', 'http://monstermassacre.keenspot.com/', u'Massive monsters, bad babes, giant guns, carnasaur carnage, creepy creators... what more could you ask for?') -add('Newshounds', 'http://newshounds.keenspot.com/', u"KPET is the home to a woman and her fractious (not to say fractured) talking pets, who report today's news as only talking pets can. See politics intertwined with romance, sports intertwined with intrigue, and comedy intertwined with things comedy shouldn't be intertwined with.") -add('NoPinkPonies', 'http://nopinkponies.keenspot.com/', u'Can a girl go to such extreme just so she can get close to the guy she likes? Jess is just such a girl as she opens up a comic shop and hires the guy of her dreams to work for her. Romantic comedy with a dash of whacky hijinks ensues in this comic about a girl and the what she would do for love. Sort of.') -add('OutThere', 'http://outthere.keenspot.com/', u'A narcissistic barmaid\x92s two-steps-forward, one-or-two-steps-backward journey to enlightenment. Not always a pretty sight. The journey, that is. She always looks fabulous.') -add('Porcelain', 'http://porcelain.keenspot.com/', u'Follows a futuristic female protagonist who works for a shadowy organization and executes her duties in a cold and clinical manner. Things quickly change, as she begins to unravel the secrets that surround her own existence.') -add('QUILTBAG', 'http://quiltbag.keenspot.com/', u'Two young college girls begin a journey of self-discovery on a campus that represents the whole spectrum of sexuality, and possibility.') -add('RedSpike', 'http://redspike.keenspot.com/', u'Project Red Spike was successful in creating the ultimate super soldiers. But what happens when those soldiers stop taking orders?') -add('RumbleFall', 'http://rumblefall.keenspot.com/', u'A girl from our world gets transported to a world where the fate of the future is dependant on a robot fighting tournament called Rumble Fall.') -add('SamuraisBlood', 'http://samuraisblood.keenspot.com/', u'In an era when lineage defined you, three teenagers must make their way through the world hiding their identities in order to find their destinies.') -add('Sharky', 'http://sharky.keenspot.com/', u"For '90s kid Patrick Sharky, there's no comic book superhero cooler than the one that shares his last name: SHARKY, the ultimate tough guy. They say you should never meet your heroes... but Patrick may not have a choice in the matter!") -add('SomethingHappens', 'http://somethinghappens.keenspot.com/', u'"Something Happens" is a weekly comic emphasizing surreal sketch humor, as if \'The Far Side\' were filtered through \'Monty Python.\' The only guarantee made is that the comic will live up to the title, especially if you squint.') -add('SoreThumbs', 'http://sorethumbs.keenspot.com/', u"After a beautiful TV horror host's show is cancelled, she's forced to move home to Mayflower, New Jersey and interact with her family and old friends.") -add('Striptease', 'http://striptease.keenspot.com/', u"It's not just a clever name for a webcomic.... okay, it is. Sex, betrayal, humor, adventure, and comic book pencilling!") -add('Superosity', 'http://superosity.keenspot.com/', u"A lovably insane man-child in a cape. A super-intelligent board-shaped creature. An angry teenager yearning for fame. A century-old turtle who is America's hottest non-white movie star. What do you get when you put them all together? SUPEROSITY! Or hilarity, possibly. One of those.") -add('TheFirstDaughter', 'http://thefirstdaughter.keenspot.com/', u"Tasha Tasker has discovered that her dad isn't the only member of the First Family with presidential powers.") -add('TheGodChild', 'http://godchild.keenspot.com/', u'Nothing could have prepared Maggie Lee to carry the God Child. With assassins on her trail and nowhere to hide, will she survive to give birth to the son of God, or the son of satan?') -add('TheHuntersofSalamanstra', 'http://salamanstra.keenspot.com/', u"Follow one young girl and her companion's valiant stand against the darkness in search of profit, fame, and most all adventure as a Hunter of Salamanstra!") -add('TheLounge', 'http://thelounge.keenspot.com/', u'Follow the antics of Italy Ishida and her friends as they run the comics, anime, video games, and coffee store known as The Lounge!') -add('WICKEDPOWERED', 'http://wickedpowered.keenspot.com/', u'Three beautiful girls from the laser-obsessed future rescue loser Wiley Schlub from his boring life!') +add('27TwentySeven', 'http://twenty-seven.keenspot.com/') +add('Adventurers', 'http://adventurers.keenspot.com/') +add('AntiheroForHire', 'http://antihero.keenspot.com/') +add('BanzaiGirl', 'http://banzaigirl.keenspot.com/') +add('Barker', 'http://barkercomic.keenspot.com/') +add('Buzzboy', 'http://buzzboy.keenspot.com/') +add('ChoppingBlock', 'http://choppingblock.keenspot.com/') +add('ClichFlamb', 'http://clicheflambe.keenspot.com/') +add('CountYourSheep', 'http://countyoursheep.keenspot.com/') +add('EverythingJake', 'http://everythingjake.keenspot.com/') +add('FallOutToyWorks', 'http://fallouttoyworks.keenspot.com/') +add('FriarAndBrimstone', 'http://friarandbrimstone.keenspot.com/') +add('GeneCatlow', 'http://genecatlow.keenspot.com/') +add('GodMode', 'http://godmode.keenspot.com/') +add('GreenWake', 'http://greenwake.keenspot.com/') +add('HeadTrip', 'http://headtrip.keenspot.com/') +add('HoaxHunters', 'http://hoaxhunters.keenspot.com/') +add('InHere', 'http://inhere.keenspot.com/') +add('Katrina', 'http://katrina.keenspot.com/') +add('Landis', 'http://landis.keenspot.com/') +add('MakeshiftMiracle', 'http://makeshiftmiracle.keenspot.com/') +add('Marksmen', 'http://marksmen.keenspot.com/') +add('MarryMe', 'http://marryme.keenspot.com/') +add('MedusasDaughter', 'http://medusasdaughter.keenspot.com/') +add('MonsterMassacre', 'http://monstermassacre.keenspot.com/') +add('Newshounds', 'http://newshounds.keenspot.com/') +add('NoPinkPonies', 'http://nopinkponies.keenspot.com/') +add('OutThere', 'http://outthere.keenspot.com/') +add('Porcelain', 'http://porcelain.keenspot.com/') +add('QUILTBAG', 'http://quiltbag.keenspot.com/') +add('RedSpike', 'http://redspike.keenspot.com/') +add('RumbleFall', 'http://rumblefall.keenspot.com/') +add('SamuraisBlood', 'http://samuraisblood.keenspot.com/') +add('Sharky', 'http://sharky.keenspot.com/') +add('SomethingHappens', 'http://somethinghappens.keenspot.com/') +add('SoreThumbs', 'http://sorethumbs.keenspot.com/') +add('Striptease', 'http://striptease.keenspot.com/') +add('Superosity', 'http://superosity.keenspot.com/') +add('TheFirstDaughter', 'http://thefirstdaughter.keenspot.com/') +add('TheGodChild', 'http://godchild.keenspot.com/') +add('TheHuntersofSalamanstra', 'http://salamanstra.keenspot.com/') +add('TheLounge', 'http://thelounge.keenspot.com/') +add('WICKEDPOWERED', 'http://wickedpowered.keenspot.com/') diff --git a/dosagelib/plugins/l.py b/dosagelib/plugins/l.py index 6f447fe8b..7af1fd33c 100644 --- a/dosagelib/plugins/l.py +++ b/dosagelib/plugins/l.py @@ -9,7 +9,6 @@ from ..util import tagre class Lackadaisy(_BasicScraper): - description = u'Alcohol-running cats in prohibition St. Louis' baseUrl = 'http://lackadaisy.foxprints.com/' url = baseUrl + 'comic.php' stripUrl = baseUrl + 'comic.php?comicid=%s' @@ -39,7 +38,6 @@ class LasLindas(_BasicScraper): class LeastICouldDo(_BasicScraper): - description = u'A daily webcomic series about the life of Rayne Summers. Created by Ryan Sohmer and Lar deSouza.' url = 'http://www.leasticoulddo.com/' rurl = escape(url) stripUrl = url + 'comic/%s' @@ -62,7 +60,6 @@ class Lint(_BasicScraper): class LinuxComFridayFunnies(_BasicScraper): - description = u"Linux.com: Friday Funnies" url = 'https://www.linux.com/news/friday-funnies/' stripUrl = url + '%s' firstStripUrl = stripUrl % 'the-road-to-japan' @@ -72,7 +69,6 @@ class LinuxComFridayFunnies(_BasicScraper): class LittleGamers(_BasicScraper): - description = u'The comic everyone knows, but no one reads' url = 'http://www.little-gamers.com/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '2000/12/01/99' @@ -82,7 +78,6 @@ class LittleGamers(_BasicScraper): class LoadingArtist(_BasicScraper): - description = u'A webcomic by Gregor Czaykowski' url = 'http://www.loadingartist.com/' rurl = escape(url) stripUrl = url + '%s/' diff --git a/dosagelib/plugins/m.py b/dosagelib/plugins/m.py index b00f78689..50aa09d4e 100755 --- a/dosagelib/plugins/m.py +++ b/dosagelib/plugins/m.py @@ -34,7 +34,6 @@ class MagickChicks(_BasicScraper): class ManlyGuysDoingManlyThings(_BasicScraper): - description = u'Manly Guys Doing Manly Things \xbb Updated Mondays or whenever I feel like it' url = 'http://thepunchlineismachismo.com/' rurl = escape(url) stripUrl = url + 'archives/comic/%s' @@ -54,7 +53,6 @@ class Marilith(_BasicScraper): class MarriedToTheSea(_BasicScraper): - description = u'comics by Drew & Natalie Dee - Updates daily at midnight' url = 'http://www.marriedtothesea.com/' rurl = escape(url) stripUrl = url + '%s' @@ -107,7 +105,6 @@ class MenageA3(_BasicScraper): class Melonpool(_BasicScraper): - description = u"Star Trek Meets Gilligan's Island" url = 'http://www.melonpool.com/' rurl = escape(url) stripUrl = url + '?p=%s' @@ -127,7 +124,6 @@ class Misfile(_BasicScraper): class MonsieurLeChien(_BasicScraper): - description = u'Le blog de Monsieur le Chien, réflexions vaines et assertions sans fondements d\'un contribuable moyen.' url = 'http://www.monsieur-le-chien.fr/' stripUrl = url + 'index.php?planche=%s' firstStripUrl = stripUrl % '2' diff --git a/dosagelib/plugins/n.py b/dosagelib/plugins/n.py index 121ce5dfb..b3400ad6b 100644 --- a/dosagelib/plugins/n.py +++ b/dosagelib/plugins/n.py @@ -23,7 +23,6 @@ class Namesake(_BasicScraper): class NamirDeiter(_BasicScraper): - description = u'Namir Deiter, by Isabel Marks' url = 'http://www.namirdeiter.com/' rurl = escape(url) stripUrl = url + 'comics/index.php?date=%s' @@ -34,7 +33,6 @@ class NamirDeiter(_BasicScraper): class NatalieDee(_BasicScraper): - description = u"America's Favorite Cracker" url = 'http://www.nataliedee.com/' rurl = escape(url) stripUrl = url + '%s' @@ -60,7 +58,6 @@ class Nedroid(_BasicScraper): class NeoEarth(_BasicScraper): - description = u'Neo-Earth - Web comic by Bryan King - Updated Every Monday' url = 'http://www.neo-earth.com/NE/' stripUrl = url + 'index.php?date=%s' firstStripUrl = stripUrl % '2007-03-23' @@ -150,7 +147,6 @@ class Nnewts(_BasicScraper): class NobodyScores(_BasicScraper): - description = u'Nobody Scores! A little comic about inevitable disaster' url = 'http://nobodyscores.loosenutstudio.com/' rurl = escape(url) stripUrl = url + 'index.php?id=%s' @@ -175,7 +171,6 @@ class NoNeedForBushido(_BasicScraper): compile(tagre("a", "href", r'(%s\?webcomic1=[^"]+)' % rurl, after="last-webcomic"))) class NotInventedHere(_BasicScraper): - description = u'Not Invented Here' url = 'http://notinventedhe.re/' rurl = escape(url) stripUrl = url + '%s/' @@ -185,7 +180,6 @@ class NotInventedHere(_BasicScraper): help = 'Index format: yyyy-mm-dd' class Nukees(_BasicScraper): - description = u'Nukees, The Atomic Comic Strip' url = 'http://www.nukees.com/' stripUrl = url + 'd/%s' firstStripUrl = stripUrl % '19970121' diff --git a/dosagelib/plugins/num.py b/dosagelib/plugins/num.py index ecb933345..12b87fcf4 100644 --- a/dosagelib/plugins/num.py +++ b/dosagelib/plugins/num.py @@ -9,7 +9,6 @@ from ..scraper import _BasicScraper class NineteenNinetySeven(_BasicScraper): - description = u'1977 the Comic - Sex, Drugs and Rock and Roll Just Not in That Order' name = '1997' url = 'http://1977thecomic.com/' rurl = escape(url) diff --git a/dosagelib/plugins/o.py b/dosagelib/plugins/o.py index 9cafcfb31..a606717be 100644 --- a/dosagelib/plugins/o.py +++ b/dosagelib/plugins/o.py @@ -45,7 +45,6 @@ class Oglaf(_BasicScraper): adult = True - class OhJoySexToy(_BasicScraper): url = 'http://www.ohjoysextoy.com/' rurl = escape(url) @@ -97,7 +96,6 @@ class OnTheFasttrack(_BasicScraper): firstStripUrl = stripUrl % 'november-13-2000' imageSearch = compile(tagre("img", "src", r'(http://safr\.kingfeatures\.com/idn/test/zone/xml/content\.php\?file=.+?)')) prevSearch = compile(r'id="previouscomic" class="button white"> http://bldshortcomics.smackjeeves.com It is not mandatory to read those to know important things in this, but some strips are intended to be connected to the story!", False, True) -add('BetweenWorlds', 'http://betweenworlds.smackjeeves.com/comics/', u'It is the 80th birthday of the benevolent tyrant, King Bergan. His four loyal knights prepare to march in his honour, but all is not well. The senile ruler, plagued by hallucinations and delirious dreams, begins to cast strange allegations of witchcraft on one of his most loyal servants, the knight named Lynx, the soldier named Juno...', True, True) -add('Betwin', 'http://be-twin.smackjeeves.com/comics/', u'Be-Twin is an amateur comic which smells of powder, shootings, and the mafia. Its true premise however, centers around two destinies which have, with difficulty, found their place in this dangerous world. Two individuals who are different in every way\u2026 or perhaps\u2026 not very different at all. I upload pages every two weeks, on Sundays. I\u2019m French, so please forgive any mistakes I may make. I really wanted to share this story with my non-French readers. ;-; Thank you so much for reading... >w<', False, True) -add('BeyondTemptation', 'http://beyondtemptation.smackjeeves.com/comics/', u"An accidental meeting turns Reimee's life up and down. She finds herself in the middle of an affair regarding enslaved demons, magical artefacts and many temptations of the modern world. Will she get tempted? Or will she be the one to tempt? And finally, will she find what she's looking for in the Eternal City of Rome? Inspired by eastern folklore, religion, Grimm tales and life itself, set in modern times Rome it's a paranormal action romance in which the borderline between good and evil is very thin...", False, True) -add('BeyondTheOrdinary', 'http://bto.smackjeeves.com/comics/', u"This comic will feature Beive Ramn who's new to town after her father died. Her mother wanted her to get away from her old life and while everything seems to be pretty calm; it's not. Mystical creatures, mythological beings and Swedish folklore.", False, True) -add('BioRevelation', 'http://biorevelation.smackjeeves.com/comics/', u'Ever wonder what would happen if cloning was made legal? What could they do for mankind? Would they have the same rights as natural born people? Bio-Revelation tells the story of a distopian society of corruption, theocracy, and the underdog. Follow the story of Trevor Watson and his friends battle against the religious fanatics known as the FOH to gain the freedoms they dream of.', False, True) -add('Bl3', 'http://bl3.smackjeeves.com/comics/', u'Mostly a crossover of BLEACH and BLAZBLUE (the title may be read as "bl3" or "bleablazblue") All characters here are the property of either Tite Kubo or Arc Systems Works, particularly Toshimichi Mori. There is one original character, but half of that is owned by Daisuke Ishiwatari. This takes place between the Deicide and Lost Agent arcs of BLEACH. Please read RIGHT TO LEFT, like a Japanese manga.', False, True) -add('BlackDragon', 'http://blackdragon.smackjeeves.com/comics/', u"Since mankind has subjugated dragons, men struggle for power by using dragons. Sora also wants to become a dragonrider and so he climbs the Dragon-Mountains to catch a dragon This is a manga. Read from the right to the left! If you can't wait, you can get the complete Manga on Amazon: http://www.amazon.com/dp/B007NZGBZ8 http://www.amazon.com/dp/B009MOQLLM http://www.amazon.com/dp/B00BRJHPTW http://www.amazon.com/dp/B00EMHWJVK Update: one chapter per month", False, True) -add('BlackFridayRule', 'http://blackfridayrule.smackjeeves.com/comics/', u'', False, True) -add('BlackSheepcomic', 'http://black-sheep.smackjeeves.com/comics/', u"------------------------------------------- Contains disturbing and/or violent images. I'm not held responsible for any repercussions you may get from reading this. ------------------------------------------- Black Sheep tells the story of a man delving into a hell personal to his own in his journey to unravel the secrets of Rabbithole, a land of promised paradise and granted wishes. ------------------------ Smackjeeves updates once every two weeks. Visit blacksheep.inkblazers.com for updates every week. Read left to right. ------------------------", False, True) -add('BlackandBlue', 'http://black-and-blue.smackjeeves.com/comics/', u'A sci-fi fairytale. A boys nightmare. So, this is about an Evil Empire soldier with a few problems... not the least of which is a slight gender issue and a weird entanglement with an astronaut. Awkwardness ensues. D: I thought "The Crying Game" was a comedy, you\'ve been warned. Ha! e_e Also I started this about 200 years ago and the art is pretty rough I\'M SO SORRY! ;_; FORGIVE ME!', False, True) -add('Blackdemon', 'http://blackdemoncomics.smackjeeves.com/comics/', u"everyone has a demon inside them, even the nicest people in the world has a demon. what happens if the demon inside takes total control of you? it could effect your life style, personality, and for artist's; imagination. that's what this comic is about. a girl with poor social skills and a large imagination, how will she fix both problems? (WARNING:some chapters in this comic are based on real events that occurred in the author's life) comic updates:Monday's, Wednesday's, and Friday's(if not updated, that means i got a LOT of HW or my laptop is damaged)", False, True) -add('BleachRedux', 'http://bleachredux.smackjeeves.com/comics/', u"Myself and others were extremely disappointed with Ulquiorra's death in the official Bleach manga, so I've taken it upon myself to draw out what could've possibly happened had Orihime pulled her head out of her ass and saved him. WARNING: UlquiHime. Any negative comments (or futile attempts at validating other ships that make even less sense (ie: IchiHime)) will be deleted. NOTE: READ RIGHT TO LEFT LIKE JAPANESE MANGA.", False, True) -add('BlindandBlue', 'http://blindandblue.smackjeeves.com/comics/', u"Boy's Love! (Gay relationship romance) Caecus (Case) woke up one morning to find that he was completely blind. He's picked on by the school bully, and things aren't so great. Fortunately for Case, he finds a friend - and eventually a boyfriend - in the new kid, Darryl, and together they make it through the things life throws at them. A smackjeeves mirror to the comic on DrunkDuck, which you can read [url=http://www.drunkduck.com/Case_1048_Blind_and_Blue/]here[/url] Comic contains swearing very rarely,so if you don't like it...you'll be fine actually And if you're homophobic...message me with your reasons why as I am very curious on the topic.", False, False) -add('BloodhuntersBirthofavampire', 'http://bloodhunters.smackjeeves.com/comics/', u".In a world full of vampires and monsters only the hunters can protect the humans. Their job's to eliminate everything that seem to be dangerous. But really every nonhuman being's evil? The story's following Dren,a young vampire who's different from the other vampires both in nature and abilities ( and eats fruits?) Continuation in the comic Bloodhunters. You can read it here: http://www.smackjeeves.com/comicprofile.php?id=142255 Read from left to right", False, True) -add('Bloodyfairytale', 'http://yaika.smackjeeves.com/comics/', u'Contains (yaoi, boylove, blood and others) I will only update once a week from now on. : ) But if I have time and energy to it, I will update twice a week.', False, True) -add('BloomaPokemonConquestComic', 'http://bloomconquest.smackjeeves.com/comics/', u'According to the Legend of the Ransei region, if all 17 kingdoms of the region are united, the legendary Pokemon that formed the region would appear. Young Saku, along with her stubborn Axew, set off on the road of conquest. However, the warlord Nobunaga is only one kingdom away from uniting the region. Can Saku conquer Ransei before he does? ______________ There is a bit of violence later on, but hey, Pokemon has a certain lack of violence that they need to make up for. Nothing too bad. Also, I am constantly improving, so please ignore the bad art at the beginning. >.< Pokemon (c) Nintendo Updates Wednesdays and Saturdays. **Temporarily updating irregularly-see news for more details', False, True) -add('BlueHair', 'http://bluehair.smackjeeves.com/comics/', u'', False, True) -add('BlueWell', 'http://www.bluewellcomic.com/comics/', u'Leif Kavanaugh grew up in the country-side and came to the city to attend college. He moves into "The Blue Well" boarding home, which houses several other college students just like himself. While he hopes everything will go smoothly, Leif learns it\'s not the city that makes life crazy, it\'s the people.', False, False) -add('BoilingPointofBrain', 'http://bpob.smackjeeves.com/comics/', u"The company 'Brain' is going through terrible waves of financial depression as their only client 'Erika' has succumbed to the roadblocks in life. It is up to Sir and the Intern as well as the employees to help their client get back up on her feet.", False, True) -add('BoogeyDancingMonkeyPot', 'http://monkeypot.smackjeeves.com/comics/', u'A story about a race of dark creatures known as Boogey men. Their world is falling apart by war and horrors untold. With a King falling down a path of no return, an hero trying to save the people, and a human girl thrown into the mix its a dramatic and action packed story. The characters learn many hardships and struggle to over come their own dark desires.', False, True) -add('BreachofAgency', 'http://breachofagency.smackjeeves.com/comics/', u'Panacea has the gift of healing, which makes her a target for both sides of a civil war. The Minister, leader of the Agency, is determined to have her cure his fatal illness and prolong his life. Forever. But the Gunman and his accomplices want her dead. All Panacea wants is to find her own destiny. When she and her bodyguard, Aegis, stumble upon Traver, who takes them in after they narrowly escape a brush with death, Panacea believes she may have found a real home. But the Agency has eyes everywhere, the Gunman is always waiting in the shadows, and Panacea can never be sure who her allies are.', False, True) -add('BreakfastonaCliff', 'http://boac.smackjeeves.com/comics/', u'A boy named Cinna goes to a new school. See what happens! Updates: Fridays Or any other time ending with "day."', False, True) -add('Burn', 'http://burn.smackjeeves.com/comics/', u'Spunky young college student Darryn Gainnes has just turned 20, and decided to tone his wild ways down a bit. All he needs in life are his two best friends, their band, his books, and his music. He thinks nothing of it when he literally bumps into a pretty (and gloomy) High-School-boy at the park. But soon, Darryn finds himself swept up in a world he had never even known existed, a world of intrigues and violence and magic! And of course what is sweeping both boys off their feet is their budding romance... and so many incredible obstacles thrown in their way. Where will it all lead? Who is on their side... and who will be left standing? .:. 3rd place in the "Drama" category of the 2013 Smackie Awards! ^_^ WARNINGS: Occasional violence, "bad" language. BL: This is a Boys\' Love/Yaoi comic! If you don\'t like those, don\'t read this one! DIRECTION: This comic reads right to left, for no other reason than that I like it that way. ALSO: I never have as much time as I would like, so for the most part this comic is pencil sketches and a bit of Photoshop. But I hope you enjoy it. ART: Improves as you go along! I promise. I started this thing a long time ago. ^^;', False, True) -add('ByTheBook', 'http://bythebook.smackjeeves.com/comics/', u"After stumbling across a copy of 'The Adventurers Handbook 3.5' an orc, goblin and kobold decide to leave the dungeon and become mighty adventurers! Updates every Wednesday and Saturday.", False, False) -add('CafeAmargo', 'http://cafeamargo.smackjeeves.com/comics/', u'Domingo Ramirez has lost everything; his family, his job and happiness. The only thing he still has left is bills to pay. Even though his future seems worse than death itself, he decides to keep strong and search for his "light of hope" that appears even in the darkest and most difficult situations, but, the shape of that light is not what he was expecting... Set in the year 1939 in a country of South America. C\xf3mic en Espa\xf1ol: http://cafeamargo.subcultura.es/', False, True) -add('CafeSuada', 'http://cafesuada.smackjeeves.com/comics/', u"Down by the riverside there is a quaint little teahouse run by our heroine, Geraldine, who's only desire is to spread her love of the golden beverage - But what's going to happen to her business when a new coffee house springs up right next door?! And what is the meaning of Cafe Suada? Guess you'd better read and find out, huh?", False, True) -add('Cambion', 'http://cambion.smackjeeves.com/comics/', u"Beware the Cambion. The demon longs for the taste of newborn flesh and has called away many a fair maiden to beget them with child just for a taste of it. Be cautious of his sweet words and promises. A Cambion can never defy it's nature. Warnings: Will contain MxM MxF and FxF(possibly) Also graphic blood/violence.", True, True) -add('CaptiveSoul', 'http://captive-soul.smackjeeves.com/comics/', u'A BL Pirate manga! :P Sai works on the ship "The Liberty", he was taken in at a young age after his town was burned down and he lost his family. The event was traumatizing and Sai lost his ability to speak. He has sworn to hunt down the pirates that destroyed his home and bring them to justice(however that seems a long ways away) However, recently the captain of the ship, Kuragi, has taken an interest in Sai! Will Kuragi\'s advances distract Sai from his goal to avenge his family? A stormy relationship ahead! Will update every Thursdays :D', False, True) -add('Captor', 'http://captor.smackjeeves.com/comics/', u'3 new pages every Sunday!', False, True) -add('CaravanaTaleofGodsandMen', 'http://www.caravantale.com/comics/', u"In a world of magic, mystery, and mayhem a sickly child and her protectors will attempt to transverse great deserts and expansive grasslands to reach the sea, and a hope for a cure. A witch, her sole purpose to protect the girl. A scarred man, beholden to the child who holds his stolen name. With each step they're drawn further into a mystery that will unravel truths about the lands in which they live. What will this world hold for them? Only time will tell.", False, True) -#add('Carciphona', 'http://carciphona.smackjeeves.com/comics/', u'In an era where magic is forbidden, a sorceress struggles to restore her once peaceful life.', False, True) -add('Cataclysm', 'http://cataclysm.smackjeeves.com/comics/', u'Set on the last remaining hospitable island on a frozen world, a covert faction known as Militia attempts to overthrow a utopian civilization and their benevolent rulers, The Council.', False, True) -add('Catnip', 'http://catnipmanga.smackjeeves.com/comics/', u'Ikita is a young and impressionable noble, who has been bound to a young lady by arranged marraige. Felix is his hired bodyguard; a quick witted and reliable one at that - but who has more to his past than he would like to reveal. As Felix follows Ikita as his bodyguard, they start to have mixed feelings about their positions, and where the future may lead... Based in an 19th centrury-esque alternate history, this tale consists of friendship, compassion, love and regret.', True, True) -add('Cerintha', 'http://cerintha.smackjeeves.com/comics/', u'The Empire is dying and barbarians are on the move. As the age of darkness seems imminent and inevitable, the people of this transitional world move to protect their interests.', False, True) -add('ChampionofChampions', 'http://championofchampions.smackjeeves.com/comics/', u"COC: Requested Matches and Round 2 are down until the month of August. Round 1 and Round 3 are available to read. WARNING: This comic has blood and gore. Viewer discretion is advised! Its like the Mortal Kombat of Sprite Tournaments! If you like over the top, nonsensical action and glorious potrayals of your favorite characters, then this comic is for you! This webcomic puts you, the reader, in a tournament called: CHAMPION OF CHAMPIONS! It's not your average sprite fighting tournament! 18 characters are chosen at random and you get to decide who wins and who loses. All characters were picked at RANDOM meaning that you will get to witness fights that you have never seen before! Sonic the Hedgehog vs Ghost Rider! Naruto vs Nightcrawler! Superman vs Thor! Vegeta vs Ken! Kirby vs Super Buu! Jin Kazama vs Ryu! The list goes on and on! Voting is limited to once per day. Also, this comic has major focus on action. DISCLAIMER: ALL SPRITES BELONG TO THEIR RESPECTIVE OWNERS, I TAKE OWNERSHIP FOR NOTHING! I'M ONLY MAKING THIS COMIC FOR FUN!", False, True) -add('ChampionsandHeroesAgeofDragons', 'http://championsandheroes.smackjeeves.com/comics/', u'In a land far away, or possibly in a dimension just next to us, lies the lands of Thedas. The world of Thedas is made up by endless possibilities - a man can be a mage, a rogue, a warrior, even a woman. From the Free Marches to Ferelden we find champions and heroes saving the world... poorly. Updates Mondays. Also available on tumblr http://championsandheroes.tumblr.com/ All hail Bioware.', False, True) -add('ChannelDDDNews', 'http://dddnews.smackjeeves.com/comics/', u"Ah, the loyal Reporter Dees, risking life and limb to get a story on air. This comic is a tie-in with Kirby's Dream Adventure, so expect to see the same characters bouncing back and forth! [[Updates Monday through Friday]]", False, True) -add('ChaosAdventuresII', 'http://chaosadventuresii.smackjeeves.com/comics/', u'Creds to: Characters Chaos/Halo - Master Rezz - Nebula Ki - Megablueblastaa Tails - Hypero Sarah \x96 Foxx Etch \x96 No Details Blur - Cylent Nite Thorn/Young Thorn - Cylent Nite Omega - Hypero (customised by me!) The demons - Gardow Styxs - Sakura Courage Solo Backdrops- Wacky Workbench Zone - Shadowbot Green Hill Zone - kinny-man Chemical Plant Zone - Domenico Sky Canyon - kinny-man Emerald Alter - Apocalypse the Hedgehog Angel Island Zone - SkyLights Other Tails\x92 plane - Rogultgot', False, True) -add('ChaosTheory2005', 'http://chaostheory2005.smackjeeves.com/comics/', u'An old sprite-comic I created back in 2005, featuring the adventures of Typhoon the Hybrid and his time with the Sonic Boom Team. This consists of Series I, II, and the short-lived Series III, from 2005. Series IV was started in 2014.', False, True) -add('ChaoticNation', 'http://chaoticnation.smackjeeves.com/comics/', u'Karians were first born during the cataclysm. Once human, the race mutated. They became stronger, faster, and changed in physical appearance and magical ability. In a world already devastated, a rebellion rises to defend the dwindling human race from the growing fear of the Karian army. Their one hope may lie in a mysterious mage whose kind heart has the courage to stand against the oppression and torture brought on by the impending war. WEEKLY UPDATES ON TUESDAYS Contents - Nudity, Language, Violence, Blood and Gore, Hentai, Yaoi', True, True) -add('Charaktermaske', 'http://charaktermaske.smackjeeves.com/comics/', u"April 16th, 2012, in a midwestern city, at St. Cuthbert's School, a device is set off to create a door between universes. Things go rapidly downhill. This comic includes magic, superpowers, stories, queers, losers, winners, and drunk old people. Updates Monday and Fridays", False, True) -add('Chatuplines', 'http://chatuplines.smackjeeves.com/comics/', u'Welcome to "Chat-up lines"! A South Park Doujinshi from CraigTucker and me. Pairing: Craig x Stan Story: Stan hates Craig and his friends are fags! They haven\'t time for him.. Bad friends.. But in a chatroom.. he meet a guy.. and he is cool. ..and they will be friends... !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PART 2 !!!! http://www.smackjeeves.com/comicprofile.php?id=121933 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WE LOVE YOU!', False, True) -add('CheneysGotaGun', 'http://cheney.smackjeeves.com/comics/', u"Cheney's back! Ever wonder what Dick Cheney is doing in his secure undisclosed location? The Hunting \ufffdaccident\ufffd was only the beginning. Dick Cheney has now found his true calling. Tag along as the vice president cleans out his guns, and dusts off the ammo boxes as he fights his way through a world of terrorists from Cidy Sheehan to Osama Bin Laden. This is a graphic novel I did a few years ago and have decided to give it a rerun.", False, True) -add('ChickenScratches', 'http://chickenscratches.smackjeeves.com/comics/', u'A slice of life 4-panel comic. A journal about a young man and his troubles in life. Updates Monday to Friday. Sunday is a Sketchbook entry.', False, True) -add('ChildrenoftheNight', 'http://cotn.smackjeeves.com/comics/', u'Vampires are at the brink of extinction ruled with a heavy hand by the Hunters, an order of vampire slayers that has existed since the beginning of mankind. The centuries-old law is very clear; a vampire can only feed off criminals whose names are on the lists provided by the Hunters. Any other interaction with humans means punishment and even execution if they are harmed. But when an unlikely friendship between a human girl and a vampire starts to grow into something much deeper, can these laws be obeyed? CotN is a romance webcomic set in the Victorian Era, depicting forbidden love amidst a clash between vampires and the Hunters, an order of vampire slayers. :It updates every Monday:', False, True) -add('ChimiMouryou', 'http://cmmr.smackjeeves.com/comics/', u'Near the top of one of Japan\'s many mountains away from all the human villages, there is a forest inhabited by youkai who are constantly learning how to deal with each other. Basically, "The Daily Lives of Crazy Youkai" This comic is a bunch of random short stories and not one continuous one. Everything is acted out in pantomime AKA there are no written words. Chimi mouryou can be roughly translated as "evil monsters in the mountains and rivers". The legend of it keeps the forest safe from humans. I am still researching more about the Edo period and youkai, so I apologize for unintentional inaccuracies. For now, the updates for this comic are random. I apologize!', False, True) -add('ChocolatewithPepper', 'http://chocolate-with-pepper.smackjeeves.com/comics/', u"The story takes place in the 1920s in a lovely small town called Ventura, in Brazil. Its economic growth depends on a local chocolate factory called Bombom, which is very famous for its chocolate. Ana Francisca is a beautiful young girl, but she is from a poor family. She hides her beauty with big glasses, old hairstyle, and outdated clothing. She lost her parents not too long ago and moved to Ventura to live with her other family members. In that family, there are her Grandma Carmen, Uncle Margarido, Cousins Marcia and Timothy, and Dalia, who was accepted into the family. Ana helps out at home until she is accepted a job to work as a janitor at the Chocolate Factory after school. There she meets Ludovico, the factory owner who pretends to be one of the workers at the factory. Ludovico returns to Ventura to investigate his greedy sister Jezebel, who lives like a queen after taking over the factory. While Ana's in Ventura, she falls in love with Danilo, the town's flirt who has dated almost every girl in town. However, his main love interest is the beautiful girl, Olga. Although he says he never fall in love, will that possibly change after meeting Ana Francisca?", False, True) -add('CityFolk', 'http://cityfolk.smackjeeves.com/comics/', u'Tired of a dull life in the wilderness of British Columbia, a beaver and a moose make the trip of a lifetime; into the heart of the city. This is their story.', False, True) -add('ClairetheFlare', 'http://clairetheflare.smackjeeves.com/comics/', u"Claire is new to this whole superhero thing, but she knows what it's all about. Getting famous! But with veteran heroine Bulldozer breathing down her neck its not going to be easy. Updates Three Days a Week! Monday, Wednesday and Friday.", False, False) -add('CleanCure', 'http://cleanpluscure.smackjeeves.com/comics/', u'-A few hundred years into the future, life has changed, but remained relatively the same from a social standpoint. Various government plans to deal with the changing global climate ended in many successes, but many more failures. As a result, certain mutations began to appear in humans as well as animals, and though most were bred out, some remain to the present. -Enter Ezra and Percy; two young men, cat-boys in fact, whom are facing a tough time not only surviving day to day, but making their dreams a reality. After losing their current job, they are offered a new one by a seemingly normal, but secretive man with a lot of money. Their new boss employs them as maids, frilly dresses and all, and makes them clean his and the mansions of others. It quickly becomes apparent that their boss is more interested in the ever mutating rat-like creatures which are making their homes in the dirty world of military cover-ups and powerful family connections. When these two get caught up in the lies and secrecy of their new occupation, will they be able to escape? And what is the connection between mutations and the incident 20 years ago?', False, True) -add('ClockworkAtrium', 'http://www.clockwork-atrium.com/comics/', u'In a misguided attempt to develop their full potential for success, students at a German university are forced to participate in a campus chess "game" in which they are the pieces and the captures could consist of murder. Updates Sundays.', False, True) -add('CloeRemembrance', 'http://cloe.smackjeeves.com/comics/', u"This story is set in the victorian era. Liam is an 11 year-old boy that arrives to a wealthy mansion to work with his father, the gardener. In this place he is asked to be the playmate of the youngest master, Edward, who's about his age. However, Edward turns out to be a spoilt and malicious kid that wants to keep all the attention to himself... What will Liam do to gain his trust and become his friend? ---------------------------------------- This is a young love shounen-ai (boy/boy) Manga format: *Please read from right to left* THIS STORY IS ALREADY FINISHED!", False, False) -add('CockroachTheater', 'http://cockroachtheater.smackjeeves.com/comics/', u"If it can't be told by cockroaches, then it ain't worth the telling.", False, True) -add('Cogs', 'http://cogs.smackjeeves.com/comics/', u"Kid wakes up with amnesia and surrounded by beasts. Next thing he knows he's enrolled in the worlds most inhumane school, Cogs. Children of Genetic Science. I have literally no idea whats going on! Updates Mondays, Wednesdays & Fridays @ 5 PM", False, True) -add('ColorBlind', 'http://cbcomic.smackjeeves.com/comics/', u'Five 13-year olds discover a world that makes theirs seem grey in comparison in a closet at their school. It is a world of magic, and adventure, and a war that the kids might have gotten sucked into accidentally. Main Site: http://colorblindcomic.com/ Updates are Mondays and Fridays.', False, True) -add('ConventionalWisdom', 'http://conventionalwisdom.smackjeeves.com/comics/', u'Ever wondered what goes on inside an anime convention, but are too afraid go anywhere near one yourself? Well, wonder no more! Conventional Wisdom is a comic that shows you what this strange, geeky world is really like, based ENTIRELY ON REAL LIFE! ...well, sort of. (Currently moving over from DrunkDuck, so please be patient)', False, True) -add('CosmicDash', 'http://cosmicdash.smackjeeves.com/comics/', u'Follow the adventures of the crew of the Lucky Strike, a cargo-ship exploring a shifting galactic landscape.', False, True) -add('Cramberries', 'http://cramberries.smackjeeves.com/comics/', u"Lucinda is just a normal girl who lives with her roommate in an apartment... until her childhood friend came back to visit here. Now, she has been cursed with a demonic eye and almost everyone seems to be after her. Could it be her eye that everyone is after or is it there something more to it? Follow Lucinda and her friends as they uncover dark secrets and traverse their way along a perilous journey filled with all manners of action, humour, evil and good, love and stupidity. Updates Monday, Wednesday, and Friday @ 13(EST) (Might not always update on time) KitKatMuffin: Artist and Creator Seranatis: Editor and Assistant NOTE: The Editor sometimes post some random art and leaves messages when I'm not available on the website; regardless, they are NOT canon.", False, True) -add('CrimsonWings', 'http://crimson-wings.smackjeeves.com/comics/', u"Devon Rider was just another normal kid with evolving problems in a quickly changing world. The government had fallen and shape-shifting hybrids called Alphas were stationed everywhere, changing everyday life and bringing back physical punishment. However, Devon has a hard time adapting to the New Order and before he knew what happened, he found himself in even more trouble then he ever could have imagined. Turning into a mutant himself, he finds himself with more responsibility than he could ever dream to handle. And to make things worse, the New Order has plans of wiping the human race off the face of the earth. Can Devon and his friends even survive the next year of the rapidly changing world? I'd rate this story as 14+ due to language, realistic and fictional violence, and gore. This story is told by the point of view of a teenage boy, and it contains war and several violent sci-fy elements. This comic reads left to right and will be updated on MONDAY(for now) This story is mainly an experimental trial for me and will mostly be for practice. So the art and the storyline will not be my best or stylistically consistent but will hopefully evolve as I improve!", False, True) -add('CrocodileTears', 'http://crocodile-tears.smackjeeves.com/comics/', u"Violence? Check. Bad language? Check. Twisted sense of humour? Check. Lots of booze? Check. Busty ladies and hot guys? Check. Crazy reptilians? Check. Surprise buttsex? Check. ... on second thought, we'll keep the booze. But you can have all the rest ;)", True, True) -add('CupofOlea', 'http://cupofolea.smackjeeves.com/comics/', u"Cup of Olea is a text-based adventure game inspired by Lunar Hill! Take command of Cliff Gradel and his friends to serve your land and your king! And don't worry if you get confused; it makes the adventure that much more fun. Just submit a command on the latest page and see what happens! Updates Wednesdays and Sundays. Don't be afraid of the page count! It reads quickly!", False, True) -add('CurseLineage', 'http://curselineage.smackjeeves.com/comics/', u'Read from right to left. Ayla Exonuke, A young Yuzcazi is being chased by the Kirimangalou Empire, They think she is the last one of a long-lost lineage. Together with her brother Kokei (not related by blood) They try to survive to the empire attacks and any other things that get in their way. Genre:Action,Adventure,Fantasy. release schedule: Thursday.', False, True) -add('DBON', 'http://dbondoujin.smackjeeves.com/comics/', u'An 8 issue long crossover manga of Shounen Jump classics, Dragonball Z, Bleach, One Piece and Naruto. that i did a little while back as something iv always wanted to do/see, and also practice for my own original long running manga Ryak-Lo (Reads Right to Left) this is a fan comic, all characters belong to their respective creators.', False, True) -add('DEGAF', 'http://degaf.smackjeeves.com/comics/', u"Death God Alchemists from the Future (DEGAF) is a (hopefully) humorous magical girl manga spoof about an ordinary girl named Britney. When a Death God possesses her cat, she learns that her destiny is to lead a magical girl team with fruit related powers. And probably save the world or something. Inter-dimensional demons are involved. Possibly an evil Alchemist. Plot Cat's a little fuzzy on the details... The characters are loosely based on myself and my friends (some of which are not represented by their correct genders). The quality of art has increased over time, but rather than try to redo the original pages, I will focus my energy on furthering the story. Updates Thursdays", False, True) -add('DEMENTED', 'http://demented.smackjeeves.com/comics/', u"// Warning 18+ Only: BL, Violence, Strong Language // We're all going to Hell eventually. But what happens if you've taken a visit to it and a certain little someone followed you back on Earth..? CHAOS ensues. Take a ride with Slayne, a killer-for-hire where everyday is the worst day of his life~", True, True) -add('DaddysGirl', 'http://daddysgirl.smackjeeves.com/comics/', u"Andy doesn't go looking for fights -- they always seem to find her. She's learned the hard way to appreciate how easily life can be taken from others, and tries her best to be a friendly pacifist. But sometimes fighting is the only option, especially when she gets on the bad side of a violent money launderer. Daddy's Girl (almost always) updates every three days.", False, True) -add('DanielleDark', 'http://danielledark.smackjeeves.com/comics/', u"Danielle Dark is a vampire trying to make it in the mortal world. It isn't easy, and she is discovering that she is different than other vampires in many ways.", False, True) -add('Dasien', 'http://dasien.smackjeeves.com/comics/', u'Leotards rule! Dasien is a superhero in the classic sense. Fun costume. Cool powers. Tons of action. Throw in some relationship drama and kinky humor, and you have Dasien! Superhero girly goodness!', True, True) -add('DavidDoesntGetIt', 'http://daviddoesntgetit.smackjeeves.com/comics/', u'A diary comic of me and my three siblings.', False, True) -add('DeadtoDay', 'http://deadtoday.smackjeeves.com/comics/', u'A weird comic about a weirder family in the afterlife. =UPDATES WITH MULTIPLE PAGES EVERY MONDAY AT 10:00AM EST=', False, True) -add('DeathNoteIridescent', 'http://dn-iridescent.smackjeeves.com/comics/', u'Iridescent: Producing a display of lustrous, rainbowlike colors. Completed. Extra chapters in the making~', False, False) -add('DebtSettlement2OperationExtinction', 'http://debts2.smackjeeves.com/comics/', u'Direct sequel to "Debt Settlement". (It is recommended to read that before this one): "3 years later. There is trouble on the way as the Red Star Security find their officers being gunned down. Seeing there is no other choice, they decide to make a direct approach towards their rival organization, Blue Labels and see if they know anything about these attakcs. With the old cast and a big list of new ones, DSOE opens up the reality Samantha is now living in. She and the rest of RSS has to learn to work with their old enemies and find a way to survive when someone obviously wants them all dead. Who are the Nightbringers and are they a threat? Can Samantha really deal with the responsibility she chose to carry in the crew? And is rest of her family really willing to let such new arrival just run them over in to the leaders position? A lot of questions are answered and secrets revealed."', True, True) -add('Debtsettlement', 'http://debts.smackjeeves.com/comics/', u'DEBT SETTLEMENT " Samantha is 14-year-old girl with little to no hope for her own future. Her mother is an alcoholic in a debt trap and after getting even Samantha in to trouble because of her own mistakes, the only people who can help the girl now, are on the side of the family Samantha didn\'t even know existed. Problem is, does she really want their help? " DEBT SETTLEMENT:RUNAWAY BROTHERS " 27 pages long spin-off which will reveal you how did Kiran and Deepak, the brothers from a super religious Aditya family ended up working for RSS. "', True, True) -add('DefyingGravityTheFourGreatGuardians', 'http://defyinggravitycomic.smackjeeves.com/comics/', u'In mid-Apocalyptic Europe, three half human half demons learn that it is their duty to save the world. Only question that remains is: How? ****Updates 3 pages every Sunday****', False, True) -add('DemonBattles', 'http://demonbattles.smackjeeves.com/comics/', u'Sweet and bubbly Angel Donitello has the gift to see angels and demons; shy and some what mysterious Malachi Knight has the gift to see demons. God brings these two teenagers together for one grand purpose: to battle demons. Equipped with weapons from the heavenly realms and the Holy Spirit to guide them, they will face the toughest challenges and fight their greatest battles.', False, True) -add('DemonCat', 'http://demoncat.smackjeeves.com/comics/', u"Hello Everyone! Yes, i have made me another webcomic - but this one will be very different compared to the others. I have already finished this comic... during class (in school... ) and now i'm just outlining it on photoshop, to make it look better. But i will be updating everything maybe 12 pages at a time? But not that much because it is a very short story... and as i've said... this is my first story... that is BL... so I wanted to tell everyone just so you guys no, that its not an intense BL... just a little sprinkle of it... i was just very curious to try it out... and i think it came out good... Anyway, i wanted to show it to you guys - Cause you're AWESOME! xD ~~~~ The story is about a Demon who runs away to Earth but finds out that he's turned into a cat... and finds that he's liking it. As well as the human who takes care of him, but his human's (master) friend is jealous and starts to develop plans to get rid of the cat. ~~~~~~ Warning: BL (not that much though) WARNING: SHORT STORY!", False, True) -add('DemonEater', 'http://demoneater.smackjeeves.com/comics/', u'A cannibalistic world where the inhabitants only food is each other.', True, False) -add('DenizensAttention', 'http://denizensattention.smackjeeves.com/comics/', u"Alicka and her little brother Winston are sent to Winterkill Boarding School. The number one dumping ground of unwanted troubled teens. A miniature Gormenghast filled with bad seeds and black sheep. +++++++ Winterkill: to kill by or die from exposure to cold winter weather. ++++++ This comic will update when i can. i'm trying for once a week, but not always managing. ++++ Denizens! Attention! how has its very own tumblr http://confessionsofawannabecomicartist.tumblr.com for updates, news and random comic making thoughts and sketches.", False, False) -add('Destinationunknown', 'http://destination-unknown.smackjeeves.com/comics/', u'The long, convoluted story of Yuri, a recovering drug addict marooned on an alien planet, and the host of characters he encounters as he tries to navigate the difficulties he faces. He may or may not be the key player in a looming crisis that threatens to change the ENTIRE UNIVERSE(!) Among the people who help or hinder him in his journey are: MIRIYAM YUSEF, a rock and roll messiah CAMRUN SHAFT, an old man who apparently knows more than he\'s letting on BISHOP TIADORA, the pope of Iona V SISTER LENA, a nun formerly of the Geul Order JAELL, a choirgirl who is infatuated with Yuri, GRAVES, who may or may not be The Devil, and MALEAH, an "extreme extraction specialist" or assassin from Terra who has a contract to fulfill. Underneath it all, DESTINATION: UNKNOWN explores the theme of Destiny vs. Free Will with rayguns and spaceships (eventually) and rock and roll (soon) Please read on, and I hope you enjoy it!', False, True) -add('DevilTrainee', 'http://deviltrainee.smackjeeves.com/comics/', u'When devil trainee Dan come to the human world, bored of his life, he decided to have fun with some stupid human, finding Lucy, a 16 years old girl who lives alone and loves MONKEYS! What will happen when both of them meet? Read from right to left!!! Please, comment. That will motivate me to follow drawing the manga ^^', False, True) -add('DevilTraineeSpanish', 'http://deviltraineespanish.smackjeeves.com/comics/', u'Cuando el demonio en pr\xe1cticas Dan viene al mundo humano, aburrido de su vida, decide divertirse con alg\xfan est\xfapido humano, encontrando a Lucy, una chica de 16 a\xf1os que vive sola \xa1y a la que le encantan los MONOS! \xbfQua pasar\xe1 cuando ambos se conozcan? Leer de derecha a izquierda Por favor, comentar. Eso me motivara para seguir dibujando el manga ^^. NOTA: Al ser esta pagina en ingles, los acentos no se ven en los comentarios. Es horrible porque yo siempre los escribo >_< y tendre que acostumbrarme a no hacerlo T_T', False, True) -add('DevilsCake', 'http://devilscake.smackjeeves.com/comics/', u"When Kea finds that her bad luck with boys isn't a 'what' but a 'who', will her sanity survive the IN-sanity that ensues? PG-13 Currently Updates Mondays", False, False) -add('DevotoMusicinHell', 'http://devoto.smackjeeves.com/comics/', u"This is the story of how the now-fallen Principality of Music, formerly an angel of decent reputation, was given an opportunity to provide inspiration for one working man desperately in need of a muse. Guys make out. Warnings for: - Explicit gay content - Blood/Gore (but not in sexual contexts) Relevant tags: Yaoi , BL , gay , M/M , erotica , pornography , porn , F/F , yuri SJ Note: I understand SJ policy, and thus it's worth noting that this comic does not and will not portray sexual situations with minors or individuals who appear to be minors. Furthermore, this comic will not portray non-consensual (or dubiously consensual) sex.", True, True) -add('Diaz', 'http://diaz.smackjeeves.com/comics/', u'Novela gr\xe1fica ambientada en el a\xf1o 2007 en Santiago de Chile cuya protagonista es una chica de 18 a\xf1os llamada Elizabeth, quien entra a estudiar dise\xf1o a la universidad. A trav\xe9s de las p\xe1ginas se revela su historia, su forma positiva de ver la vida, sus ganas de ser profesional y la forma que tiene para socializar y hacer amigos dentro de la universidad. Este trabajo se titula D\xedaz ya que \xe9ste es el apellido de la protagonista, a quien me gusta llamar cari\xf1osamente Eli :) College life, Chile, Santiago, 2007, graphic design students', False, True) -add('Diexemor', 'http://diexemor.smackjeeves.com/comics/', u'diexemor is the about a gambler named mephena trying to deliver her special friend from prison, veremor. It a fantasy world, the land is called Din, where not a whole lot makes sense. Monsters, man with a spiral for a face and people are accuse of being from an other world. That all exist in Din but why? Everybody has something to hide and even our main character, Mephena. it contains F/F and possibly M/M romance. so basically yuri, gl stuff like that. also for extra stuff follow me at: http://memoriacaelestie.deviantart.com/ or caelestie.tumblr.com', False, True) -add('DigimonSaviors', 'http://digimonsaviors.smackjeeves.com/comics/', u'.:THE ALMOST ORIGINAL:. When 9 children are mysteriously transported to a new world, they come across strange monsters called Digimon. These digimon help them survive the digital world as they try to do anything possible to find an escape from this world... ------------------------------------------------------ After defeating the D-reaper in the Real World, a vision was shown to Neroe and Agumon that the digital world was in danger. Upon returning there, they learn how much trouble they set themselves up for exactly. How will the digidestined fight this ultimate threat? Find out on Arc 5 of Digimon Saviors! Neroe - Agumon Shard - Gaomon AnXjak - Crabmon Ankh - Gotsumon Marly - Impmon Beth - Hawkmon Neo - Guilmon CD - Wormmon Radd - Renamon Van - Veemon anime.... in... space', False, True) -add('DigimonTamersMiraiProject', 'http://digimontamersmiraiproject.smackjeeves.com/comics/', u"Its been 6 years after d-reaper accident. a stable battling system is created by the goverments for digimons and tamers to direct their fighting instinct, and so that the accident didnt happen again. but is it their only purpose? the tamers knew something was wrong, and they want to find out what. thus digging deep into goverments dark secrets... ------------------------------------------------------ A revamp ver. of my doujin at Digimanga.deviantart.com. But as for now they'll all still conceptual... A project for local doujin publishing (hopefully =w=u) but in the meantime, hope you guys can comment on what can be comment on (story, paneling, angle, pacing...)", False, True) -add('DigisRandomSpriteshack', 'http://digisspriteshack.smackjeeves.com/comics/', u"meh, its where i post my random things. Started 22 Dec 2008. Ended 31 March 2014. No longer doing requests anymore. Don't bother me for them.", False, True) -add('DigitalInsanity', 'http://digitalinsanity.smackjeeves.com/comics/', u"Digital Insanity is a slice of life type comic where you follow four friends on their wacky adventures. Sometimes you'll laugh, sometimes you'll cry and sometimes you'll just go What the fu...??", False, True) -add('DoItYourself', 'http://diy.smackjeeves.com/comics/', u'Lucas had expected a summer full of video games and hanging out with friends before his parents "volunteered" him to put his college degree to use and help his aunt Lola and cousin Noelle renovate their house. Though he is strongly against wasting his summer on backbreaking labor for room and board in a sleepy little town with no cable or internet, he finds it even worse that he has to renovate alongside Noelle\'s best friend Ashley, who is also helping in his spare time out of the goodness of his heart. Lucas is convinced Ashley has an ulterior motive and is determined to ambush him at every angle. This is a BL comic, meaning it will contain scenes with romance between two boys. But I bet you already knew that, amirite? ;) Updates every Friday (at the very least)', False, True) -add('Dontdie', 'http://dontdie.smackjeeves.com/comics/', u'Once you are in this Game the only way to get out is to win it. The only way to win is to find out how to win and of course to survive. So watch for every hint, grab every stuff, avoid getting killed and never ever break the rules!', False, True) -add('DoodleBeans', 'http://beans.smackjeeves.com/comics/', u'No arms? No legs? No problem! Superheroes, Tentacle Monsters, Video Games, Violence, and PLOT!? If you like it, please comment and +favs Comic updates Monday-Friday at Midnight (PDT)', True, True) -add('DoodlingAround', 'http://doodlingcomic.smackjeeves.com/comics/', u'', False, True) -add('DoomsdayMyDear', 'http://www.doomsdaymydear.com/comics/', u'A turn-of-the-20th century webcomic drama about a modern day plague, the political turmoil that follows in its wake, and the lives of the people it touches.', False, True) -add('DragonKid', 'http://dragonkid.smackjeeves.com/comics/', u"Dragon Kid is the story of Keiko Shoda, a little girl from a land called Dragon Haven. Curious and strong-headed, she disobeys her brothers' warnings and ventures into the lair of the Dark Dragon, Kuronaga, accidentally freeing him. Now banished into the Mortal Realms because of her doing, she must become the heroine she is destined to be.", False, True) -add('Dragonet', 'http://dragonet.smackjeeves.com/comics/', u'A wizard tries to raise an orphaned dragon in a world filled with fantasy, magic, war, and adventure. He soon finds out a dragon does what it wants...and he may make all the difference.', False, True) -add('DumpofManyPeople', 'http://dumpofmanypeople.smackjeeves.com/comics/', u"A dump. RULES: 1. You can have direct ads to your comics. 2. Try to keep content PG-13 or under. 3. Be nice, blah. 4. Obey KK. 5. Shippings must be reasonable. 6. You need to give KK your soul. If you feel like adding rules, ask me, Kirby Knight 1000, first Quotes: Kirby Knight 1000: Love me or die. Sapar: M'gldy PCP: *reading book* Eggy: Indeedy GK: Wait what do I say her-*slapped with a fish* Kit: *Holding fish* THE HOLY MACKERAL imadoofus: Pootispenser here Quirby: GBC! Yosh: What even Skyy: Ready the combustible lemons! Melody: Um...*squeaks* Kylie: *eating lemons* THOSE were the combustible lemons? That explains a lot! 1ce_k1d: 1ce_k1d: Slasher: Huh I guess I'm here Ryjora: Holy French Satanism! blitzfan: Who wants a muffin?! Divide: I ship SugaryKnight OTP Josh: Muffins? But I just got here! Hanna: Um...I'd RP, make a comic, or draw something, but I need to play MineCraft! *biggest procrastinator* Heracross: YOU LEFT A MESS. LOOKS LIKE I HAVE TO SWEEP IT UP. *grabs onto Aerodactyl's legs and starts shooting missiles* Vesuvi: k PK: Tee hee!~", False, True) -add('DungeonHordes', 'http://dungeonhordes.smackjeeves.com/comics/', u'In 1986 Dungeon Hordes was released on the Playtendo and moved 1 million units world wide which is way more successful than its previous release on the Batari 2200 in 1979. Now in 2011 Dungeon Hordes has returned bigger and better than ever with mind numbing graphics and all new enemies to fight. So how do the characters in game feel about this? Only time will tell. Enter the lives of Tiggz and Tomes, two level 5 bosses tired of being easily killed by player 1 and wanting the glory of finally becoming more than just petty bandits. Will they survive the new creatures that the mighty programmers have added to the game? Will they ever kill player 1 and move up the mob boss ladder? Will they ever get a raise from their uptight dungeon boss Kalakis and finally pay off their ale tabs at the Stinky Dragon Inn? Stay tuned and find out..... Will be updated Every Monday, Wednesday and Friday. Dungeon Hordes Facebook http://www.facebook.com/pages/Dungeon-Hordes#!/pages/Dungeon-Hordes/195568970460655', False, True) -add('EATATAU', 'http://eatatau.smackjeeves.com/comics/', u'', False, True) -add('EDepthAngel', 'http://edepth.smackjeeves.com/comics/', u'In the future, even machines will need an angel, hired as a nurse for cyborgs, Angel finds herself thrown into explosive mech battles and a cyborg family gang war. It\u2019s about a girl without any super powers being forced to face a family of crazy cyborgs with mechs and all sorts of weapons that want to kill each other. Not only does she need to survive, but she will also have to help bring them something they\u2019ve been missing, peace. Update Every Wednesday', False, True) -add('ERAConvergence', 'http://convergence.smackjeeves.com/comics/', u"UPDATES MONDAY AND THURSDAY! The Darkwood corporation is in jeapordy if Velias doesn't manage to retrieve evidence stolen by a pesky rebel rat. He decides to hatch a plan to kidnap the rebel's clueless little sister, but finds that more difficult than he thought...", False, True) -add('ERAIbuki', 'http://eraibuki.smackjeeves.com/comics/', u"Trailer: http://youtu.be/I_UcznZSydo Japanese trailer: http://youtu.be/HJTORFFi6OY A short story about a girl with a kind heart who is faced against a world that's just too strong for her to fight. But it doesn't stop her from trying. Updates DAILY", False, True) -add('ERRORERROR', 'http://errorerror.smackjeeves.com/comics/', u'A finnish teenage boy Tomi is a normal nerd. He plays videogames and gets average grades, but also is terribly bored with his life. But one day he accidentally gets inside of his computer and meets there a girl, who calls herself princess Jooda. And there is a profecy about Tomi, sword and Viruses. Warnings: If you are under 13 years old, I do not recommend this comic to you. Contains bad language, blood and somewhat sexual themes. ps. This started out as a test for new tablet, so the start looks like that too. Also, sorry about the style changes, I practice. Updates 2-4 pages a week.', False, False) -add('EidolonWhispersofEternity', 'http://whispersofeternity.smackjeeves.com/comics/', u"In a distant future, on a foreign world, Knights, Dukes and Princes seek to coexist amid a bounty of marvelously advanced technologies and a desire to maintain the old ways. The Luminary Council, an Order of Knights run by the ghostly manifestations of the thousand-year-old Eidolon, seek to bring the world together for mutual gain...but one nation, Kitez, proves to be a thorn in their side. On the eve of a potential breakthrough, catastrophe strikes, and it seeks to destabilize everything the Eidolon had striven for. Ten years pass...and the threat of retaliation seems over. Kitez has been locked down to the outside, but new forces loom on the horizon, daring to kick at the sleeping Lion. Follow the Knight Gabriel Lugios, and his partners Ren Nibasai and Setharion Rydell as they venture into unknown dangers and uncover a millennium's worth of dark secrets... UPDATES EVERY 5-7 WEEKS! (Sorry, full chapters take a long time to produce!)", False, True) -add('ElementalSpirits', 'http://elementalspirits.smackjeeves.com/comics/', u"Alex's notes to self #23: Do not grab seemingly innocuous sword. Life changing events and general bad things may follow... Elemental Spirits updates every Monday.", False, True) -add('ElfenLiedDifferences', 'http://differences.smackjeeves.com/comics/', u"One of my favorite mangas is Lynn Okamoto's famous Elfen Lied (Which likewise I should clarify that I absolutely HATE the anime version) This comic is based on a trilogy story I wrote for FF.Net which I can't say was the best but it was fun nonetheless. --- Differences can be considered an alternate Universe Sequel to the manga. The story revolves around the actions of the second Queen Diclonius. --- It's all I can say, I'm not an artist, I just draw for fun. Enjoy Because it's based off of a Seinen Manga, there's going to be some adult content including Blood and Gore Language Nudity Sorry for inconsistent art as well. Read Right to Left like a normal manga now Be nice, but feel free to criticize. --- Re-doing Volume I, updates will probably be weekly.", True, True) -add('EnkeltenKentta', 'http://enkeltenkentta.smackjeeves.com/comics/', u"Sakari Kauria has been living the humble life of a show bartender for a few years. His life isn't glamorous, but when he isn't too self-aware about the quirks in his appearance, it's good enough. He knows who he is, and he knows how the cogwheels of the world run... Except he really doesn't. Luckily during one chaotically eventful night, he encounters Lucifer. A youngster with a similar twist in his appearance, who knows a lot more about the world they live in, and a few answers to some questions about Sakari himself that have plagued him ever since he knew he wasn't like the rest of his kind.", True, True) -add('Enthrall', 'http://enthrall.smackjeeves.com/comics/', u'In Angland, a country where humans live by the whims of their vampire overlords... The leader of the Abolitionists, an activist group against the vampire dominion, is captured and enslaved. A born slave is freed after saving the lives of many in the Angli-Frencan War, to become a free man for the first time. How will they act in a world that is constantly changing around them?', True, True) -add('Entreeuxdeux', 'http://entreuxdeux.smackjeeves.com/comics/', u'"Entre eux deux" est une bande-dessin\xe9e amateur qui sent bon la poudre, les fusillades et la mafia, mais qui en fait se pr\xe9occupe plus des deux destins qui y ont difficilement trouv\xe9 leur place. Deux \xeatres que tout s\xe9pare, mais finalement pas tant que \xe7a... Je poste les pages par quatre (quand j\'y arrive) tous les 15 jour, le dimanche. Merci \xe0 tous ceux qui passent par ici. >w<', False, True) -add('Entuthrie', 'http://entuthrie.smackjeeves.com/comics/', u'A story about personages in turmoil, and the coincidences that follow. Taking steps forward, one (en), two (tu), three (thrie), is the way to reach to a conclusion.', True, True) -add('Eorah', 'http://eorah.smackjeeves.com/comics/', u'', True, True) -add('EozinKadonnutKuningas', 'http://eozinkadonnutkuningas.smackjeeves.com/comics/', u'30 vuotta sitten Eozin kuningaskuntaa kohtasi vampyyrien joukkohy\xf6kk\xe4ys jonka taistelussa kruunupari menett\xe4v\xe4t henkens\xe4 ja kruunun perillisist\xe4 vanhempi katoaa j\xe4ljett\xf6miin taistelun keskell\xe4 kun nuorempi perillinen saadaan siirretty\xe4 turvaan, mutta norukaisen olinpaikasta ei ole t\xe4n\xe4k\xe4\xe4n p\xe4iv\xe4n\xe4 mit\xe4\xe4n tietoa. Er\xe4\xe4n\xe4 p\xe4iv\xe4n\xe4 kaapuun pukeutunut vaeltava nuorukainen kohtaa siivekk\xe4\xe4n olennon. Syyst\xe4 tai toisesta he alkavat matkustaa yhdess\xe4 kohdaten matkallaan yst\xe4v\xe4llist\xe4 v\xe4ke\xe4, mutta my\xf6s vaarallista. Matka on tuntematon ja uhmakas, eik\xe4 kaksikon heikko suhde toisiinsa edist\xe4 matkaa, mutta ajan kuluessa tapahtuu molemmille hyvin yll\xe4tyksellisi\xe4 asioita.', False, True) -add('EpicChaos', 'http://epicchaos.smackjeeves.com/comics/', u"How would you react if you woke up next to your best friends doppelganger? You'd probably react how Mel did. Follow JJ, Mel, Nathan and Epic Nat (EN for short) throughout their adventures through college, jobs, and all of the chaos EN brings with him!", False, True) -add('Equsopia', 'http://equsopia.smackjeeves.com/comics/', u'Because of black magic, the king and his loyal knight were sent to another world. Now they must find the way home. Read from left to right. Facebook page : http://www.facebook.com/Equsopia Join me on FB page for more arts, contests, and gifts!', False, True) -add('EternalKnights', 'http://eternalknights.smackjeeves.com/comics/', u'Suicidal immortal knight Kathryn "Artemis" Kennedy is haunted by lost loved ones and the friend she couldn\'t save. She finds reasons to live in new friend Detective Erica Richards and squire Julia... and also finds a way to die. #superhero #action #violence #fantasy #princess #super-heroes #superhero #superpowers #powers #cute #superheroine #heroine #hero #anti-hero #dark #wizard #spells #Merlin #King Arthur #Brian Boru #ghost #supernatural #immortal #knights #Artemis #Diana #mythology #myth #mythological #demon #monster #horror #sci-fi #science fiction #robot #psychic #teen #teenage #history #historical #Oberon #Shakespeare #Avalon #gun #cop #police #NYPD #New York #New York City #Irish #faerie #faerie tales #fairy #fairy tale #vampire #vampires #humor #humour #funny #jokes #drama #writing #dialogue #story #tale #cross #catholic #christian #panties #panty #nipples #boob #boobs #breast #breasts #cleavage #titties #blonde #brunette #sexy #sex #pussy #cunt #twat #penis #dick #swearing #adult #NSFW #nude #nudity #full-frontal #Sapphic #LBGT #lesbian #gay #bi #trans #homosexual', True, True) -add('EuphemisticEephus', 'http://eephus.smackjeeves.com/comics/', u'A webcomic that started out as a story about someone with narcolepsy, and has evolved into something about the mind in a world post-assimilation plot with Jackson Pollock inspired pages from a certain point on... **Based upon the Smackjeeves 24 hour comic challenge in 2012, look for the comic with Roman Numerals and a forums post on Dream Sequences. http://www.smackjeeves.com/comicprofile.php?id=125269 ***Updates Tuesdays, Thursdays and Saturdays', False, True) -add('EvD', 'http://ev-d.smackjeeves.com/comics/', u'Gail never seems to be able to have peace. Not when everyone is out to get him. And yet the person at the top of that list is himself. Nothing is good and everything hurts. But perhaps.. This is just what the gods wanted. [Contains innappropriate language occassionally] Updates on Wednesdays', False, True) -add('EvilPlan', 'http://evilplan.thewebcomic.com/comics/', u"Evil Plan takes the superhero world and flips it, viewing things from the supervillain's perspective. The story follows Dr. Kinesis' journey on the road to world conquest. On the way, he'll have to deal with a troublesome AI, his unwilling friendship with crazy black-market dealers, and the possibility of romance with his second-in-command. And the superhero. Can't forget that guy. With all this going on, Evil Plan is a comic for people who want to see the bad guy win. If he doesn't blow himself up first. Story and Line Art: Alexis Royce Color: Megan Johnston, Chelsea Capobianco Updates: Every Sunday", False, False) -add('ExperimentalMegaman', 'http://ex90081.smackjeeves.com/comics/', u"Distant in the future, a weapon of mass destruction is created to destroy all Megamen- A maverick more powerful than any of them. As the ninth prototype is created, it's creators take it for a test run. Aparently though, there are a few bugs in his system... .:Updates on Mondays and Friday:.", False, True) -add('EyesofaDigimon', 'http://eoad.smackjeeves.com/comics/', u'A fictional Digimon manga about a boy and a unique Digimon. Based off the series by Akiyoshi Hongo.', False, True) -add('FailureConfetti', 'http://failureconfetti.smackjeeves.com/comics/', u'Failure Confetti is a webcomic about life, words, science, games, and human observations. Updates weekly, on Wednesdays.', False, False) -add('FairyTaleRejects', 'http://fairytalerejects.thewebcomic.com/comics/', u"A vengeful viking centaur. A drunken cowardly satyr. What do these creatures have in common? Absolutely nothing, but they're on a quest to save little Tomato's mom.", True, True) -add('FaithlessDigitals', 'http://faithlessdigitals.smackjeeves.com/comics/', u'Kade Norne was never one to be good at talking to girls or making friends but this never bothered him, he was content by just staying in his room all the time watching anime, reading manga, and playing video-games. A year and a half after graduating high school he finds himself stuck in a boring loop of a life, but through a strange turn of events involving a blunt redheaded girl and sassy black haired girl with electric blue horns warning him about the approaching end of Earth...he soon finds himself being forced to overcome his social anxiety issues by gathering old classmates and others in order to prevent what SEEMS to be the beginning of an apocalypse, but turns out to be something completely different... Medium: Copic Markers', False, True) -add('FalconersDailyStrips', 'http://falcdaily.smackjeeves.com/comics/', u'Daily comic strips I throw together with little effort just for funzies.', False, True) -add('FallenAngelslove', 'http://fallen-angels-love.smackjeeves.com/comics/', u"A cute BL story No smex for awhile sorry! :D Hiro and Taisuke have known each other for many years, they have been friends for as long as they can remember. However, Hiro is a demon who is fated to be locked up for all his life and Taisuke is an angel who's a bit of a play boy. What will happen when Hiro begins to long for freedom so much he would do anything to obtain it? When Taisuke realizes that his feelings for Hiro are a bit more than friendship will he run away or embrace those feelings? When heaven and hell clash how could such a love be accepted? Sounds cliche but I promise it will be a enjoyable read XD", False, True) -add('FarOutMantic', 'http://meteorflo.smackjeeves.com/comics/', u'a kinda large comic this time. about love, creativity, music and discos!! just a fun comic really, nothing too perpelxing. have fun!!~', False, True) -add('FarOutThere', 'http://faroutthere.smackjeeves.com/comics/', u'A manga-esque Sci-Fi Comedy. Far Out There is the webcomic where things happen... IN SPACE!!! (currently being transfered over from DrunkDuck, so pardon the mess)', False, True) -add('FatetheAnthologyofKaienandhisfuckingmagicfriends', 'http://fatehoho.smackjeeves.com/comics/', u'Fate is a story documenting the adventures of Kaien and his friends. An orphan of war, Kaien doesn\'t want to go through with a certain coming of age ceremony, and through the commotion of his denial, manages to embark himself on a journey with a demon looking for "assistance." LGBT friendly is this comics middle name, except that it isn\'t because comics don\'t have middle names, obv. But it does feature some gay characters, and it doesn\'t devalue them as the awesome and cute little fuckers that they are. Expect to find both same sex and opposite sex relationships in this webcomic. I\'d give it an MA rating. It has a lot of swearing and adult themes, and sexual references though it is not too explicit by way of actual sex scenes (though characters having sex will be referenced) or gratuitous violence. It\'s recommended for young adults, as I am one myself and assume that is who this will appeal too. It\'s a comedy also, but you may find it\'s sense of humor kind of niche. I encourage you read it for yourself to discover whether the jokes are your cup of tea or not.', False, True) -add('FeathersPI', 'http://featherpi.smackjeeves.com/comics/', u"Feather Von Muse was born in the 1600's to a sickly mother and an abusive father. She had no siblings, on the eve of her 18th birthday a terrible war flooded into her village, her mother passed from the stress and her father was killed in the fighting. Trying to run Feather was captured and was turned. she then served the Kingdom of Four Gods until it fell, now she and her partner Diki run a PI group in order to hunt down and kill evil beings!!", True, True) -add('FemmeSchism', 'http://femmeschism.smackjeeves.com/comics/', u'Femme Schism is an action/adventure webcomic about an indigenous woman who is forced to shack up with a spoiled rotten Christian missionary.', False, True) -add('FeralGentry', 'http://feralgentry.smackjeeves.com/comics/', u'Feral Gentry is an occasionally animated new weird comic about modern fairies. Tuomi is a fairy who has lived for a long time in hiding among humans, with only his plants to keep him company. His peaceful yet lonely life changes when he meets Cypress, a strong-willed fairy who is intent on bringing Tuomi back among his own kind. But change is rarely easy, and the summer is only ever so long... The comic is updated on Wednesdays and the story will span four chapters.', False, True) -add('FinalArcanum', 'http://finalarcanum.smackjeeves.com/comics/', u"Anyone can be a hero, even the unsuspecting, unwieldy sky pirate Acacitli. When he gets separated from his ship and crew, he quickly learn there's a little more to life than rum, thievery, and failing a little at life more than he'd care to admit.", False, True) -add('FireWire', 'http://firewire.smackjeeves.com/comics/', u"When Kennedy H'naka's cell phone becomes the new home of the dragon FireWire Balisk, she finds herself sucked into a world of battles, secrets, and shadowy organizations. What's a girl to do when she has to save the world and still pass the tenth grade? Updates: Fridays Reads: left to right. Comments greatly appreciated ^^", False, True) -add('FireredLisasReise', 'http://lisasreise.smackjeeves.com/comics/', u'This comic is a Firered Nuzlocke run. Lisa, a young girl from kanto starts her journey to become the Pok\xe9mon master. Updates Sundays! Also visit my tumblr account and ask Leaf questions! http://lisa-leaf.tumblr.com/ Laufente has helped me with the coloring until page 63, but I figured I should learn how to do backgrounds and attacks myself so I will do it alone from now on. Laufente has her own Nuzlocke as well so please look at Road to Glory as well :D', False, True) -add('FlyorFail', 'http://flyorfail.smackjeeves.com/comics/', u"ever had an idea for a comic but you never tried it because you thought no one would read it. well what if that comic really would be the best comic ever! well hopefully that won't be a problem any more this is Da Bag Man and Awsome Guy creators of this amazing creation what you do is make a comic and post it and everybody will tell you if it was good or not please no fillers but comics asking about about fillers are okay preferably no ads i dont want this to be another shameless advertisements but if your idea flies and you post a follow up advertising the site that's okay so co-author now!", False, False) -#add('FootLoose', 'http://footloose.smackjeeves.com/comics/', u'Beware, some strong language! Akio is sick of having fake friends who are only after his money and his looks, so what better to do then start at a new school, with a new personality... and gender, sort of. Some shoujo-ai and shounen-ai involved. PAIRINGS, psychotic bullies, and gender confused guys, what more could you ask for? Comic is completed, updates weekly with re-drawn pages-expect a sequel and an altered ending soon. Art: Alycia Cover art and story: Me read left to right', False, True) -add('ForcedSeduction', 'http://forced-seduction.smackjeeves.com/comics/', u'"Can you make the next person walking through this door fall in love with you within a month?" "Sounds easy." BL!!! I apologize for the lack of creativity and the super sketchy outlines. I\'m totally being forced XD (Just kidding) Oh, and English is not my first language. It\'d be lovely if you could help me to improve ;) (meaning correct me please XD) Better read from right to left ;)', False, True) -add('ForestHill', 'http://www.foresthillcomic.org/comics/', u'Life happens.', False, False) -add('ForgettheDistance', 'http://forgetthedistance.smackjeeves.com/comics/', u"(There's a little smidgen of nudity at the beginning but then it's smooth fluff sailing from there until...chapter 4? yeah, i think so.) Includes THEMES of BL/Yaoi/BoyXBoy: Logan's mother hasn't had a good eye for good men since his father went missing so when Brian comes along, he is automatically disliked. Any man who his mother brings home receives the same treatment: sarcasm,pranks and vile language. But unlike the others, Brian doesn't give up. He doesn't leave. Doing so earns him some respect from the teen and even though they begin to get along,the competition continues. They both love her dearly and neither will give up the game. Brian won't lose to a child such as Logan, and Logan won't lose to a man such as Brian. In the end are they really competing for his mother's love or for each others? Who will lose? Joint with my sister: Juli(AUTHOR/CO-ARTIST), Somi(ARTIST) UPDATES: We've gotten it down to about one every week...normally....if not within two. We're back on schedule cause we're free and hopefully drawing more.", True, True) -add('Fortheloveofabrokenstring', 'http://fortheloveofabrokenstring.smackjeeves.com/comics/', u"while waiting at the park Hyunjin meets a strange man who seems to look like the man in her dream, only to find out later that he's a fox demon?! Now finding she has a connection to this Fox Demon, she sets out to find his story while slowly finding out her own. What is their connection? Why does her grandfather try so hard to not let them interact with each other? What was the meaning to her dream?", False, True) -add('FramebyFrame', 'http://frame-by-frame.smackjeeves.com/comics/', u"Comic updates Tuesday unless otherwise stated. The hostility between our two lead comic artists is slowly dissipating but lots of things are changing for our little group in general. Many are moving, some are having revaluations about their life, but nothing is going to stop them from enjoying the Halloween Party at the DVDungeon. Volume 2 of Frame by Frame has it all; ghosts, romance, and angry ex girlfriends to boot. +Alex is at his wits end with Tai, his ex-girlfriend and live-in roommate. Has the time come to move on, both physically and emotionally? Maybe something new would do him wonders. +David continues to work hard in both his work and establishing his life there in Poulsbo. He's gaining courage to do something impossible with high hopes of it being possible. However, it's unknown if it'll be a good idea in the end... --WARNINGS-- +The typical warnings: adult language, adult situations, adult nonsense.", True, True) -add('FrenzyRedux', 'http://theadventuresoffrenzy.smackjeeves.com/comics/', u'Neo Arcadia discovers an ancient reploid of immense power. Could he be their ultimate defense against the inevitable arrival of Zero?', False, True) -add('FrobertTheDemon', 'http://frobby.smackjeeves.com/comics/', u"A gag-a-day comic about one little demon's journey to cause mass chaos and wreak havoc upon the poorly-drawn folk known as stix.", False, False) -add('FrogKing', 'http://frogking.smackjeeves.com/comics/', u"READ FROM LEFT TO RIGHT. This comic contains bad humor and sometimes badly written English (because my native language is not English) It also has many mistakes so that itself is enough of a reason to start reading it now. Don't get butthurt. Updates every MONDAY. (random story about mine (Murderduck) and RottenCats characters)", False, True) -add('FromnowonImagirl', 'http://fromnowonimagirl.smackjeeves.com/comics/', u"One day out of nowhere Hikaru's girlfriend broke up with him because she found out she is lesbian. He decides he will never fall in love with women again so... he has to love men. with his big sister's help he is no longer hikaru the boy but a girl!(cross-dresser) Hikaru meet Natsu who made his life hell and decides to get his revange and... The rest is still unclear read from right to left Contains BL maybe yaoi, romance,GenderBender and comedy Hope you enjoy *improving drawing style", False, True) -add('FruitloopAndMrDownbeat', 'http://fruitbeat.smackjeeves.com/comics/', u'After hitting a bump in the road of life, Danny Lawson ended up moving back to the city where he attended college. His next door neighbor, Alan Taylor, is a senior in high school who falls in love with Danny almost immediately. AND THUS THEY BECAME FRUITLOOP & MR. DOWNBEAT. (bad intro, yes.) (contains boy/boy, girl/girl, foul language, cartoon violence, some sexual themes) Tries to update weekly. (Tries)', False, True) -add('FuckMyLife', 'http://fuckmylife.smackjeeves.com/comics/', u"--HIATUS-- A journal comic of my gay and flamboyant life. Contains: -Me and my friends swearing like sailors -Family drama -Hopeless romance -Ridiculous things you wouldn't expect most people to do Moosefroos@Deviantart", False, True) -add('FurtherDowntheRabbitHole', 'http://fdtrh.smackjeeves.com/comics/', u"Wonderland has a dark edge to it. After so many years of being told that Wonderland was all made up in his twisted mind, Alex had about enoungh. He returned the very rabbit hole he first fell down in only to find it wasn't there. Was it true then? Was all his adventures and friends he made in Wonderland all made up? Was he really crazy like his family said? This is a Boy love collab. Don't like? Don't care, you don't have to read or join. Also this comic is gonna be a bit insanity/horror. Rules will be posted on first page. Any questions, pm me. Characters needed: Alice:(taken) Hatter:(taken) Tweedle twins:(taken) March Hare: (taken) White Rabbit:.( taken) Red Queen:(taken) White Queen:(taken) Chesire Cat:(taken) Knave:(taken) Catipiller:(taken) Dormouse:(taken) White Knight: (taken)", True, True) -add('GATEKEEPER', 'http://gatekeepercomic.smackjeeves.com/comics/', u"Olivia Kane thinks she's found the perfect job interning for Mr. Porter, a renowned criminal psychologist, until she stumbles upon a frightening discovery. Through Mr. Porter, Olivia is then introduced to the life of Gatekeepers, professionals who are commissioned by the rich and powerful to conceal heinous crimes. Contains: Violence, Gore, Sexual themes Updates: Sunday, Tuesday, Friday", False, True) -add('GamerCafe', 'http://gamercafe.smackjeeves.com/comics/', u"Welcome to the Gamer Caf\xe9. A caf\xe9 created by gamers, for gamers. To the sides we have the gaming booths - tables with their own personal LAN modems for up to 6 players. LAN modems are charged for their use by the hours - Therefore, anyone wishing to use the Booths without charge are welcome to do so. The center of the establishment is the Caf\xe9 itself with free Wifi available. Gen, Mana and Warren are your regular waiting staff, and they're waiting to take your orders. Sincerely, The Gamer Caf\xe9 manager Derryl.", False, True) -add('GamesPeoplePlayUpdatedWeekly', 'http://gamespeopleplay.smackjeeves.com/comics/', u'A webcomic about the little nuances of table-top roleplaying games, and the people who play them. Updated weekly. Feedback and comments at azalin1@lycos.com', False, True) -add('GardenofHearts', 'http://gardenofhearts.smackjeeves.com/comics/', u"Alyn, royal guardsman to the elven Queen of the North leaves for a quest to the far south with his wise-cracking necromancer friend Skylar. They are seeking a long-lost magical talisman that could dispel the eternal winter of the northern lands--and just perhaps elevate Alyn to Queen's Consort after he returns a hero. To journey into the south Alyn will need the help of his childhood friend, Nirin. Only, Nirin is a lot more enchanting than he remembered and every step closer to the mythical Garden of Hearts is a step further from his goals. story specs: light-hearted fantasy romance BOY X GIRL. tech: hand-drawn, b & w, toned.", False, True) -add('GayBacon', 'http://gaybacon.smackjeeves.com/comics/', u'Here you can read strips about random things in my life or thoughts that may occur in this messed-up head. This is what the quiet, weird kid draws whenever he gets a chance. Updates at random times. [Contains a lot of cursing]', False, True) -add('GayTimesWithRyanandJay', 'http://gtwraj.smackjeeves.com/comics/', u"Ryan Laytey's got no problem with gays. I mean, it's not like he's a homophobe or anything. As long as they leave him alone, he'll return the favor. If gay people would just stop complaining about their problems and keep their business to themselves, everybody would be happy. But of course, none of this matters, because Ryan, like any self-respecting 15-year-old male, doesn't hang out with any gay people. Oh, and while we're on the subject, have you met his best friend, Jay Ambrose? _______________________________________________________ Gay Times With Ryan and Jay is a comic I created to explore the complex themes of being gay as a teenager and growing up in general. It's mostly (subtle) comedy, though there are a few more dramatic, sad, and (possibly?) romantic moments, which you'll all see soon enough. *Updates Weekly. Now in Chapter 4, where Ryan and Jay discuss the latter's newly found identity. Page 1 will be up next week. ***Currently testing out banners!***", False, True) -add('GearTheTakedown', 'http://geartd.smackjeeves.com/comics/', u'Time traveling... some trippy business. Gear is taking a dangerous path in time traveling. Gear had been taking risks to right the wrongs he made. Although, it seems like it may have taken in a turn for the worse... [ Due to the lack of responses to those who provided bio for the cameos, some were removed, ALTHOUGH, that is good news! More spots had opened up and you are welcome to send your cameos in! Make sure you send in your latest sprite sheets with a short bio! ]', False, True) -add('GetUpandGo', 'http://getupandgo.smackjeeves.com/comics/', u'', True, True) -add('GigisNuzlockeRuns', 'http://giginuzlocke.smackjeeves.com/comics/', u"Gigi's Nuzlocke Runs is a 3 part series of one trainer's Pokemon adventure to regain her lost memory. The first game is Emerald, then PMD: Sky, then...who knows! Current run: Sky", False, True) -add('Gloomverse', 'http://gloomverse.smackjeeves.com/comics/', u'She was just a regular, unwanted kid, until she was lucky enough to get a job under the best magician in the world! Unfortunately for her, her new boss is a self absorbed sociopath. Updates are currently Monday, with some sporadic mid-week updates if I have time! Dark/Twisted Comedy!', False, True) -add('Gnoph', 'http://gnoph.smackjeeves.com/comics/', u'Life, love, and internal parasites.', False, True) -add('GoldenSunGenerationsAftermathVolume1', 'http://gsgbtsyearone.smackjeeves.com/comics/', u"- BEFORE THE STORM SERIES EPISODE I: VOLUME ONE - A fantasy RPG story based from the underrated RPG game series Golden Sun. Three time traveled Adepts granted a second chance at life after living seventeen years in an alternate destroyed reality, must quickly get used to their new surroundings as they are thrown into the fray dealing with new friends, family, emerging enemies and a big sailing adventure they'll never forget. Part 1 of a 4 Year Webcomic Series BEFORE THE STORM, a Golden Sun doushinji. - Rated +13 for slapstick humor, mild language, and fantasy violence VOLUME ONE COMPLETED; VOLUME TWO AVAILABLE HERE: http://gsgaftermathv2.smackjeeves.com/", False, False) -add('GoldenSunGenerationsColossoVolume6', 'http://gsgbtsyearthree.smackjeeves.com/comics/', u'- BEFORE THE STORM: EPISODE III - A fantasy RPG story based from the underrated RPG game series Golden Sun. The main focus is on the character Ethan who has grown up the last two years in terms of height and skill, seeks to win the heart of the werewolf girl Tasha by competing in a tough fighting Tournament. The first round is over and now the festivities truly begin! Part 3 of a 4 Year Webcomic Series BEFORE THE STORM, a Golden Sun Fancomic. - Rated Web +14 for gutter humor, mild language, romantic situations (BxG love) and fantasy violence COMPLETE - SECOND HALF OF COLOSSO BEGINS FEBRUARY 2011: http://gsgcolossov7.smackjeeves.com/', False, False) -add('GoodGame', 'http://goodgame.smackjeeves.com/comics/', u'Three friends want to get some fun and play a computer game in their hi-tech fantasy world. But they got something wrong...', False, True) -add('GoodnightMrsGoose', 'http://goose.smackjeeves.com/comics/', u'Hard working lawyer mom Valerie Clark is letting her work life overcome her family life. However after a magical encounter, she gets the chance to rediscover her childhood and also help cleanse her world of odd creatures.', False, True) -add('GraveImpressions', 'http://graveimpressions.smackjeeves.com/comics/', u'Grave Impressions is a story of deception, speculation, and assumption. When no one is who they appear to be, some secrets are worth keeping... \xa9 Ziska, Aleksi, Nym (Z.A.N)', True, True) -add('Grayscale', 'http://grayscale.smackjeeves.com/comics/', u'A comic with a chaotic medley of murder, mad science and man love. Grayscale is a comic adaptation of a story written by Ski and Demi/Silvae (I usually go by Silvae, that name was taken) in RP format. We decided we wanted to see the whole thing visually in the form of a comic, and this is the result. Both of them write, Silv draws, Ski offers praise/feedback/awesomeness. Rinse and repeat! Updates on Tuesdays at fourfears.com Follow us on Tumblr: http://fourfears.tumblr.com/', True, True) -add('GreenKirbyandabunchofotherpeopledoinstuff', 'http://gkandabunchofotherppl.smackjeeves.com/comics/', u"Oh look I've changed this comic's description. Soon it will have a new name and banner. Yaaaay.Rules: Swearing or some other rude words in comics and comments is 100% unacceptable. NO mature content. No flaming or trolling in comments. Also, post your sprites for each fc you will be using in this comic. Chat rules:No swearing, trolling, or spamming. Not only members can come to the chat, so you can vist if you want. Please remember to come to the chat often, because it's lonely there. :'( Also, this comic isn't just for Kirbys. If you have fcs who are not Kirbys, they can be used.", False, True) -add('GuardianGhost', 'http://guardianghost.smackjeeves.com/comics/', u"After being hit by a car a few months ago, things have been very strange for Max. Not only can he see ghosts, but one in particular claims to have saved him from death! But there are reasons why ghosts are not allowed to save humans. Updates Tuesdays(and Thursdays if there's time)with a massive quality shift from chapter to chapter (and pages before CH5 are slowly getting text fixups)", False, True) -add('GuardiansoftheGalaxialSpaceways', 'http://ggs.smackjeeves.com/comics/', u'Join Captain Taxxi Serbus and the crew of the Artful Dodger as they battle space pirates, giant comic book geeks, and intergalactic viruses in a star-spanning adventure!', False, False) -add('HIPS', 'http://hips.smackjeeves.com/comics/', u'An admittedly done before bl romance. Here is my attempt at a gripping back cover summary: In an effort to get away from his criminal family, Julius Green has turned witness for the city. He is secreted away and hidden in a posh private academy as...a girl?! Suffocated by the charade, will Julius be able to pull off school life as Penny Adams? And will he be able to save himself when the two rulers of the school, Max Lawson and Alex Watch, take particular interest in him?', True, True) -add('Habibahssong', 'http://habibahsong.smackjeeves.com/comics/', u'transgender issues, bullies, in a furry world', False, True) -add('Harfang', 'http://harfang.smackjeeves.com/comics/', u"Harfang is a fantasy story, based on the Jorinde & Joringel Grimm tale. Designs are inspired from asia (Korea/Mongolia/China). I update it one page every monday ! I hope you'll like it. ^____^ ***************************************** You can buy the first book in full colors on my shop : www.auroreblackcat.bigcartel.com ***************************************** ENGLISH TRANSLATION ***************************************** My english is bad, don't hesitate to correct my grammar. Thank you ! ^__^ *****************************************", False, True) -add('HarvestMoonParadiseFound', 'http://paradisefound.smackjeeves.com/comics/', u'When a single phone call changes your destiny...do you find the strength to embrace it? A Harvest Moon Doujinshi (fan comic) Read RIGHT to LEFT. Updates Thursdays. (Harvest Moon title and concept are copyright of Marveslous Interactive)', False, True) -add('HatShop', 'http://hatshop.smackjeeves.com/comics/', u'You may be thinking this is a comic about hats. It\'s not. A strange comedy about a boy who is fired in the first panel and accidentally sells his soul to an eccentric hat maker. Shenanigans ensue. Note to new readers: The art gets better. Note on the format: I originally drew it vertically because I did it by hand and that\'s how it would fit on the page (It just seemed like a good idea at the time). Three years later, it\'s stuck. It sometimes changes to full pages if the story needs it, but the vertical format is the default and I\'m not planning on changing it. Updates every three days unless otherwise specified. Note: This is a "whatever the author feels like" comic. You have been warned.', False, False) -add('HatethePlayer', 'http://hatetheplayer.thewebcomic.com/comics/', u"Hate the Player is a comic based on a number of concepts Tron, and Quantum Leap. The overall idea is the character M.C. (A play on words for Main Character). A horrible game magazine reviewer who gets transfer'd into the game world by Beans, who use to be a developer until M.C. ruined him, now an editor who came to get revenge on M.C., He forces M.C. to re-enact the various game worlds as the Hero of the world, until a freak glitch causes issues.", False, True) -add('Helix', 'http://helix.smackjeeves.com/comics/', u"A street rat is given a second chance when he is dragged from the gutter and into a new life. Will he accept his position at the side of royalty, or fight every step of the way? -Rated M for sex (M/M, consensual), violence, nudity, language and dark themes.- Warnings: -References to child abuse and sexual abuse.- If you can handle these subjects, I hope you'll enjoy the comic. :) Thanks for reading! ~Join Helix on tumblr at http://helix-comic.tumblr.com ! ~", True, False) -add('HeltonShelton', 'http://heltonshelton.smackjeeves.com/comics/', u'This is a goofy sketch at a party that grew into a two-book saga about a multi-generational battle against the darkness inside us. Shelton1 and Shelton2 set out to fight the Final Boss, but victory carries a cost for Shelton1. A party of heroes begin a quest of vengeance, but can they overcome their rivalries before facing their ultimate foe? A spellcasting musician learns to deal with death, but can she deal with life?', False, True) -add('Hephaestus', 'http://hephaestus.thewebcomic.com/comics/', u"(a retelling of Greek mythology, with more than likely deviation from the original myths) While other gods on Mt. Olympus are known to be beautiful and laid back, Hephaestus is more humble in appearance and works his hands to the bone. However, that is not to say that the god of crafting and fire doesn't have any interesting tales about himself... <> 7) Soul Man Part 1: Hephaestus recounts the beginning of the first winter with the introduction of Kore, the child of Demeter <> 1)Road to Athens: 2)Origins: Part 1 3)Passive Affection 4) Origins Part 2 5) Hermes' First Flight 6) Origins: Part 3 0) Under the Waves:", False, False) -add('HereBeVoodoo', 'http://herebevoodoo.smackjeeves.com/comics/', u"Voodoo is the story of Sunday, a ten-year old girl and her doll, Mojo. But Voodoo isn't a story about their fun and magical adventures through a candy colored world (Well, with a story titled Voodoo, I kind of hope you were warned). Voodoo is about how far you can go to take revenge. About the necessary evil and the far less necessary About the choices who are not always the right one, and sometimes not having a choice at all. About making mistakes, and seeking redemption, or choosing not to. And in a less cryptic way, note that the story will mention explicitly: -Disturbingly cute voodoo dolls wielding butcher knives. -Zombis (dog, bird, humans, bugs, more or less whole.) -Grave robbing. -Human remains tinkering. -Black magic. -Naked ladies and gentlemens. -Werewolves. (Who are also the naked ladies and gentlemens). -Profanity and swearing -Act of questionable morality from both the good guys, the bad guys, and the dolls who wouldn't know what morality is if it bite them in their straw-filled head. -Black humor, dark enough to depress an undertaker. Please, do not suggest this story to children, innocents and/or faint of heart. Thank you.", True, True) -add('HiddenStrengthAWhiteNuzlocke', 'http://hsnuzlocke.smackjeeves.com/comics/', u'Clover, Cheren, and Belle graduate from trainer school, looking forward to finally being able to go on a pokemon journey of their own. Things start out like any other adventure, however soon the trio becomes entangled in the mess that is Team Plasma, finding out secrets that have been hiding in plain sight all their lives. How will their adventure unfold? This is a Nuzlocke story comic. [THIS COMIC IS FINISHED]', False, True) -add('Hinata', 'http://hinata.smackjeeves.com/comics/', u'Fifteen years ago, mankind faced a terrible disaster. In order to protect his daughter, Hinata, from danger, Shinsuke Akao retreated deep into the forest. He secluded himself, never leaving the forest while he reared and educated Hinata, never allowing her to leave either. On the morning after her sixteenth birthday, Hinata wakes up to find her father missing. With no clues as to where he went, Hinata casts aside the safety of the forest and forges out for the first time into the post-apocalyptic cityscape on a quest to find her father and discover what exactly happened to the world fifteen years ago.', False, True) -add('HitandMiss', 'http://hitandmiss.smackjeeves.com/comics/', u"It's a autobiographic comic about, well, me and my daily life! Doesn't that sound interesting? WARNING: This comic may contain the following; misspelling, weird situations, gaming, horrible puns, cats, depression, and the occasionally lovey dovey stuff. http://www.theduckwebcomics.com/Hit_and_Miss/ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The link to DrunkDuck Hit and Miss!", False, True) -add('Holocrash', 'http://holocrash.smackjeeves.com/comics/', u'Welcome to HoloCrash, the adventures of Commander Teelianna Santo ("Teela") and her Genetically Enhanced Nanotech Android trainer ("G.E.N.A"). Teela, a brilliant science officer and an exceptional athlete, volunteers for a year round trip aboard the cargo freighter Argenta-619 so that she, along with her trainer G.E.N.A, can train for the upcoming Pan System games in heavy gravity conditions. Soon, what seems like a normal freight run to the Cordas System, turns into an adventure like no other!', True, True) -add('HolyBlasphemy', 'http://holyblasphemy.smackjeeves.com/comics/', u'Making fun of religions since 2010. Better stay clear of this comic if you really cannot stand people making fun of Atheism, Buddhism, Christianity, Creationism, Germanic and Greek Polytheism, Hinduism, Islam or Judaism as well as of Abraham, Agni, Aliens, Angels, the Easter Bunny, Great Ctuluh, Isaac, Jahweh, Jesus, John the Baptist, Joseph, Mary, Mohammed, normal humans, Pascal, robots, Santa Claus, Satan, Tantalus, Thor, Vishnu, well-built catholic girls, Zao Jun or Zeus (more religious belief systems and persons may follow). Updates whenever I find the time (not that often lately...). Comments and voting highly welcome!', False, False) -add('HolyCrap', 'http://holycrap.smackjeeves.com/comics/', u"Hi there! Welcome to what-ma cha' call it? ... Oh that's right Crap Holy. No no... AH! WELCOME TO ME! I AM HOLY CRAP!", False, True) -add('HopeForABreeze', 'http://h4ab.smackjeeves.com/comics/', u'Hope For A Breeze - This is a story of a girl named Sophia and her journeys through life. webcomic, web comic, school life, slice of life, school, drama, anime, autobiography, memoirs, manga, cartoon, comic', False, False) -add('HotChocolate', 'http://hot-chocolate.smackjeeves.com/comics/', u"COMPLETE! Other art and doodads will be added, but as for the story, it's finished! Thanks to all the readers!", False, True) -add('HouseofCraziness', 'http://craziness.smackjeeves.com/comics/', u'A house of pure craziness.', False, True) -add('HurrocksFardel', 'http://hurrocksfardel.smackjeeves.com/comics/', u'', False, True) -add('Hybristorific', 'http://hybristorific.smackjeeves.com/comics/', u'A graphic graphic novel about friendship, philosophy, and serial murder. Updates every Sunday and Wednesday.', True, True) -add('IWishIggysWish', 'http://i-wish-comic.smackjeeves.com/comics/', u'Iggy and his companions are the resident wish-granters of a sleepy little English town. All three of them are perfectly happy doing their jobs and making human wishes come true, but one day they get a message from the Embassy of Magic which could change all this for good... Can Iggy restore faith in human nature and save the town he loves from being cut off from the magical world forever? Updates: Once a week, usually on Mondays.', False, True) -add('Ianua', 'http://ianua.smackjeeves.com/comics/', u"/\u02c8ja\u02d0.nu.a/ Welcome to a land where magic has always existed. In recent years the ability to summon 'other worldly' creatures has brought about sharp class distinctions and radically altered society as a whole.", False, True) -add('IciVontLesMorts', 'http://icivontlesmorts.smackjeeves.com/comics/', u"Ici Vont Les Morts raconte l'histoire de Sunday une petite fille d'une dizaine d'ann\xc3\xa9es et de sa poup\xc3\xa9e Mojo. Mais si vous cherchez des aventures magiques et amusantes dans un monde color\xc3\xa9 comme un paquet de bonbons, passez votre chemin. Ici Vont Les Morts parleras de vengeance, de ce qu'on est pr\xc3\xaat \xc3\xa0 sacrifier pour l'obtenir. Du mal n\xc3\xa9cessaire et de celui qui l'est moins. Des choix qui ne sont pas toujours les bons ou, parfois, de ne pas avoir le choix tout court. Des erreurs que l'on fait, que l'on choisit de corriger, ou pas. Dans Ici Vont Les Morts, vous trouverez t\xc3\xb4t ou tard : -Des zombis (humains, oiseaux, chiens, insectes, tous plus ou moins d\xc3\xa9compos\xc3\xa9s) -Des violations de s\xc3\xa9pultures. -De la magie noire. -Des demoiselles et des messieurs nus. -Des loup-garous. Qui sont aussi les demoiselles et messieurs nus. -Des blasph\xc3\ufffd\xc2\xa8mes, jurons et autres noms d'oiseaux. -Des actes de moralit\xc3\xa9s douteuses, autant des gentils, que des m\xc3\xa9chants et des poup\xc3\xa9es vaudous qui ne sauraient pas ce qu'est une moralit\xc3\xa9 si on leur tapait dessus avec. -De l'humour noir. Tr\xc3\xa9s noir.", True, True) -add('ImminentMoose', 'http://imminentmoose.smackjeeves.com/comics/', u'"EVERYTHING IS WONDERFUL" :~ THE HIATUS IS OVER! UPDATES EVERY SUNDAY!~: NOW DOING COMMISSIONS!', False, True) -add('InHouseHumor', 'http://inhousehumor.smackjeeves.com/comics/', u'', False, True) -add('Inchoatica', 'http://inchoatica.smackjeeves.com/comics/', u"Don't eat the demon-infested sandwiches, no matter how tasty.", False, True) -add('Ingloriousbasterds', 'http://ingloriousbasterds.smackjeeves.com/comics/', u'Tired of sad stories with a grey and gloomy graphics? Then watch this bright arcade. The comic is not translated into English.', False, True) -add('Inhuman', 'http://inhumancomic.smackjeeves.com/comics/', u"1000 years in the future, a schizophrenic has been kidnapped by a group of rebel soldiers. And it seems they've bitten off more than they can chew...", False, True) -add('InsideOuTAYuriTale', 'http://insideout-a-yuri-tale.smackjeeves.com/comics/', u'A new Yuri series dealing with love, life and true friendship. The story follows new high school student Hitomi who decided to stop pretending to be someone else and start being herself. This decision leads to many odd encounters as she enters high school life and find her life is turned Inside OuT. Warning this manga is read Right to left. <The story of a girl, her magic umbrella and the hundreds of demons trying to kill her', False, False) -add('Katran', 'http://katran.smackjeeves.com/comics/', u'This is the Story of Nirrod, an almost normal 14 year old boy. He is living with his Family and his clan in a big village in the north of Katran. Build on a giant cliff, it became one of the safest places in the land, and soon a very precious trading point. Nirrod is living his life well protected and without sorrows in the lap of his clan. he is playing with other kids, playing pranks....a normal life. but all of this is going to change....', False, True) -add('KazanatoFuneralPlanningService', 'http://kazanato.smackjeeves.com/comics/', u'Chou and Fuyuka are partners who work for Kazanato Funeral Planning Service. They guarantee that their clients are fully satisfied, especially the deceased.', False, True) -add('KezroChroniclesPhantomOps', 'http://phantomops.smackjeeves.com/comics/', u'An Anthropomorphic Cyberpunk Adventure. Follow a whole cast of characters as they uncover the secrets of the underworld, corrupt governments, love, and cybernetics. *Most Pages are PG-13 Some pages may be NSFW* Updates on Fridays', False, True) -add('Kirbandfriendsshowcase', 'http://kas.smackjeeves.com/comics/', u'a new kirb and friends!^^', False, True) -add('KirbiesoftheAlternateDimension', 'http://kirbyaltdimension.smackjeeves.com/comics/', u"A delightful comic that may contain mild language about the life of the kirbies that live in the other dimension. It is a story about adventure, suspense, and drama, and of course, comedy. (A comic isn't a comic without comedy.) Current Chapter: Epilogue The final pages of this comic, which will lead up to the arrival of the YouTube series of Kirbies of the Alternate Dimension. A dark threat approaches and Team KAD has defeated Daroach an his crew. All things are looking good for everyone, but the masked Kirby and the shadow Kirby have something up their sleeves.", False, True) -add('KirbyAdventure', 'http://kirbysadventure.smackjeeves.com/comics/', u'Meet the Kirby Adventure Squad: a group of Kirbies who take requests from random clients and attempt to complete them! And mostly fail miserably! Huzzah!', False, False) -add('KirbyDreamTeam', 'http://kirbysdreamteam.smackjeeves.com/comics/', u'Join Kirby and his Dream Team as they team up to take down evil!', False, True) -add('KirbyFunfestTheOriginals', 'http://kirbyfunfestold.smackjeeves.com/comics/', u'Kirby and his best friend Dee are minding their own business, when Dedede challenges Kirby to a duel! Since then, Kirby and Dee have to save the world from seemingly unstoppable forces of nature, and all the while they still have time to be funny... NOTE: I am restarting this comic, see it at http://kirbyfunfest.smackjeeves.com/', False, False) -add('KirbyTheDeeArmy', 'http://kirbyandthedeearmy.smackjeeves.com/comics/', u"One day, a kirby named Sapphire comes from the future and warns Kirby about a coming disaster. Kirby, of course, doesn't listen and sets the events into play. However, there is a way to stop it. But they must hurry, or the future will be doomed... Idea and pages by Luigi_96, Helped by Ultimate Yoshi. Updates: Tuesdays --- Kirby and related characters owned by HAL and Nintendo. Sprite credit to the various people who ripped them.", False, True) -add('KirbysDreamAdventure', 'http://kirbyda.smackjeeves.com/comics/', u"What's better than one Kirby? A whole mess of them, that's what! Follow them around their little adventures and daily lives, from the early randomness to the more story-built latter parts. It's a Kirby adventure worth watching, even if the main pink puffball doesn't get as much direct screen time as he should! ~+~New pages come out daily, old pages get redone during the weekend.~+~", False, True) -add('KirbysDreamlandAdventures', 'http://kirbysdreamlandadventures.smackjeeves.com/comics/', u'A retelling of the many adventures Kirby has had over the years since 1992. Updates Saturdays and sometimes Wednesdays.', False, True) -add('KissmeSnow', 'http://kissmesnow.smackjeeves.com/comics/', u'\u201cThe Snow just keeps falling, never melting away, never allowing spring to arrive.\u201d Shirayama, a small mountain town, hasn\u2019t seen spring in decades. Young man named Keiji suffers from fear of cold, and wants nothing more than get away from the town and its prevailing eternal winter. However, when he encounters a mysterious girl called Lumi and finds out the secret behind the mysterious hypothermia deaths, he has to confront his own fears, not only for his own, but also for the entire town\u2019s future. ---------------------- Updates on Mondays', False, True) -add('KissoftheDevil', 'http://kissofthedevil.smackjeeves.com/comics/', u'Vist us at http://www.smackjeeves.com/comicprofile.php?id=110041 Thanks! Shadow Leafeon', False, True) -add('Knife', 'http://knife.smackjeeves.com/comics/', u"READ LEFT TO RIGHT -------------> It's BL Story's not too greatly done, contains some ugh, stuff. Like incest rape stuff. Though you don't see anything, putting that out there for people sensitive to such matters. Might offend you. Though the stuff is kind of dark it's not about depression. And I haven't been through the stuff the characters have gone through, I don't even know why I wrote about this. im gonna shut up now.", False, True) -add('Knightface', 'http://knightface.smackjeeves.com/comics/', u'A paladin who betrayed abusive people who used to be his friends seeks to rebuild faith in himself and his god.', True, True) -add('KnightsRequiem', 'http://knightsrequiem.smackjeeves.com/comics/', u'With weaponry called Emblems, the knights of NYX had always protected humanity from monsters of the night, the vampires. This is a story of a few new knights discovering just what it is like to become slayers', False, True) -add('KojiX5', 'http://kojix5.smackjeeves.com/comics/', u'\xbfQue de qu\xe9 va? Pues a grandes rasgos, es la historia de Hideyuki Hori, un chico muy t\xedmido y torpe, que en el d\xeda de su graduaci\xf3n se encuentra con un mago que le da un libro con un conjuro m\xe1gico que se supone que le ayudar\xe1 con su problema, pero lo cierto es que le causa m\xe1s entuertos. Adem\xe1s se enamora de su profesor de matem\xe1ticas, que no se entera de nada. Bueno, pues este es bastante antiguo, lo ide\xe9 en el 2003, y esta es la versi\xf3n que dibuj\xe9 durante 2006 y 2007. Es tan antiguo, tan antiguo, que no sab\xeda ni para qu\xe9 serv\xeda una regla. La dibuj\xe9 a una super velocidad mientras estaba en clase. Es una historia que sigo desarrollando actualmente. B\xe1sicamente, esta es una idea "deshechada" (vamos, que s\xf3lo queda de ella algunos personajes) pero hay algunas cosas que me gustan todav\xeda. Ah, s\xed, se lee de izquierda a derecha. Te gustar\xe1 si: -Sabes espa\xf1ol -No odias el shonen-ai -Te gusta ver al protagonista pasar verg\xfcenza', False, True) -add('Kranburn', 'http://kranburn.thewebcomic.com/comics/', u'An Australian Post Apocalypse Comic', False, True) -add('Kreetor', 'http://kreetor.smackjeeves.com/comics/', u'', False, True) -add('Kruptos', 'http://kruptos.smackjeeves.com/comics/', u"NOTICE! This comic was made in 2011-2014. I didn't plan it enough and started it pretty much as a improvisation comic that didn't have an actual plot so it's a quite fuzzy. --- Kruptos means hidden in greek which descripts very well the whole comic. Kruptos is actually a story about two wolf brothers whose parents were murdered and who just try to survive together. WARNINGS: slight connotations to things like transgender, homosexuality, cannibalism, massacre and murder but also strong content (blood and violence)", False, True) -add('KuroNeko', 'http://kuro-neko.smackjeeves.com/comics/', u"A cold day, Yuta finds something unexpected on the way home: a boy bruised and unconscious in a dark alley. Everything would be normal if not for that boy has the peculiarity of having cat ears and tail. Despite the opposition in the beginning of that boy-cat, named Riku, finally begins coexistence between the two, which, far from the tranquility that might be expected, is not devoid of surprises. And is that something doesn't ceases to torment Riku... \u2605 Yaoi / BL \u2605 \u2605 Reading from right to left \u2605 For reading in Spanish here \u2192 http://kuronekoyaoiwebcomic.blogspot.com.es/", False, True) -add('KuronaFlutterandLylaSpamTime', 'http://icantflyaplane.smackjeeves.com/comics/', u'Self-explanatory. Credit to SEGA, CAPCOM and NINTENDO for most edited sprites in here. Alternate title: Aura and his girls~', False, True) -add('LOGOS', 'http://logoscomic.smackjeeves.com/comics/', u'In the far future, on a distant planet, a man made of plastics discovers what it truly means to be human.', True, False) -add('LOKI', 'http://loki.smackjeeves.com/comics/', u'LOKI is the story of Lochlan and Kian, two down on their luck and only vaguely competent guns for hire, and their adventures. Updates on Tuesdays and Fridays!', False, True) -add('LastBlockStanding', 'http://lastblockstanding.smackjeeves.com/comics/', u'A post-apocalyptic story (yeah, we\'ve never seen that before in a comic!) with just one premise: what would you do if you were the last people left on an utterly devastated world? Even more weirdly, what would you do if you were not only the last living things left alive, but you were all stuck in the same 40 storey ("story" US people) block of flats (apartments, US etc...)? Answer? defecate yourselves? commit suicide or somehow find someway to survive? These are the stories, drawn and written using only the Sketchbook App on an iPad with my clubby fingers. It\'s guerilla comic book creation and I hope you enjoy it despite its erratic fonts and pretty awful draftsmanship... Enjoy...', False, True) -add('LastLivingSouls', 'http://lastlivingsouls.smackjeeves.com/comics/', u"It's probably safe to assume you know what a zombie is; A living corpse with an insatiable craving for human flesh that mindlessly acts on primal instincts. But, what would happen...if a zombie became able to think? Along side an empty road, a teenager named Eddie awakens, confused and fearful due to his inability to remember anything. He heads towards the nearest city in hopes of getting some help, but realizes it is nearly empty of residents and is instead being slowly consumed by a group of undead. It quickly becomes his purpose to survive and also to understand why these creatures are plaguing the city...and why he is one of them.", False, True) -add('LatchkeyKingdom', 'http://latchkeykingdom.smackjeeves.com/comics/', u'Comic tales of a (mostly) fearless adventurer in a land of many dangers and little adult supervision.', False, True) -add('LavenderLegend', 'http://lavenderlegend.smackjeeves.com/comics/', u'Epic Romantic Adventure! The men have gone to war. The princess is sealed away from their sight. Her favorite maid has a scandalous secret, and plans to overthrow the king.', False, True) -add('LeCirquedObscure', 'http://cirquedobscure.smackjeeves.com/comics/', u'A dark circus collaboration roleplay comic- open to everyone!', False, False) -add('LedbyaMadMan', 'http://ledbyamadman.smackjeeves.com/comics/', u'The country is devoid of life save for five people who try to stay alive the best that they can.', False, True) -add('LegendofZeldaAHerosStory', 'http://aherosstory.smackjeeves.com/comics/', u"The story of Ocarina of Time retold, will Link summon the courage to save his friends and the ones he cares about before it's too late? Find out and see!!", False, True) -add('LegendofZeldaStaffofPower', 'http://loz-sop.smackjeeves.com/comics/', u'An ancient weapon created for harmony brought civil war. Shattering it brought tentative peace, until the leader of the Gerudo attempts to slaughter an entire race of people, then turning his hatred upon the monarchy of Hyrule. Defeated by the Hero of Time and the Princess of Destiny, he was sealed away in the Sacred Realm. Years later, he has gained more power, and has broken free. Now it will take the very weapon he seeks to destroy him, and an unlikely wielder to complete the task. Who will win? ~Like the comic? Want to support the author? Click the image at the bottom of the page to do so!~', False, True) -add('LegendofZeldaTheEdgeandTheLight', 'http://legendofzelda.smackjeeves.com/comics/', u"After years of absence, Link finally returns to Hyrule from his travels abroard. Initially expecting to greet Princess Zelda, he instead finds the kingdom in decline, plagued by all kinds of trouble. Just what is causing these problems, and does it have anything to do with why Link left in the first place? NB: This story is now finished, at 11 chapters and 312 pages! Thanks to everyone who read it. For those who want to know what I'm doing next, please check my DeviantArt account (http://queeniechan.deviantart.com/)", False, True) -add('LegendofZeldaTheWindWaker', 'http://zeldawindwaker.smackjeeves.com/comics/', u'The Legend of Zelda: The Wind Waker turned into a webcomic. I hope you enjoy it. Written by Emily-Ann Coons and drawn by Kitty Lyre. Currently updates every Monday at Noon EST.', False, True) -add('LegendsofMobiusBookOne', 'http://legendsofmobius-bookone.smackjeeves.com/comics/', u'It\'s been two years after Sonic the Hedgehogs last adventures. A hedgehog named Crusade travels around planet Mobius and randomly or not, becomes friends with several other mobians. But on his journey dangerous things happen and concerning news spread. And so, Crusade and his comrads, later known as "Team Element", decide to search for the root of everything. Without knowing that they get involved into a war which will decide about the worlds future...', False, True) -add('Lemongrass', 'http://lemongrass.smackjeeves.com/comics/', u"A soldier on a mission that goes disastrously wrong, two assassins caught in the web woven by their enigmatic mistress, and a mercenary on the run from just about everyone he's ever worked with. Brought together through by chance, they find their lives thrown into chaos by a disaster centuries in the making. Gay, lesbian and bisexual characters. Full colour. Currently updating with two pages every Sunday.", False, True) -add('LesCendresdelHiver', 'http://cendres.smackjeeves.com/comics/', u"Il \xe9tait une fois un f\xe9, une Belle Dame Sans Merci ; et il \xe9tait une fois le chevalier, un parmi beaucoup d'autre, que le f\xe9 s\xe9duisit. Puis le f\xe9 se lassa du chevalier, comme il s'\xe9tait lass\xe9 de beaucoup d'autres, et le quitta. Mais ce chevalier n'\xe9tait pas comme les autres et les choses tourn\xe8rent tr\xe8s mal. Bien des si\xe8cles plus tard, Meine, un garde du corps sans histoire, est approch\xe9 par un \xe9tranger qui semble le conna\xeetre... Et s'attendre \xe0 une r\xe9action bien particuli\xe8re de sa part. Quand il refuse de jouer le jeu de l'autre homme, Meine entra\xeene une s\xe9rie d'\xe9v\xe9nements qui pourraient changer non seulement sa vie, mais aussi celle de tous ceux qu'il aime.", False, True) -add('LetLoveRule', 'http://letloverule.smackjeeves.com/comics/', u"When Daisy de Jong is forced to go on a cruise with her mother in order to find a rich fiance, she notices strange things happen on deck. After an odd turn of events she falls overboard and finally comes ashore of a strange island, where a mysterious boy takes her with him. Do the strange situations on the ship have something to do with the weird island? Will she ever see her mother or home again? Read 'Let Love Rule' to find out!", False, True) -add('LethalDose', 'http://lethaldosecomic.smackjeeves.com/comics/', u"WARNING: This comic contains heterosexual AND homosexual relationship, Drug abuse, sexual themes and violence. READ RIGHT TO LEFT - JAPANESE FORMAT Updates every Sun & Wed. ________________________________ Follows the life paths of various youths. Our main protagonist is Bobby. Although he was a happy kid, various choices in life have led him down a dark and dangerous path. Lonely and stuck with an undesirable life, he has turned to drugs and alcohol to mull the days away with. But after a strange encounter in an alleyway one night, Bobby finds himself trapped in a much more 'hardcore' underground world of drugs and abuse; one that's secrets are so dark it's not too easy to leave behind.", True, False) -add('LetsBreakitforReals', 'http://breaktehmentality.smackjeeves.com/comics/', u"We're back, not sure who cares about it or wants it but whatever. Screw the whole trying to be the largest author comic on SJ, let's just go crazy. Rules: 1.Keep it pg-13, odd swear here and there is fine. 2.Respect people and try not to undermine them. 3.No spamming updates. 4.No rapping.", False, True) -add('LicensedHeroes', 'http://licensedheroes.smackjeeves.com/comics/', u'Join Tempest, newly licensed hero, as he delves deep into the reeking bowels of the dungeons of unemployment, crosses the scorching desert of menial labor and infiltrates the dreaded towers of bureaucracy. Updates Wednesdays and Saturdays.', False, True) -add('LifeAsACutOut', 'http://lifeasacutout.thewebcomic.com/comics/', u'Come follow the adventures of the train obsessed, "failed" government experament, Railin "Rail" Machanic and his assorted friends and aquatinces across real places of Southern Pennsylvania, and some not so real. The mundain is far from boring here.', False, True) -add('LifeAsItWas', 'http://lifeasitwas.smackjeeves.com/comics/', u"It's a web comic, I make it and you read it. Updated daily.", False, True) -add('LifeLessOrdinary', 'http://lifelessordinary.smackjeeves.com/comics/', u'"Live a life less ordinary Live a life extraordinary with me My face had said too much Before our hands could even touch To greet a \'hello\'" The story of four guys living together under one roof, their individual feats and those that they move through together. Some BLs and HLs. Some inspiration drawn from the song Life Less Ordinary by Carbon Leaf.', True, True) -add('Lifeonpaper', 'http://lifeonpaper.smackjeeves.com/comics/', u'"Life on Paper". Is a comic strip very loosely based on my life, originally it was titled, "Lil Bastard" It follows me and all my jobs, relationship, and even through marriage. With 2000+ strips. Which will eventually be uploaded here. Please Enjoy my life.', False, True) -add('LightLovers', 'http://lightlovers.smackjeeves.com/comics/', u"Jay and Nicolas are the Lightlovers. Thanks to their love, they are the most powerful magical beings in the Galaxy of Geland. They will be confronted to all sorts of characters (flying-men, butterfly-men, elves, daemons, vampires, ...). Ten stories have already been written. Drawing them will take a little more time, patience ! You won't be disappointed ! Dear readers, be tolerant with my English, it's not my mother tongue !", False, True) -add('LightwithinShadow', 'http://lightwithinshadow.smackjeeves.com/comics/', u"After the truth about her adoption is told and a string of weird dreams a girl named Lizzie sets out on a journey of self discovery....it's more then she bargained for- -But maybe with the help of her goofball best friend, her history teacher,her loyal dog, and a hired mercenary she just might get through this.", False, True) -add('LilLevi', 'http://lillevi.smackjeeves.com/comics/', u"Lil' Levi is 9 years old. His mother is human. His father is The Devil...no really...we're not kidding. His life is going to be one hell of a ride! It's kind of like The Omen...but funnier!", False, True) -add('LiliBleu', 'http://lilibleu.smackjeeves.com/comics/', u'Webcomic en espa\xf1ol La humanidad ha quedado al borde de la extinci\xf3n por causa de un virus que los muta en superhumanos poderosos, dotados de una gran belleza y poder que han tomado control del planeta. De entre el nuevo orden se alza la \xfaltima esperanza de la humanidad: Espartaco Garc\xeda, armado s\xf3lo con una de las mentes m\xe1s brillantes del mundo en contra de seres que pueden derribar monta\xf1as con su mirada. S\xf3lo hay un problema: Quiere salvar el mundo... para gobernarlo \xe9l.', False, True) -add('LondonUnderworld', 'http://lunderworld.smackjeeves.com/comics/', u"Miss Ameliea Worton is sick of the rich, upper class, boring world she has been brought up in. She seeks entertainment from London's dark under belly, making friends with crooks and con artists and playing their games against the aristocracy she has grown bitter of. But, when Ameliea decides to join forces with the king of the London Underworld, she discovers how naive she has been, and how dangerous London can really be.", False, True) -add('LostNova', 'http://lostnova.smackjeeves.com/comics/', u'Two women of different birth search for the lost Compass Isle of Nova. One for glory, one for truth. And in the process they will find themselves and each other.', False, True) -add('LoveHarbor', 'http://shipcentral.smackjeeves.com/comics/', u"This is a comic about shipping your characters. You can do as you please with your shippings, but please try to keep them to a T rating and below. Shipping: To support a relationship between two characters, be it canon or not. You will get a chapter here. All shipping of your design are to be posted in your own chapter. The point is to post pictures of shippings. (Sprites, Drawn, pixel art, etc.) These can be in the form of comics, author comments, etc. Your shippings can be gay, straight, lesbian and bi. So homophobes beware. You may post shipping of other authors. If you have any questions, contact 'aqua the hedgie' for more information. ------ Don't ship real people. At least poke holes in the box.", False, True) -add('LoveMeLoveMyTeddyBear', 'http://teddybear.smackjeeves.com/comics/', u"The story is of a girl named Harmony Adams, who's loving father gave her a teddy bear when she was born. He wished on the teddy bear that if anything was ever to happen to him, the teddy bear would be there to protect and love Harmony. But when Harmony is 16 years old, her father passes away, and in fulfilling his wish, the teddy bear gains the ability to turn into a human...", False, True) -add('LoveTwister', 'http://lovetwister.smackjeeves.com/comics/', u"Love Twister! For Chiko,only working and studying is her priority in life,But when Warren came many things began to change until she knew that this person's face is not having two but three. His other twin is Harren her Math teacher,he is the complete opposite of Warren and the other is Darren, an aspiring celebrity who's known for being a playboy And its getting more complicated living with the three guys with the same face under one roof,What will she do when Love came like a twister? genre: shoujo manga read left to right", False, True) -add('LoveandIcecream', 'http://lovexandxicecream.smackjeeves.com/comics/', u"Beware its a Yaoi! (Boy + boy) This comic is about two boys (surprise) (GOD the start is ugly) Akio and Bambi is two very different boys who met each other because Bambi had to teach Akio in math. Bambi is the only person who ever believed in Akio which is making Akio fall easily in love with him. Sadly Bambi has a homophobic big brother named Cinder who won't let Akio get closer to Bambi. Will Akio and Bambi ever get a chance for love? Gotta read and find out Don't let the ugly start pages scare you away\xa0 I UPDATE WHEN I WANT (Often enough)", False, True) -add('LoveroftheSunandMoon', 'http://loverofthesunandmoon.smackjeeves.com/comics/', u"[will HOPEFULLY be uploading new pages every friday, so if you're interested in this webcomic check for updates on fridays!] Kari is the child of the sun goddess and the moon god, and after a lunar eclipse he becomes a boy with white hair and pale skin, but after a solar eclipse he becomes a girl with golden hair and eyes and tanned skin! however the goddess of chaos, Rei, wants Kari captured and sacrificed on the alter of chaos as a girl in order to give her the power she needs to break free from the chaos realm to fill the human world with her delicious chaos! now Kari is on the run from Rei, and along the way he meets Gaku, a bouncer at a small bar, who decides to tag along with Kari and try to help him escape from Rei and her followers! has yaoi - boys love (boy meets boy) but also has some straight opportunities! but if you dont care for yaoi then please dont read this or if you love yaoi and the idea of a straight couple freaks you out dont read this either since the main boy turns female and this is supposed to be a love story that trancends gender!", False, True) -add('LsEmpire', 'http://l-empire.smackjeeves.com/comics/', u'Luigi has left Mario, and gone out to prove he himself. With the help of Dimentio, Geminiman and Void; will his dreams of recognition come to fruition, or is he doomed to being second banana? Either way, we can be sure that it will be very silly. Updated 8:00am every day. Specials go up at 12:00am.', False, False) -add('LuffinpuffandEric', 'http://luffinpuff.smackjeeves.com/comics/', u'The magical adventures of a fat kid named Eric and his fanciful imaginary friend, Llewellyn Luffinpuff!', False, True) -add('LumasParadise', 'http://luma.smackjeeves.com/comics/', u"Welcome to Luma's Paradise, the one and only place in the galaxy where you can find sprite comics starring the Lumas!", False, True) -add('MUTE', 'http://muterobot.smackjeeves.com/comics/', u'We fight for what we believe in and for those we care about. With terms and beliefs like these, who is to decide what is right and what is wrong? It is our emotions that fuel our actions, but is allowing them to take over really the right course of action in drastic situations...? Comic completed.', False, True) -add('MYth', 'http://myth.smackjeeves.com/comics/', u"MYth is a collection of original short stories inspired by the Greek mythology. Since it's MY version, the storyline differs from the classic mythology. .: MYth: My Seasons :. Demeter's sudden disappearance left Hades nothing but a daughter named Persephone... .: MYth: Eternal Gift :. The story of Poseidon and his true love... .: MYth: A PROMISE :. Before the time of the Olympians. Promises...made and broken... Between two brothers, only regrets remained. ***MATURE CONTENT APPLIES TO MYth: A PROMISE ONLY*** MYth (c) Zelda C. Wang http://zeldacw.idv.st http://zelda994612.deviantart.com", False, False) -add('MagicalGirlAlice', 'http://magicalgirlalice.smackjeeves.com/comics/', u'Behold the daily life of Alice Kamelot, a magical girl who is just looking to have fun and excitement.', False, True) -add('MagicalMisfits', 'http://magicalmisfits.smackjeeves.com/comics/', u'Two Dwarf Brothers are asked to start an Institute of Magic to promote peace on Terra. They have no idea what they are about to unleaseh', False, True) -add('Magience', 'http://www.magience.co/comics/', u'------------------------------ Updates: M - W - F at Midnight EST Rated PG-16 for Language, Violence, and Adult Themes ------------------------------ "Magience" was a new video game, one you could play while awake OR asleep thanks to an innovative headset. No one was quite sure the exact technology behind it, only that it was top-of-the-line and very mysterious. In a world of fantasy, players get one character to level and adventure with, exploring an infinitely growing and evolving world. However, it\'s not long before people start to notice certain oddities, and certain strange theories and rumors start popping up all over the place, both in game and in real life. Crazy as it sounded, what if "Magience" wasn\'t just a game after all?', False, True) -add('Magipunk', 'http://magipunk.smackjeeves.com/comics/', u"Sci-fi Fantasy adventure comedy webcomic! Magical wooden spaceships, elves, aliens, pirates and robots! Infamous pirates Runt and Candy have a plan to get their hands on the ultimate treasure! But as they face the wonders and terrors of a galaxy's seedy underbelly, the greatest threat may prove to be their own ineptitude...", False, True) -add('Manifestedpart1', 'http://manifested.smackjeeves.com/comics/', u'Hi there my names Stuart and I\'m the main character of Manifested ...and i hate my author...even though hes me. "shut it and describe my comic to all the nice viewers out there." fine, basically its about how i came upon a power to enter other peoples stories(video games movies cartoons all that jazz)and just mess around in them meeting my favorite characters and getting some awesom stuff like more superpowers and new friends. it was awesome till he introduced some assholes who decided to ruin the fun. if ya want a higher quality version my deviantart is http://statrux.deviantart.com/ so far i have gone into many places of those there has been the Spider-Man movie, Devil May Cry, X-man, Legend of Zelda Twilight Princess, and Kingdom hearts 2. there are also many other references . also say hi to the other main characters Tyler and Midna...yes that Midna the one from the game.', False, True) -add('MarXistemTWC', 'http://marxistem.smackjeeves.com/comics/', u'The worst best worst comic about gaming life and coexistence ever made in the Internet, for the Internet users. (WARNING: CONTAINS STRONG AND SEXUAL LANGUAGE)', False, True) -add('MarioandLuigiMisadventures', 'http://mandladventures.smackjeeves.com/comics/', u'Cackletta is up to no good and stuff', False, True) -add('MariosDayJob', 'http://mariosjob.smackjeeves.com/comics/', u'A silly comic about Mario and Luigi\'s "real" jobs as Plumbers. Updates weekly', False, True) -add('MariovsSonicvsMegaMan', 'http://mvsvmm.smackjeeves.com/comics/', u"It's a battle of the three main video game mascots of the late 80's and the early 90's, Mario, Sonic, and Mega Man. Who will win this titanic battle worthy of Pay-Per-View?", False, False) -add('MarsMind', 'http://marsmind.smackjeeves.com/comics/', u'Attempting a comic journal. Lets see where it goes.', False, True) -add('Mascara', 'http://mascara.smackjeeves.com/comics/', u"As the smartest boy in school and a prodigy, everyone expects Ian to be a high achiever--\x97a future Nobel Prize winning genius. But he doesn't want to be the next Einstein. He just wants to be a makeup artist.", False, True) -add('MasqueradeWTTM', 'http://masqueradewttm.smackjeeves.com/comics/', u'Life sucks. Life sucks worse when you\u2019re doing it alone. Elias learns the hard way that falling down can be devastating without friends. And getting up after falling down is never easy. Unless, of course, you\u2019re not alone anymore. --- Masquerade will update on Sunday every week. NOTE: You may read up to two completed chapters ahead at Twelve Gates Manga (http://twelvegatesmanga.com). I post complete chapters there as opposed to weekly pages here. There are a few up already if you prefer to get ahead and read in bulk!', False, True) -add('MatildasSweetCakeCafe', 'http://mscc.smackjeeves.com/comics/', u"Welcome to Matilda's Sweet Cake Caf\xe9! Here you'll find four (fan)service minded girls ready to satisfy your sweet desires. So come on in, have a seat and enjoy the scenery.", True, True) -add('MaytheRainCome', 'http://maytheraincome.smackjeeves.com/comics/', u'William Weasel returns home after seven years of war only to find his hometown deep in a drought, and his life eerily empty and devoid of meaning. ------------ This comic became finished on March 31st, 2013 - about a year and a half after I began it. May the Rain Come is rated PG-13 (for depictions of PTSD and scary moments). Inspirations: Black-and-white movies, cartoon animals, stories passed down through the family about the horrors of war.', False, True) -add('Mazscara', 'http://mazscara.smackjeeves.com/comics/', u'After her tragic suicide, Hollywood celebrity elite Victoria Starfield is ressurected and assigned by a secret supernatural organization called Crowd Control ,to protect five specific children (and her fans) from a slew of demons, serial killers, hellraisers and fallen angels. Her only weapon, 250 feet of razor sharp, flesh splitting barbed wire and an infinite trail of black tears. Call her, Mazscara. WARNING: Mazscara is rated +18 for Graphic Violence, Profanity and Mature Themes.', False, True) -add('MegaManBattleNetwork7', 'http://mmbn7-twt.smackjeeves.com/comics/', u'The year is 20XX... People are very lazy because they have Net Navis that do everything for them since even desks are controlled through the internet. Some people use these Net Navis for fighting and are called "Net Battlers". But, who is the strongest Net Battler? This new tournament will decide that.', False, True) -add('MegaManTales', 'http://megamantales.smackjeeves.com/comics/', u'Follow the Adventures of G.B.A, a boy who ended up the MegaMan world and must find a way back home. Status: FINISHED! FOR REALZ NOW!', False, True) -add('MegaManiacs', 'http://megamaniacscomics.smackjeeves.com/comics/', u'The adventures of the MM7 cast, plus the fun-loving Andante, in an attempt to stop the forces of evil.', False, True) -add('MegaPain', 'http://megapain.smackjeeves.com/comics/', u"Core and Daniel find an old Mega Man 5 cartridge at a yard sale. As they pop it in, there's more to this game then they realize. A lot more. Updates on Sundays and Wednesdays.", False, True) -add('MelodyAndMacabre', 'http://melodyandmacabre.smackjeeves.com/comics/', u'A little girl befriends Death and encounters those who seek him. An odd little series about obsession and... you guessed it... death.', False, True) -add('MerirosvotSeikkailumerella', 'http://merirosvotseikkailumerella.smackjeeves.com/comics/', u'Satamakaupungissa asustavat kaverukset huomaavat kaupunginjuhlissa kaksi ep\xe4ilytt\xe4v\xe4\xe4 vierailijaa. Kolmikko p\xe4\xe4tt\xe4\xe4 ottaa selv\xe4\xe4 mit\xe4 vierailijat ovat miehi\xe4\xe4n, ja p\xe4\xe4ttyv\xe4t el\xe4m\xe4ns\xe4 suurimpaan ja vaarallisimpaan seikkailuun.', False, True) -add('MetroJack', 'http://metro-jack.smackjeeves.com/comics/', u'A gay ex-lumberjack and a straight metro-sexual room together while attending Boston College. Humorous shounen-ai hijinks and confused sexual orientations abound. BL/Yaoi UPDATES EVERY SUNDAY! Follow Metro-Jack on Tumblr!: http://metro-jack.tumblr.com/', True, True) -add('MewsDynasty', 'http://mews-dynasty.smackjeeves.com/comics/', u'A group of Pokemon professors meet to decide Mews fate. How will Mew respond?', False, True) -add('MidnightPrince', 'http://midnightprince.smackjeeves.com/comics/', u'Jeremy Locke is just a normal high school student, but his best friend Erik has a secret. He\'s a vampire and not just any vampire, a prince! Alexei Drako is Erik\'s ex-fiance and he\'s the prince of Neutrals, a race mostly like the humans but with the power to use magic and known to live longer than five centuries. Two years after his painful break up with Erik, he\'s back to look for a new "wife" and has set his eyes on Jeremy! Will Erik let this happen and will Cleo Saint, Jeremy\'s stalker friend, allow it as well? *Not really planning to put mature things in it yet but it does contain strong language and sometime in the future partial nudity. It\'s not just Shounen Ai, there\'s hetero love too *UPDATES ON FRIDAY AND/OR SATURDAY*', False, True) -add('MineS', 'http://mines.smackjeeves.com/comics/', u'A Minecraft parody webcomic. Updates Tuesday, Thursday, Saturday, Sunday.', False, True) -add('Minibot', 'http://minibot.smackjeeves.com/comics/', u'Created from the "Minibot Command" threads on the Smackjeeves forums. People gave suggestions of what Minibot should do next and I drew them! Special thanks to MINIBOT COMMANDERS (listed alphabetically) Afrohawkman, AFStaff, Antitime, avian-reader, Bagpipe, Bat McStar, Beany, Bowserknight, BreakCanyon, Eggie, Gibson Twist, granmastern, Hunterkirizaki, Jake48.2, johlin, MacSimon, neoblade42, Pyroman, The Radical, robybang, skystears, SonicBoom01, SuperBiasedMan, Supertoad, and wendy w. Original threads here: http://www.smackjeeves.com/forum/viewtopic.php?t=10155 http://www.smackjeeves.com/forum/viewtopic.php?f=20&t=2534', False, True) -add('MinorActsofHeroism', 'http://www.minoractsofheroism.com/comics/', u'The adventures of three young superhero sidekicks!', False, True) -add('Missing', 'http://missing.smackjeeves.com/comics/', u"When Alice's team is signaled missing, the lieutenant Rosae has to undertake a recovering mission. James will have to find his way in the tropical forest of Mesembre, which holds Underwater panthers, ninjas and a forgotten order besides natural dangers. But he will not be alone since Manon, Virgil and Setsu will be his teammates in this periple. However, this means James will also have much to do in his own team ... At least one update a week.", False, True) -add('Missingversionfrancaise', 'http://missingfr.smackjeeves.com/comics/', u"Quand l\u2019\xe9quipe d'Alice est signal\xe9e disparue, le lieutenant Rosae est charg\xe9 d'une mission de secours. James devra se frayer un chemin a travers les for\xeats tropicales de Mesembre, qui rec\xe8lent des Panth\xe8res d'Eau, des ninjas et un ordre oubli\xe9 en plus d'innombrables dangers naturels. Le lieutenant ne sera toutefois pas seul car Manon, Virgil et Setsu seront ses co\xe9quipiers pendant ce p\xe9riple. Cependant, cela signifie que James aura aussi beaucoup \xe0 faire avec sa propre \xe9quipe... Update tous les jours jusqu'au rattrapage de la version anglaise et ensuite au moins une fois par semaine. English version : http://missing.smackjeeves.com/comics/1472832/cover/", False, True) -add('MixupofallMixups', 'http://mixupofmixups.smackjeeves.com/comics/', u'Arcs sometimes happen here. Oh, and crossovers too but character wise. All characters and backgrounds used in this belong to their rightful owners, and credit goes to the people who ripped, edited and/or recoloured the sprites used.', False, True) -add('MobianChaos', 'http://mobianchaos.smackjeeves.com/comics/', u'Mobian Chaos: What year did rational thinking go out of style again?', False, True) -add('Mokepon', 'http://mokepon.smackjeeves.com/comics/', u"He wants to be the very best! That no one ever was... uh, no. Scratch that. Adventures and friendship were never something that appealed to Atticus... Shame that it's a pokemon world he lives in, and so teenage boys living in Pallet Town are not expected to sit idly by. But the life of a hero is not one he's about to consider; too much hard work for little reward, and so instead he embarks on his quest not to become the greatest... But at least, the richest. Although the biggest challenge may be ignoring the adventures and friendships which may attempt to ensnare him along the way... Updates Mondays, Wednesdays and Fridays.", False, False) -add('MomthegamestorerippedusoffAGAIN', 'http://crappygames.smackjeeves.com/comics/', u'Here are some game consoles. They are old. They don\'t work very well. They are slightly discolored. Did I mention that they don\'t work well? This comic used to be called "Mommy, my NES crapped out on me AGAIN!!!" but then I started showing some other console glitches.', False, True) -add('Monstar', 'http://monstar.thewebcomic.com/comics/', u'The adventures of Monstar, the anthropomorphic personification of jealousy, Bunnee, his psychotic sidekick and a cast of odd creatures in the rural town of Longreach.', False, True) -add('MoonValley', 'http://moonvalley.smackjeeves.com/comics/', u'Her old school was a nightmare because of him, the school bully Demian... So Kaia is anything but happy to go back there in her last year. Besides she wants to learn virtual creating and there is no virtual net in that small town, where she grew up... Or at least that is what she thinks... For there is a new boy in her class and he is the reason why nothing is the same as before...', False, True) -add('MoonlitDawnAMythicalTale', 'http://moonlitdawn.smackjeeves.com/comics/', u'When there is an end to a cycle, there is a new beginning already forming. The passage of the fates are brittle, all those who inhabit our world unknowingly follow a predestined fate. However, a corrupted wolf goddess plans to rival against the fates with her army of Beastmen. Unfortunately for her, she had inadvertently caused an imbalance among the elements bringing forth new faces to rebuke her efforts. Wolf brothers, Joker and Mischief, have been roaming since they were exiled from their pack; their goal to put the past miles behind them. Until they are halted by Harmony, a half-goddess, who declares the brothers are elemental guardians.Their quest sounded simple; use their abilities to eliminate the Beastmen and prevent the goddess from destroying fate itself. As the journey progresses it begins to burden the brothers as they confront their shrouded past and unearth family secrets. Uncovering the core of themselves could strengthen them rendering defeat of the corrupt goddess, or it could disintegrate morale and all could fall into chaos. Updates: Every Friday Moonlit Dawn updates a page ahead on the official website: www.moonlitdawncomic.com', False, True) -add('MorphE', 'http://morphe.thewebcomic.com/comics/', u'Updates Tuesday, Thursday and Saturday at 7am EST. After their rescue from a madwoman\'s hellish subterranean caverns, five humans have their eyes opened to the dark truth lurking under normal society. A "benefactor" takes them in, but he\'s a cold-blooded killer with a deadly fixation on the new mages. In a world of magic, mages, and far creeper creatures, can he be trusted? Can anyone? Warning: morphE is a kinetic novel slightly animated in flash. It involves themes of brutal violence, sexuality (gay, straight, and other), and much cruelty. If dark or adult content offends you, this may not be your cup of tea.', False, True) -add('Mortifer', 'http://mortifer.smackjeeves.com/comics/', u"This comic has been completed! RATED WEB14 and up for gore and foul language! A mercenary team compiled of three men, Valentine, the asian prostitute obsessed with money, Mathew, a bloodlusting vampire with an anger problem, and Joey, an intellegent, but very odd, mercenary who always smiles. Things go well, until the presidency of the mercenary company is handed over to Joey, after mysterious death's of his competitors. Things slowly begin to get dangerous... and people's secrets begin to get exposed. Is Joey actually planning good things for the company... or something much more horrible?", False, True) -add('MrFactory', 'http://mrfactory.smackjeeves.com/comics/', u"Dee Bananahead is the coolest gangstah in da hood. Burglarizing 50 banks in 1 night? NO PROBLEM. But when she makes an outrageous promise to blow up the factory that everyone in the city hates, things start getting complicated. Updates, like, everyday. Unless it doesn't. But it typically does.", False, True) -add('MyBoyfriendisaMobBoss', 'http://mbmb.smackjeeves.com/comics/', u"Jace Indoveri gets asked out by one of the most well known and liked people at his college, Xander Aio. Taken by surprise by this confession, Jace accepts and begins to date him. By spending more and more time with Xander, Jace finds out a really outrageous secret, Xander is the head of the most powerful Mob circuits around. But that shouldn't get in the way of their relationship would it?? Reads RIGHT TO LEFT Is a yaoi! and will contain intimacy. So be fair warned!! Also contains: some bad language and Violence in certain situations.", True, True) -add('MyFakeHeart', 'http://myfakeheart.smackjeeves.com/comics/', u"A tale of unending confusion, aggravation, adoration, and exclamation. Amanda's best friend just got dumped. How else to win her ex back than by pretending to date Amanda? Meanwhile, playboy of the school Zach has discovered he's rather bored toying with all the girls who fawn over him. After kissing Amanda's brother Leonard on a dare, he decides to do some follow up; he wants to know if he is so hot a guy would fall for him. Luckily for him, Leonard's already interested in his gender. Less work for Zach! In case you can't tell, it's full of gay kids. There's like, three straight kids total. If that doesn't float your boat, don't rock mine.", False, False) -add('MySistertheDragon', 'http://sisterdragon.smackjeeves.com/comics/', u'A boy finds an egg in the woods, and he and the dragon that hatches from it are raised as brother and sister. Hijinks ensue, including but not limited to the wacky variety.', False, True) -add('MySparklingPrincesama', 'http://kiraouji.smackjeeves.com/comics/', u'Before you start... THIS MANGA IS READ FROM RIGHT TO LEFT! ------------------- \u79c1\u306e\u30ad\u30e9\u30ad\u30e9\u306e\u738b\u5b50\u69d8 \u2665 (My Sparkling Prince-sama \u2665) While Hanami was at the beach during one summer vacation, she met a boy who was making a pendant by the seaside. After he left she found a pendant with a name tag. When she went back to high school the following year, Hanami joined the Jewellery Club, and to her surprise, the president of the club was the student council president, who was a complete... nerd. ------------------- Genre:: SHOUJO, shoujo and more shoujo <_<... (you can tell from that lame title...)', False, True) -add('MyStereoBot', 'http://mystereobot.smackjeeves.com/comics/', u'In the city of Voxen Tin, Infinity, an odd looking stereohead, tries to live his life as best as he can, along with his partner, Cloudburn,and his cousin, Ohm Follow up on more MSB Goodies on mystereobot.tumblr.com', False, True) -add('MyTrollLife', 'http://mytrolllife.smackjeeves.com/comics/', u"This is a webcomic with rage comics surrounding real events in my life. NOTE: these comics are for jokes and laughs and should not be judged (but if you wanna still bitch then why are you here in the first place, you knew what you were gonna expect in the tittle's picture) UPDATES: ***Normal Schedule: Once A Week or Once Every Second Week (depending on schedule)***", False, True) -add('MyTwoCentsPlusTax', 'http://mtcpt.smackjeeves.com/comics/', u'In the modern world there are many evils out there. Super villains who want to destroy the world, Evil masterminds with plans for revenge, and bad dudes who go around not paying their taxes. It is up to Sanders, Jock, and Payton, three tax collectors, to bring these evil fiends to justice! Contains: [Cartoon Violence.]', False, True) -add('MysticanDreams', 'http://mysticandreams.smackjeeves.com/comics/', u'A story about a war torn country lead by the Golden Raced Echo and her insane father who happen to clash against the Silver Raced queen and her plot to take over the entire country of Mystica. (Yuri)', False, True) -add('MythsofUnovaAWhiteNuzlockeRunHardMode', 'http://mythsofunova.smackjeeves.com/comics/', u'Sort of a sequel of my Diamond Nuzlocke Run! You can read the previous nuzlocke comics here: http://ky-nim.deviantart.com/gallery/28245977 Different region, different characters...or are they so different from the first? See how Nina and her two best friends set out on an adventure that may be more life-changing then they initially had wanted...', False, True) -add('NIK', 'http://nik.smackjeeves.com/comics/', u"The Character: Nikolai is a young mage who shows great potential. He is able to wield magic without using his hands or chanting words by using the light magic he has webbed around him at all times. The Plot: The world has forever been balanced between good and evil. Each mortal lying somewhere between the two extremes. Now that a new mage has taken over the council, the light beings have a burst of power which breaks the balance they have with the dark beings of the world. And they aren't willing to keep the balance, no, the mage council decides to use this power for all they can and wipe out every ounce of dark-energy in their section of the world... This balance being broken can change many things. The mortals are directly influenced by the energies! But wouldn't a world of pure light magic be a good thing? ... (This is a BL, yaoi, shounen ai, boy-love comic. With some Hetero.)", False, True) -add('Nah', 'http://thecomicformerlyknownasgenlab.smackjeeves.com/comics/', u"I don't like doing things I really dont like doing things i give up i ggive the fucck U P", False, True) -add('Negligence', 'http://negligence.smackjeeves.com/comics/', u"Two kids, a bottle of mouthwash, and an almost non-existent parental figure. What could possibly go wrong, besides cult families, twisted public television shows, a baby's death, and a pseudo-incestuous relationship? Welcome to Negligence, a crazy journey.", False, True) -#add('NekotheKitty', 'http://www.nekothekitty.net/comics/', u"Such a sweet little sociopath. Yes he is, yes he IS! D'awwww", False, True) -add('NeoCrystalAdventures', 'http://neocrystaladventures.smackjeeves.com/comics/', u'My best, and longest lasting attempt at a sprite comic! Has a mix of things, ideas, and characters in it! All put into a dramatic/romantic/comedy setting! Currently numbering at 1200+ comics and still going strong, this comic is updated daily if at all possible! Enjoy your stay, and have fun reading!', False, True) -add('NeonGlow', 'http://neonglow.smackjeeves.com/comics/', u"Animals that are exposed to a special nuclear radiation and die become what is called a neon. Neons are a phantom/zombie creatures that can be dangerous. It's up to Zedof and Jake to hunt them down to keep them from harming the public. May have some light boy love, but it is not the main focus of the comic.", False, True) -add('NevertheHero', 'http://neverthehero.smackjeeves.com/comics/', u"Far in the future, select humans can sometimes turn into 'white-eyes'. These white-eyes have powers and endurance far beyond what modern science can explain. This is the story of what happens when a couple of jerks get these powers. Updates Mondays and Fridays. Contains language, violence, and some gore.", False, True) -add('Nexus', 'http://nexus.smackjeeves.com/comics/', u'Magical girls and monsters abound! Updates Fridays!', False, True) -add('NiceKitty', 'http://nicekitty.smackjeeves.com/comics/', u"UPDATES TUESDAY, THURSDAY,and SATURDAY! About Nice Kitty: It is the touching coming of age story of a young boy and his cuddly feline companion, trying to find love and acceptance in a world fraught with peril and harsh realities. Will the mysterious new friend they meet one fateful day be able to answer the call of their lonely hearts, and bring some life and color to their otherwise blue and lonely world? You'll laugh, you'll cry, you'll pray for it to stop, but It won't because you can't stop the rock and why are you still reading this? You came to read the comic so READ already. This drivel certainly won't help you understand the story any better. Get going! And just remember: Be nice to your kitty, and he'll be NICE to you..........", False, False) -add('NighHeavenandHell', 'http://nighheavenandhell.smackjeeves.com/comics/', u'A grudge as old as mankind. Three travelers entwined by fate. This road, once travelled, can never be undone. Between damnation & salvation, you find the truth hidden by God, Nigh Heaven & Hell. //Updates Every Friday//', False, True) -add('NightSpace', 'http://nightspace.smackjeeves.com/comics/', u'The adventures of a ragtag group of aliens, (including a rebellious king, a rather rude diplomat, a mute royal mage, a grumpy yet kind of sassy royal advisor, a very optimistic servant, a very short ex-assassin, a mentally unstable police consultant who is the last of his kind, another police consultant who is less mentally unstable, and a few different pilots), as they try to stop a mysterious group from taking over their little section of space. Updates Fridays~ Please ignore the art at the beginning! I promise it gets better.', False, True) -add('NihilWandasJourney', 'http://nihil.smackjeeves.com/comics/', u'I did this comic in coorperation with a friend of mine. Drawings, idea, characters and translation [The originalversion is in German] are all my fault. Wanda strongly believes she is a princess and wants to prove it, since most people just do not want to pay tribute to her. Together with Avis, a wood imp who accompanies her out of pity, Wanda embarks on a journey to the Garucian Mountains to see the mighty wizard Hon-ar, whom she expects to trace her [as she believes] lost, royal parents. Unfortunately it turns out that the world has other plans for the young woman.', False, True) -add('NissiesDragonPrincess', 'http://drgnprincess.smackjeeves.com/comics/', u'Raleigh and Zane are a pair of mercenaries off to save Princess Mina from a terrible curse. However, the three will learn about themselves and the true nature of the curse in their travels together.', False, True) -add('NixsFireRedNuzlocke', 'http://nixnuzlocke.smackjeeves.com/comics/', u"Join Nix across the hell that is Kanto and all its Pokemon, specifically the poison types. oh god, the poison types... Mostly Basic rules: 1)Pokemon faints, it dies. 2)Can only catch the first pokemon on a route -If it's a duplicate you may retry -Exceptions include shinies and gift pokemon -No catching Legendaries -Each area in the safari zone counts individually", False, True) -add('NoEnd', 'http://no-end.smackjeeves.com/comics/', u'No End is a weekly updating webcomic about a group of people trying to survive and make lives for themselves in a cold, post-apocalyptic world ravaged by hordes of undead. LGBT+ themes, content warning for occasional blood, gore, violence and strong language. Updates every Sunday! Tumblr at http://noendcomic.tumblr.com', False, True) -add('NobleHeartsHiruandMerroug', 'http://hiruandmerroug.smackjeeves.com/comics/', u'', True, True) -add('NormalcyisforWimps', 'http://normalcyisforwimps.smackjeeves.com/comics/', u"Sonic and Tails have gotten bored of living away from civilazation and have decided to move to Onette, at least that's what Sonic decided. Warning: Contains Demonic landlords, magic, insanity, and something else I can't think of right now.", False, True) -add('NotyoursamI', 'http://notyoursami.smackjeeves.com/comics/', u'Lyle\u2019s secret affection towards his twin sister\u2019s boyfriend, Kaden, is near the point of no return. The years of suppression and unrewarded sacrifices eventually molded him into a vulnerable man of conflictions. Just as when he thought all hope was lost, however, an opportunity to get much closer to Kaden during his sister\u2019s absence turns up. For Lyle, any such opportunity is gold, even if it means losing his own identity. After all, it is a sin he can enjoy only until her return. But when she does, what would truly become of Lyle? At the end of it all, who does Lyle really need, his beloved sister or his forbidden lover? "Not Yours, Am I?" is an original Yaoi / BL practice comic by Cinnamon Rub/Scottwm. It was first published online in September 2009. A revamped version of the first 5 chapters was compiled in one volume and was published in print in April 2014. -READ FROM RIGHT TO LEFT-', True, True) -add('ObsidianHeart', 'http://obsidianheart.smackjeeves.com/comics/', u'Micah is the only survivor of his country Atedon after a bloody war. He is now out to seek revenge on the ones who have killed his friends and family. But perhaps this task is too heavy for one simple tribal boy, and he has to accept help from a suspiciously friendly stranger.', False, True) -add('October20th', 'http://www.october20comic.com/comics/', u'10 years ago, on October the 20th, 6 people from different parts of the globe were each responsible to taking an innocent life. Every anniversary following it, they have been stalked and hunted by a mysterious creature that only shows itself on the infamous date. Only the American called Catherine and the Argentinian called Rai are left. Is this the year they finally discover the truth about the curse that has taken everything from them, and find a way to stop the relentless beast? And who is the shadowy figure oddly called Shields McKloskey, who seems to hold all the answers?', False, True) -add('OddContact', 'http://oddcontact.smackjeeves.com/comics/', u"I looked the old version and I felt like redrawing. (not remaking) This version 'll be only shounen-ai. ---------------------- It's a story about a demon and an angel. (BL) Leonard have a peaceful life. One day his village was destroyed, and he was captured and taken far away from his homeland. In his luck or unluck an angel saved him. In return he had to join as the angel's servant. The only problem Leonard never learnt magic.... Would they fail, because the little demon is too recalcitrant and willful?", False, True) -add('OddPlaceOddTime', 'http://oddplaceoddtime.smackjeeves.com/comics/', u'Far away in a land no one knows//Way beyond where the mutant grass grows//A place reeking of familiarity//Where fiction smells better than reality//Every second an odd mishap//Fall deeper into our surreal trap//Come on by and sit for a spell//Cast by a witch who tells a tale//We\u2019ve probably never heard before//And we\u2019ll never want to hear once more.', False, True) -add('Ohman', 'http://ohman.smackjeeves.com/comics/', u'A simple, manga styled action and comedy webcomic. Join the plain, slow witted high schooler Stein Kovas with limitless power in his not so plain adventure through the energy filled world with LEMON. Updates Chapters! (around 9 pages+) Weekly on Saturdays reads left to right other releases on other days on this site are to spreadddddd da word', False, True) -add('OldElastikid', 'http://oldelastikid.smackjeeves.com/comics/', u'These are all of the old Elastikid comics from prior to February, 2011. This was before Joe decided to become a superhero, and consists mostly of gag-a-day jokes with no real overall storyline. The tone of the series was rather different, so rather than continue on this comic, I decided to release all of the new strips as a "sequel" comic continuing in the same continuity. You can read the current Elastikid strips at http://elastikid.smackjeeves.com/ which is still being updated.', False, True) -add('OneFrameGags', 'http://oneframegags.smackjeeves.com/comics/', u'One panel (and occasionally two or more) gag cartoons featuring no main characters.', False, True) -add('OneRainyDay', 'http://one-rainy-day.smackjeeves.com/comics/', u'Basically a BL story like "the prince and the pauper" No sex scenes (at least not for a hundred pages or so) Mostly a cute story about a developing relationship Aki was abandoned when he was eight, for ten years he\'s lived on the streets with nothing but his wits and strength to support him. Needless to say he is unhappy. But one day he runs into some one who looks exactly like him! This mysterious boy named Ryuuta turns out to be the young master of a large corporation who just wants to be free and discover himself. Aki and this Ryuuta trade lives for the summer and Aki\'s doing fine in his new life until his identity is discovered by the Ryuuta\'s intimidating body guard named Kaidou. Can a love bloom between a stoic individual and a street rat?', True, True) -add('Onlyonelovesong', 'http://onlyonelovesong.smackjeeves.com/comics/', u"[available as a paperback on Indyplanet with a few extra spicy pages, revamped dialogue and prettier speech bubble arrangement!] A spoiled, frustrated and capricious rock star accidentally meets a common girl seemingly imprevious to his charm. Hiding his true identity from her, he selfishly decides to make her fall in love with him. But as he gets to know her better he finds himself falling instead. Only, there's a secret in her past keeping her heart locked away... [story specs: BOY x GIRL romance, mostly comedy, some heavy drama, censored swearing, occasional gratuitous male fanservice] [tech: b&w pages, color covers,hand-drawn&inked then photoscreentoneshopped to death]", False, True) -add('OperationTheater', 'http://operation-theater.smackjeeves.com/comics/', u'"It\'s only Paranoia if I\'m wrong. I can handle being wrong, but if I\'m right I\'m screwed!" Bastian Weber is a weird geeky jitterbug, a punching bag for everyone, but his life turned upside down when he met Izrael and Claudius, two strange guys who are living at his attic... [CONTAINS BL/GL, sexual confusions, comedy, drama, gore, horror, blood, some bondage, crazy people and lots of shit XD] So if you like weird people, unprecedented fights, Nerds/Geeks, friendship and a hero who gets mortally injured on a daily basis, get some snacks and look forward to "Operation Theater"! P.s. - I\'m pretty bad at sticking with genres, so this is supposed to be a bloody comedy with added drama and lot\'s of gay jokes :I P.p.s. - It\'s not porn', False, True) -add('OriginBook1Codearth', 'http://theoriginbooks.smackjeeves.com/comics/', u'A thousand or so years in the future, humanity rests in the palms of two companies. Unknowingly living in a world that could easily collapse and an outside world of vast nothingness. From here we shall mainly focus on two young people; Code Chestock and Dominic Eode as they shift through the world learning its secrets. I try to update every Friday through Sunday (mostly Friday) and maybe on some other random day, because why not? basically I update whenever I finish a page. So if that means updating everyday, twice a day, or after a long period of time, let it happen. I will take helpful critique for this comic as well, because I know it needs a lot of work.', False, True) -add('OurTimeinEden', 'http://ourtimeineden.smackjeeves.com/comics/', u'A story of lost innocence, lost direction and lost hope. Words by Gibson Twist Pictures by Ben Steeves (Dangerface)', False, True) -add('Outbreak', 'http://xoutbreak.smackjeeves.com/comics/', u"On a rainy night, two boys escape from a mysterious laboratory in the middle of the woods. After being separated, they are both scooped up into the arms of kind individuals who begin to teach them that the world isn't only made up of pain. But things start to go a bit crazy as an outbreak of super-human abilities begins to follow them where ever they go. These events begin to cause a chain reaction that spirals out of control. Can it be stopped? Or will it be too late...? [This is a Boys Love story. Updates on Fridays.]", False, True) -add('OutofKey', 'http://outofkey.smackjeeves.com/comics/', u"When Teal needs to change electives, she joins a choir that's just as out of place as she is. Currently updates T & Th", False, True) -add('OverSync', 'http://linearperspective.smackjeeves.com/comics/', u'Oversync is a comic about a young girl who stumbles into another world. Jacqueline dives into the world of Arcadia but soon finds herself tangled in a mess of secrets and conflicts. Can she punch her way out of this mess or will these battles prove to be surprisingly fist proof. A silly web comic focused on character interactions and exploring a fantasy world filled with curious things. New Pages every tuesday, wednesday, and thursday!', False, True) -add('PMDExplorersofHeart', 'http://pmd-explorers-of-heart.smackjeeves.com/comics/', u"The world is in complete chaos. The legendary dragons Reshiram and Zekrom have begun to lash out for no particular reason, causing agitation and fury to sweep through pokemon one by one. Mystery Dungeons keep opening up, and, as more pokemon become agitated and blind with anger, more rescue teams are popping up all over the region. Erika, a young Vulpix, can't remember a thing from her past, besides two things; one is her name, the other, the fact that she was a human. All she wants is to figure out about her past and possibly return home. With the help of an Oshawott named Zeke, the two form a rescue team, hoping that eventually they will find the cause of her turning into a pokemon. UPDATES - Whenever", False, True) -add('PMDTeamFirefox', 'http://pmdteamfirefox.smackjeeves.com/comics/', u"What happens when you turn into a pokemon, forget everything, and lay unconsciously on the beach? Go save the world from time freezing, obviously! Well that's just what Team FireFox is going to do! It's a pokemon mystery dungeon sky gijinka comics :3 Oh yeah, art gradually gets better. Grammar? Not so much.", False, True) -add('PMDVictoryFire', 'http://victoryfire.smackjeeves.com/comics/', u"Sometimes the most interesting stories come from the strangest places. Victory Fire starts off as most Mystery Dungeon comics do, a human comes to the pokemon world. But THAT'S where the similarities end.... New pages are posted on Tuesdays and Fridays, please check back :) **Broken images? SmackJeeves servers playing up? VF is mirrored on sulfurbunny.deviantart.com **", False, True) -add('PRAGUERACE', 'http://praguerace.smackjeeves.com/comics/', u'PRace is a story about friendship and adventure. Author is Petra Erika Nordlund, also known as LEPPU and her other artwork can be found from tumblr and deviantart with the same nickname. email for contact is petra.nordlund at gmail.com', False, True) -add('PTO', 'http://pto.smackjeeves.com/comics/', u'"I just want to feel loved" The year is 2374 in the future. What is going to happen, when a gang of useless men adopt an adorable living doll? Well, a lot of drama and heartbreaks, that\'s for sure. ---- UPDATED EVERY DAY! Includes sex, nudity and a bit of violence. Check out also (http://ptobonus.smackjeeves.com/)', True, False) -add('Pahantekija', 'http://pahantekija.smackjeeves.com/comics/', u'When vampires killing humans is an everyday occurrence, one more death is barely worth mentioning. In one village, though, people seem to be a bit too willing to dismiss it, and Ausra the novice decides to find out why. However, her obstinacy backfires and before long she finds herself in a rather life-threatening company. Contains gore, violence and other shady stuff. Be prepared.', False, True) -add('Panacea', 'http://panacea.smackjeeves.com/comics/', u"Caelen is part shapeshifter but his dual heritage becomes a curse when he learns his unstable body is slowly deteriorating. Life seems pretty miserable and pointless. With no faith in himself and even less faith in others he has very much sunken into pitiful state. After hitting his lowest point, landing in the streets with nowhere to be, he manages to catch the attention of a stranger. Will Sairys' compassion and cheerful attitude be enough to break through the barriers Caelen manage to erect around himself? *~*~*~*~*~*~*~*~*~*~*~*~*~*~ Boy Love Warning! Hopefully I'll manage to update once a week. You can expect new pages on Mondays and Thursdays... usually, unless something comes up and I can't make the deadline.", True, False) -add('PantsParty', 'http://partypants.smackjeeves.com/comics/', u"This is the Pants Party! Its a Party With Pants. Three friends live and stink up the Lab of famous Dr. Light, will their shenanigans get them into trouble? or will Z just give Dr. Light a raging boner? Find out at the PANTS PARTY Updates usually whenever. The Pants Party Hosts- Boh - Supreme Commander in Chief (Also known as the God King) The Magnificent Z - The Magnificent Gatamigo - Vice President Joe Biden. If you wanna vote for the Pants Party, just give me a message, you just might get a cameo. Probably a better one than Gata too. Hey, you can't lose right? Vote Pants Party. Edit: But I'm an author now so how the fuck could they get a better cameo than me -Vice President Gata Edit Edit: Because even though you're an author, you're still lowest on the totem pole. - Supreme Commander in Chief Boh. Edit Edit Edit: And I'm sandwiched in between you two. ~Z Edit Edit Edit Edit: Phrasing! Boom! - Boh The Host.", False, True) -add('PanzerDragonandEnigmaCompleteEdition', 'http://panzerdragonandenigma.smackjeeves.com/comics/', u'Panzer Dragon and Enigma: Complete Edition contains all of the comics from the first incarnation of the Panzer Dragon and Enigma Saga. The archives were fully completed as of March 20, 2012. For the current incarnation of the story, head to the following address: http://pdezwei.smackjeeves.com The current incarnation, Panzer Dragon and Enigma Zwei, updates every Monday, Thursday, and Saturday.', False, True) -add('Paradox', 'http://paradoxcomic.smackjeeves.com/comics/', u'Taken as prisoners of war, Dake and Tommy are sold as slaves, one to a wealthy but kind woman, the other to a man of unknown species who has a very bad habit of eating people. Forced to endure the horrors of war, racism, homophobia, and the occasional molestation, can these two opposites somehow attract? Contains sexual situations, violence, drug use and probably many other bad things.', True, True) -add('Paripety', 'http://paripety.smackjeeves.com/comics/', u'Summary: While the flesh is deceitful, the soul holds the image of our true selves. Only under some circumstances do those soul images break through the barrier of flesh \u2013 and in Leif\u2019s case, as a grotesque, wolf-like horror with an insatiable hunger. But there is a legend of an entity able to cure the soul; changing the soul image from a spidered ribs and empty frames to a soul image of light and warmth. And after his curse causes a disaster which he can never take back, Leif must go on his journey to find it. Please follow my tumblr blog for this manga if you want to get update notices, sketches, and other things~ ^^ Also, you can use that to message me about whatever~ Please come talk to me! =D http://mushkikizou-chan-manga.tumblr.com/', False, True) -add('Pause', 'http://pause.smackjeeves.com/comics/', u'"Pause" is a light story about a boy, Yoshiro Koizumi, who can freeze time whenever he wants to. When he suddenly meets a girl who is unaffected by his time-freezing powers, his peaceful high school life is thrown into chaos as she discovers his dark secrets which Yoshiro only shows when time is frozen. -Updates every 3-4 days.', False, True) -add('PencilviewUpdatesMondayscough', 'http://pencilview.smackjeeves.com/comics/', u"If you've never seen someone sleep in a toaster, dress themselves as a candle (by setting their head on fire), or get bitten by a crayon, then you haven't met Percy. And if you like calling people short and are still breathing, you haven't met Bill. Feel the need to remedy this situation? Then read the adventures and silliness that is Pencil View. Remember, laughter is good for your health.", False, True) -add('Perinto', 'http://perinto.smackjeeves.com/comics/', u'Serkukset Kati ja Hilla eiv\xe4t tule toimeen kesken\xe4\xe4n. Kuitenkin he joutuvat mummunsa hautajaisten j\xe4lkeisen\xe4 p\xe4iv\xe4n\xe4 kohtaamaan yhdess\xe4 kummallisen perint\xf6esineen tuomat vaikeudet. Selviyty\xe4kseen Katin ja Hillan on m\xe4\xe4r\xe4 tehd\xe4 yhteisty\xf6t\xe4, mutta onnistuuko heilt\xe4 yhteisty\xf6 vai k\xe4\xe4nt\xe4v\xe4tk\xf6 tyt\xf6t toisilleen selk\xe4ns\xe4 h\xe4d\xe4n hetkell\xe4?', False, True) -add('PerplexingMagnoliaDisruption', 'http://smgpmd.smackjeeves.com/comics/', u"Perplexing Magnolia Disruption is a serious comic filled with love, hate, drama, and... Who are we kidding, it's a Team SMG Pokemon Comic. Don't expect this to be serious at all. COMIC COMPLETED. The sequel can be found here: http://www.smackjeeves.com/comicprofile.php?id=118656", False, True) -add('PeterPan', 'http://peterpan.smackjeeves.com/comics/', u"An adaptation of the classic children's story Peter Pan. Closely following J.M. Barrie's original story, come follow the adventures of Peter and the Darling children in Neverland! If you've never read the book, here's your chance to experience the real story! If you have, and enjoyed it, then this is the comic for you! Updates Sundays and Wednesdays!", False, True) -add('Phantomland', 'http://phantomland.smackjeeves.com/comics/', u"UPDATES ON THURSDAYS Santa Luison is a large city that employs it's strange minority of subhumans at a crime fighting organization. Introduce Chie: a fresh little rookie who receives her training from the baddest, meanest veteran officer around. Phantomland started as a self-published print comic back in 2009 and is now getting it's online debut at Smackjeeves.", False, True) -add('PhotoShootnarusasuDoujinshi', 'http://photoshootnarusasu.smackjeeves.com/comics/', u"NaruxSasu Doujinshi Sometimes the person you fall in love with is the last person you'd expect. Naruto never thought he'd fall for Sasuke; will having to work together change his mind?", True, True) -add('PlasticKings', 'http://plastickings.smackjeeves.com/comics/', u"A young king and his rock n' roll queen must give up their party-animal ways and beg the gods for help when their newborn son falls ill. However, this is only the first of many problems facing the kingdom and the gods who watch over it. Updates Mon-Fri", False, True) -add('PlatonicBoyfriends', 'http://platonicboyfriends.smackjeeves.com/comics/', u"All Sydney Simon wanted was some quiet so he could read and study-- instead he ends up stuck with a professional slacker and their odd variety of friends who just won't leave him be", False, True) -add('PlayTime', 'http://dollysplaytime.smackjeeves.com/comics/', u'Megumi was just a timid high school girl trying to cope with life until the day a magic ribbon came into her life and a new hero was born!', False, True) -add('Plotlessnesses', 'http://plotlessnesses.smackjeeves.com/comics/', u'A comic about willows and everything else. Read Filler House, if you dare: http://www.smackjeeves.com/comicprofile.php?id=40140', False, True) -add('PokeVenturous', 'http://pokeventuras.smackjeeves.com/comics/', u"It will all be mine power so divine it's my destiny Team Rocket, it's my destiny Follows the adventures of the trainer Lea who is also a psychic and stuck working for team Rocket, as they fight other corporations for a piece of the global market. Disclaimer: This story uses pokemon from every generation. You have been warned Also Pokemon is a Trademark of Nintendo", False, True) -add('PokemonBeta', 'http://pokemonbeta.smackjeeves.com/comics/', u'The Trygon facility was made to create better Pok\xe9mon that can survive in their world, as species over the years have been dying out. Rymadanas, the head of the Red tower, desire Pok\xe9mon to become equals, with no weaknesses or be disadvantaged. Pok\xe9mon are recruited into the facilities by force if they lack the necessary amount of specimen. The Trygon capture Pokemon and genetically experiment on them, and even themselves to achieve their goals. Those captured unwillingly are wiped of their memories, forcing them to obey without question. Some regions had seen the only way out is to urge their residents to undergo experimentation to keep families from being separated, and body counts low. Opposition to the Trygon Organization has reached an all time pitfall. Only few pieces of land are still free of the shadow cast from the buildings. Is risky science the way to salvation? What is the root cause of Pokemon to be dying out? Unbeknownst to a Totodile, he would find the answers to everything...', False, True) -add('PokemonCrystalDoubleNuzlockeChallenge', 'http://miinuzlocke.smackjeeves.com/comics/', u"Another Nuzlocke Challenge, Pokemon Crystal Version :D. Note: English is not my main language :B, so you're free to correct me anytime.", False, True) -add('PokemonGleamingCrystal', 'http://gleamingcrystal.smackjeeves.com/comics/', u'A pokemon sprite comic by ShadowEmerl about 3 schmucks who explore the Johto region. Characters and story by ShadowEmerl, Lady Darkrina and Skweeman Rated [T]: Excessive Coarse Language Updates:', False, True) -add('PokemonLANDSKY', 'http://www.landxsky.com/comics/', u'LAND//SKY follows the adventures of seventeen year old twins Xander and Lexi as they leave their hometown in the Hoenn region to travel and to see what the world of Pokemon has to offer. Story by Sky King Artwork by Freedomthai', False, True) -add('PokemonMysteryDungeonTeamCrystal', 'http://crystalmysterydungeon.smackjeeves.com/comics/', u"Just a little something I wanted to try as a result of playing pkmn mystery dungeon games a lot. Will have a bit of everything category wise :) Will up the rating to M if it calls for it..but hopefully it won't. It IS rated T for language though! Updated whenever I can!", False, True) -add('PokemonParallel', 'http://pokemon-parallel.smackjeeves.com/comics/', u"Parallel... After the when humans vanished hundred years ago, used to fighting battles the Pokemon that once were owned are on a verge of killing themselves off... However a secret threat emerges that is about to change what is horrible to something nightmarish. What happened? What happened to the world of Pokemon and Humans? Can it ever be restored? See through the eyes of a Latios and figure out his mystery and story. Travel with a group of Poke'mon that each have their own personal journeys to make in order to fix their pasts. Discover a world of Poke'mon in a way you never imagined. And the sacrifices one has to take to understand what it means to forgive and live on. ~~~~~~~~~~~ A Pokemon Story by Lavender Okamari Adventure, Mystery, Some Romance ... but basically SERIOUS stuff - (i don't know about funny, whenever i try to make a joke it turns out not to be funny at all... but i will try.) Warning: Might contain language, violence (blood etc.) -- Updates will be slow-- Read from Left to Right.", False, True) -add('PokemonSAKOHJU', 'http://sakohju.smackjeeves.com/comics/', u"Different adventures kick off with different characters in different parts of the Pokemon world! There's darkness in the Pokearth, and it's not just Team Plasma. A group by the name of Team Midnight is on the rise. However, their biggest obstacle appears when the protoganists come together to form SAKOHJU, an organization dedicated to ridding the Pokemon world of evil. As the fight rages, it's unclear how many will make it out alive, as it all comes down to SAKOHJU vs. Team Midnight... ____________________ I started this comic a couple years ago so some parts of it (beginning especially) aren't all that good. It's become more of a sketch comic and it's a learning experience for me, I improve and as my first project I'm seeing this thing to the end no matter what. I also have lots of characters based off real people. I will say that now. Also breaks the fourth wall. A LOT. Pokemon (c) Nintendo", False, True) -add('PokemonnoRakuen', 'http://pokemon-no-rakuen.smackjeeves.com/comics/', u"Summery- Gray has NEVER had a single girlfriend in his 17 years of life. His mother gets him a Totodile and then weird things happen... The Totodile becomes a human! What's going on?! Will going on a Pokemon journey give Gray the answers to his questions? Why did the Totodile become a human? What does Gray's father have to do with any of this? Will Gray EVER get a girlfriend? (Unlikely) Read to find out For ages 13 and up Warning- May contain death, blood and Implications", False, True) -add('Ponzi', 'http://ponzi.smackjeeves.com/comics/', u"About: It's a new beginning, a new age and a new world where people enjoy advanced industrial games, technology and entertainment. At this moment, after a mysterious broadcast, the world media has launched a new tournament called N.E.O.SIN. The prize for this competition is unlike any other, the winners will receive an evolutionary enhancement of their body. This enhancement will improve their physical and mental capacity as a human being. Ever dream of super speed, super vision or any other kind of supernatural enhancement? Who will win the key to the evolution of the human race? (You can read more info on the official site: www.pigtailstudio.com )", False, True) -add('PrettyMouth', 'http://prettymouth.smackjeeves.com/comics/', u'Evan is not a monster, he just has a few extra mouths. After what was supposed to be a one night stand with Rizo, a real monster, Evan finds things difficult to break off. Rizo just might be able to undo Evan\u2019s curse. With a monster in the woods, witches in the shadows, and a laughing mouth without a body, Evan needs to decide if it\u2019s even worth putting aside prejudice. http://www.prettymouthcomic.com/', False, True) -add('PrincessChroma', 'http://princesschroma.smackjeeves.com/comics/', u"As darkness threatens to engulf all life, the universe cries out for a champion with a pure heart. But they'll have to settle for schoolgirl June Summer. With the help of her friends and her mentor, a winged bunny, June will battle monsters, struggle to maintain a normal school life, and occasionally watch television. Hey, even heroines need a little downtime. -A Magical Girl Parody. Updates Wednesdays!", False, True) -add('ProfessorDolphinpresentsPokemon', 'http://pdpp.smackjeeves.com/comics/', u'', False, True) -add('ProjectCAPLimit', 'http://imagecap.smackjeeves.com/comics/', u'Have you ever wanted to see me post comics on YOUR computer screen, with some authors you may all know? THIS IS PROJECT CAP LIMIT! A new comic featuring the works of authors Cascade and Alienoid. A comic filled with adventure, stupidity, robots, definitely robots, and occasionally humor! Updates whenever we come up with clever material.', False, True) -add('Puck', 'http://puck.smackjeeves.com/comics/', u'This site is the Smackjeeves mirror site for Puck where older comics are posted. The actual Puck website contains the latest content at... WWW.PUCKCOMICS.COM', False, True) -add('PulseandBolt', 'http://pulse-bolt.smackjeeves.com/comics/', u'Two female human batteries become armored superheroes.', False, True) -add('PumpkinFlower', 'http://pumpkinflower.smackjeeves.com/comics/', u"CONTAINS: BL When being stalked by an amnesiatic ghost is the best thing going for you there may be a problem. Now if only the ghost could understand the term 'personal space.' FINISHED", False, True) -add('PurpureaNoxa', 'http://purpureanoxa.smackjeeves.com/comics/', u'A VAMPIRE YAOI BOYS LOVE BL web comic set in Italy between the cities of Lucca and Pisa (Tuscany) based on the story of our RPG (Role Play Game). We thought that it could be fun drawing the "misadventures" of our characters :)', True, True) -add('QueerQueen', 'http://queerqueen.smackjeeves.com/comics/', u"Queer Queen is a comedy shounen ai manga centred around Helium, a transvestite male student attending a boys' school, who falls in love with his own form-teacher. For this love is unrequited, he decides to ask out a fellow student to make his teacher jealous. Updated at least once a week.", False, True) -add('RANDOM', 'http://randomthecomic.smackjeeves.com/comics/', u"Is logic at the door? Well tell it to beat it! You won't need it for this series. RANDOM is about one thing, complete nonsense. Join Joe B. Gamble, Smart T. Guy, Iam 2. Cute, I-I and Speedo. Every comic teaches you a new idiom to use for yourself, except you will learn it in a very unorthodox way. With a cast that gets in your face and glues itself to it too, RANDOM is what it wants and when it wants. No plot, story or sense, just a lot of laughs and idioms; that is RANDOM.", False, True) -add('ROSIER', 'http://rosier.smackjeeves.com/comics/', u"[COMPLETED WORK] A Dark Fantasy Romance: Vanney is a ditzy acolyte at the Temple of the God of Wealth and spends her days daydreaming about adventures with her best friend Jaelia. When the Temple sends the two of them to escort a caravan to the mysterious, far-off border town of Shadow Charing Vanney's time for adventure has come. But her sunny imaginings have nothing to do with the shadowy world of witches, demons, magic and netherworlds her path takes her to...", False, True) -add('RainLGBT', 'http://rainlgbt.smackjeeves.com/comics/', u'Written by Jocelyn Samara DiDomenick (aka LittleLynn84) "Rain" is a comedy/drama that follows the daily life of teenage transsexual (who is coincidentally named Rain) attempting to go through her senior year being only identified as a woman. I\'d like for it to be very funny and entertaining, but the story will also touch on many rather heavy subjects including acceptance from family and piers, blind hatred and many of the other difficulties faced by members of the LGBT community. This comic contains: - Occasionally strong language - Sexual themes and situations (but no nudity) - Gay, lesbian, bi and transgendered (and straight) characters - Lousy or non-existent backgrounds', False, False) -add('RainxSasori', 'http://rainxsasori.smackjeeves.com/comics/', u"WARNING. The art is REALLY bad at first but it gets wayyyy better! Promise! :) This is my first comic so I'm trying new things with it. I'm experimenting and practicing all sorts of things like back grounds, shading and neatness. Horrible handwriting, that can't be helped sorry. BL. YAOI Sasori Mahitto, 19. College student from Japan (just moved to New York). Rain Westong, mid 20's. Demon, man whore. Their paths cross and Sasori's naiveness gets him into a lot of trouble with Rain. Somewhere along the lines of Sasori getting into trouble with Rain he ends up becoming his house maid? And is asked to do some. . .unmentionable things?... contains: a little nudity, foul language, alcohol, cigarettes, sex, demons, cute uke boys, and YAOI. :) Enjoy. :) Updates every Saturday at 7 AM. :) (Currently off schedule. Updates when I finish a page :))", True, True) -add('RareCandyTreatment', 'http://www.rarecandytreatment.com/comics/', u'A webcomic targetting the flaws and hypothetical situations in the Pok\xe9mon games. Ridiculing the trainers, mocking the various species, and overall making fun of a popular game we all hold very dear (author included).', False, True) -add('RavenWolf', 'http://ravenwolf.smackjeeves.com/comics/', u"Due to human negligence the world as we know it has ended and been reborn. The animal spirits that guide man giving them the forms of animals so that they would be able to survive in this new wilderness. Though now carrying the form of beasts man has not forgotten the place they once had, as an existence greater then just what nature wanted of them, an existence above all. Those that worked to gain their humanity are known as domestics, while those who wished to follow the roles the spirits had given them were known as wilds. Both groups grew arrogant and hateful of one another because of how differently they thought. The raven and the wolf spirits grew tired of the destruction and fighting and sided with the wilds in their ideals, the domestics only capable of further destroying nature. In their anger they marked a tribe of wilds with a curse, they being removed from the sacred circle of life, the curse upon them only broken once the domestics are gone once and for all. The cursed tribe now known to all by the name of the spirits whom cursed them. 'Raven Wolf' Updates: Wed, Fri and Sun", False, True) -add('Razor', 'http://razor-.smackjeeves.com/comics/', u"Alright with that friggin 'yaoi' comment on the banner, now I've got your attention! Haruka Ito (Chainsmoker, masochist) suffers from severe depression. His life is about sex, drugs, violence and hiding his scars. Every day he indulges in s&m with his best friend Sato, which not only bruises him on the outside but inside as well. Their friend, Kenzo, is very eager to get in Haruka's pants, but he seems to want more with Haruka than that. As Haruka's life only gets worse by every day, he injures himself repeatedly, attempts suicide, and who will save him? Warning Hardcore yaoi sex, some blood, a lot of cursing, and depressing things, rape, bondage Read at own risk! (Also the first 7 pages are too small/too big, but the rest are a decent size c:) UPDATES EVERY DAY (unless work totally gets in the way, and sometimes if you readers are all good boys and girls, I will double update because why not) OH and sequel: http://www.smackjeeves.com/comicprofile.php?id=144459", True, True) -add('RedVelvetRequiem', 'http://rvr.smackjeeves.com/comics/', u'Alexandra Carter lived with only one focus in life, loyalty to her lord and country. Unfortunately for her, other members of her country did not see it that way. Framed for murder and treason, she endured unspeakable tortures and waited for her time to strike. What will she find before the crawling darkness consumes her and the land? (contains violence, strong language, and adult situations)', False, True) -add('Regina', 'http://regina.smackjeeves.com/comics/', u"'Regina' is a sketch comic. It's a daily sketch challenge comic designed to get me to draw one comic page a day so I can stay in practice everyday. Also to practice page layouts and conversational writing. Regina was drawn using only with a black ball-point pen but now has tones, for a new look. The story of Regina is a slice of life about a girl named Regina and her random group of friends,where what ever happens, happens and I try to make it as interesting as possible. Updates: Daily", False, True) -add('ReidyandFriendsShowcase', 'http://reidynfriends.smackjeeves.com/comics/', u"A general showcase where pretty much anyone can post anything they want, barring porn. Maybe. Probably. We also try to be civil whenever possible, so don't go out of your way to piss people off. Other than that just sit back, relax, and enjoy the showcase. Anyways, you should have at least SOME experience spriting before applying to join, should you want to. We don't accept recolors and are very much against sprite thieves.", False, False) -add('RemoteAngel', 'http://remoteangel.smackjeeves.com/comics/', u"READ FROM LEFT TO RIGHT. Alice Desangi has been having this obscure dreams lately and leads to this demon, Rose, to attempt to kill her. She discovers that she's an angel of God. One of the children of light who God chooses in the world. Her deceased sister, Becky, gives her hints on dealing with the goodness and evils of the world. The mysteries behind Alice, her friends and enemies begin to unfold as the story goes on. Genre: Action, Comedy, Romance, Slice of life, Supernatural, Drama", False, True) -add('Replica', 'http://replica.smackjeeves.com/comics/', u'Edelric Helgard, a young Marquis, returns to the house of his childhood in order to save his family\u2019s lands from an epidemic. During his research, he encounters a foreign slave who looks disturbingly like his first love, his late half-brother. Thus begins a game of replicas mingling memories and reality. -Read from Left to Right -Boys Love -R-18 from chapter 2 onwards -Updates on Fridays', True, True) -add('Respectable', 'http://respectable.smackjeeves.com/comics/', u'Toby Barnes has everything he\'d ever hoped for. The good job, the gorgeous girlfriend, the whole respectable lifestyle. But there\'s thing he didn\'t count on: it\'s driving him crazy! Everything\'s too normal, and with his rocker friends trying to get him to be himself, he\'s finding he can\'t mesh the two opposing sides. Can he balance his sensible life with his true self, or has something got to give? Perhaps being "Respectable" is not all it promised...', True, True) -add('ReturntoEden', 'http://rte.smackjeeves.com/comics/', u"When you're the last angel remaining, being mistaken for Satan's lunch is *not* going to make things easier.... (may contain fun stuff like angels, demons, complete disregard for the bible, crazy people and bare butts, sometimes bare-butted crazy people. Add a hint of BL, and you've been warned)", False, True) -add('RiversideExtras', 'http://www.riversidecomics.co/comics/', u'In Riverside, WA, year 1919, there lives a woman with no known surviving family and no history on file. She goes through aliases like tissue paper. The people closest to her have no idea where she came from, or who she really is. The unanswered question repeats: who is Ophelia Banksly? Will you try your own hand?', True, True) -add('RottenApple', 'http://rottenapple.smackjeeves.com/comics/', u'I might just be rotten... not bad... just rotten. I an still be useful. Sort of a diary/ comic of musings from someone with high functioning autism. Done in a Kokuto Yuki inspired character style with zendoodles (zentangle) illustrations.', False, True) -add('RoyalIcing', 'http://royalicing.smackjeeves.com/comics/', u'AVAILABLE IN PRINT AT AMAZON.COM! Look for "Royal Icing Graphic Novel". Synopsis: When little Emily bakes a cake, she gets more than she bargained for. Strange flora and fauna, a cold-hearted prince, and a mystery that must be solved before she can return home from the Sucre Isles. What adventures await her in the land of curious candies?', False, True) -add('RubyNation', 'http://www.therubynation.com/comics/', u"This is the story of Ruby Harrison, former middle-upper-class American high schooler turned nine-foot-tall post-human giantess with powers of mass destruction. Dragged into a worldwide conspiracy that treats human beings as mere test subjects, Ruby's goal is to create a safe haven for her fellow post-human victims. But their powers are too valuable for the world to let be, and Ruby and her comrades will have to make hard decisions to preserve her new home.", False, True) -add('RuderiQuest', 'http://ruderi.smackjeeves.com/comics/', u'Four kids confront a school full of demonic teachers!', False, True) -add('RuneSpark', 'http://runespark.smackjeeves.com/comics/', u'Ever have your house crash-landed on by time-travelling aliens? Ever been put on trial by interdimensional magical princesses? Then you and Li have a lot in common! Pull up a seat and check out RuneSpark, an adventure spanning three worlds. Currently updated Monday-Friday.', False, True) -add('RyuManwebcomicversion', 'http://ryuman-web.smackjeeves.com/comics/', u'Seven original one-shot manga by Zen Migawa, done as school assignments during his study abroad period in Tokyo from 2009 to 2013. (Read right to left!)', False, True) -add('SAKANA', 'http://sakana.smackjeeves.com/comics/', u'A thrilling tale of two socially dysfunctional brothers working at the largest fish market in the world, and the things they must do to get paid, make friends and date ladies. Also, this comic updates a few days ahead of time on Mangamagazine.net! http://www.mangamagazine.net/manga-and-comics/SAKANA/detail-page/125', False, True) -add('SChIzO', 'http://schizophrenic.smackjeeves.com/comics/', u"Hector never seems to want to leave Ruby alone. He's always there, bugging her and tracking her every move and she can't stand him much longer. Of course...she has to learn to live with it seeing as he isn't going anywhere. Afterall, he IS just that little voice in her head. Join the schizophrenic Ruby, her mute best friend and roommate Kenneth, their eccentric neighbor Lynn and a whole cast of oddball characters as they try to live through the everyday trials of moving out and living on your own...despite being a little messed up in the head.", False, True) -add('SFCBlackjackBay', 'http://blackjackbay.smackjeeves.com/comics/', u'39 Days... 21 Fan Characters... 3 Tribes... 1 Sole Survivor... And probably some other numbers too. This...is Survivor Fan Characters: Blackjack Bay!', False, True) -add('SFCForestofDreams', 'http://sfcforestofdreams.smackjeeves.com/comics/', u'A strict, megalomaniacal lioness. A egocentric, muscular vampire. A sarcastic, antisocial eraser. A surprisingly sane blob. A small, mute pikmin. An optimistic, friendly green thing. A stubborn, determined mouse. A curious woman from the future. A meek, brilliant scientist. A calm, fatherly fighter. A serious, taciturn war veteran. A crazy, hyper girl. A confident, eager architect. A savvy, sly chimpanzee. A frustrated, busty teenager. A sad, lonely emo. A fangirlish, lovestruck fairy. A dominant, genius octopus. A loud, grumpy senior citizen. And a sadistic, creepy alien. Who will win the $1,000,000 grand prize?', False, True) -add('SLightlyabOVeavErage', 'http://slightlyaboveaverage.smackjeeves.com/comics/', u'Keiko Tachibana is an average High school girl. Scratch that. She\'s a self proclaimed "Slighty above average" High school girl who has dedicated herself to being only moderately better than the social norm. However one day she gets a visit from someone Way over the top. An inter dimensional cutie whom goes by the name Llla-Elac Ngtholi Cllegogg, also known as "Laila" to humans. She has come to destroy the sanity, and lives of everyone at Daisuke Ryuzaki high school. However, poor Keiko seems to be the only one at school whom has noticed this terrifying beast, and to make matters worse, she\'s staying at her house!! Will Keiko be driven insane by the ramblings of this terrible alien and her Slightly above average lifestyle tossed to the wind? Or will she succeed in defeating this strange alien menace!? Find out in this incredibly odd web comic inspired by the works of H.P. Lovecraft!', True, True) -add('SOSRadio', 'http://sosradio.smackjeeves.com/comics/', u'WORKERS WARNING, CONTAINS MUSIC PLAYER "Set at very low volume, Lyrics warning" 50.5 The Sounds Of Survival Apocalyptic Radio "Because it\'s never to late to liberate!" A web-comic of sound, music, and a quest for creative freedom from an entertainment starved tyrannical monarchy where anyone with the gift of art and self expression are not only hunted but enslaved. Chainsaw Adam\'s, a lone pirate radio dj travels a post apocalyptic wasteland broadcasting a message of rebellion. Calling to the abstract souls and the free spirits, he inspires those in hiding from the powers that be to rise up and fight back to create a new society built on the stuff that dreams are made of. "CLIFF-NOTES FOR NEW VIEWERS" After breaching the city walls of Tulsa, Chainsaw finds Rockette, the sister of the woman he seeks "The Girl with Green Eyes" AKA (Quill). Ready to venture to the prison to rescue her, the two find themselves confronted by re-animated robots bent on destruction. Can Chainsaw\'s abilities as a \'Natural\' save them!? WHY READ? Read BEFORE we become popular. THEN when your friends start reading too, you can say "Hey I\'ve been reading for years, suck it!', False, True) -add('SPRITEDHeroesofDobalia', 'http://spritedhod.smackjeeves.com/comics/', u"The best sprite adventure comic ever made may not be this one. But now that you're here, follow the adventures of the heirs of Dobalia in 2D mobian format. (WARNING: CONTAINS STRONG LANGUAGE)", False, True) -add('SUNRISESTORY', 'http://sunrisestory.smackjeeves.com/comics/', u'A Story about a monster searching for the sun. A Story without words, told in colour.', False, True) -add('SabishiiGhost', 'http://sabishiighost.smackjeeves.com/comics/', u'A ghost story. Boy-love. Horror, violence, romance, and drama.', False, True) -add('SaintforRent', 'http://saint-for-rent.smackjeeves.com/comics/', u"Saint runs an inn for time travelers, which leaves him little time to write his trashy romance novels. Always a pit stop in the crisscrossing lives of his out-of-date friends and family, Saint wonders where his place is in a world that's quickly passing him by. Unfortunately, he also attracts the more\u2026 supernatural \u201cguests,\u201d too. [Animated .gif webcomic] Updates Tuesdays & Fridays. Time travels I MEAN REDIRECTS to main site --> http://www.saintforrent.com", False, True) -add('SakuraDAY', 'http://sakuraday.smackjeeves.com/comics/', u'She lived then died and resurrected once more. Join Meija as she meets the strange and mysterious (and oddly interesting) people of LALA dormitory and starts her new adventure in a world strangely familiar but entirely new. P.S. this comic is read in the "manga way": RIGHT TO LEFT. UPDATES WEEKLY { Saturday & Sunday } Enjoy~', False, True) -add('SakuraMishzo', 'http://sakurazo.smackjeeves.com/comics/', u'An original gekiga set in Sengoku Period and featuring the strange relationship between the warlord Nobunaga, his valet Ranmaru and the ninja Mitsubachi.', True, True) -add('SalemUncommons', 'http://salemuncommons.smackjeeves.com/comics/', u"In a hidden corner of Salem MA stands the Salem Uncommon boarding house...It was purchased years ago by Karl (formerly Dr. Frankenstein's nameless monster), and has since attracted every manner of ghoul, ghost, goblin, and monster (as well as a few odd humans)...If you like your humor a little dark but good natured, like the Addams and Munsters of old, stop by. Salem always has room for more Uncommons...", False, True) -add('SallySprocketAndPistonPete', 'http://ssnpp.smackjeeves.com/comics/', u"A novel-length tale, set in the Steampunk-ified Wild West, that follows the adventures of a daddy-daughter duo (except the daddy's an android inventor and the daughter's a cyborg of his handiwork...)", False, False) -add('SaltyKiss', 'http://saltykiss.smackjeeves.com/comics/', u"Salty Kiss is my new harem manga that I've been working on for awhile. It will be like your basic harem manga but theres a twist... it will be set on cargo ship. ----------- The story starts out with Reese Sorelle, a 21 year old geek who spends most of his time on the computer. One night he goes partying (alone, because he doesn't really have any friends.) And gets drunk and wakes up on a cargo ship in the middle of the ocean! And the crew is all women! How will Reese survive this? ----------- I got the idea for this while in Anthropology class during college. I loved harem manga, it was my favorite genre. My favorite mangas were Love Hina and Ichigo 100% at that time. So I thought, why couldn't I combine my love for manga and my anthropology education? So the idea for Salty Kiss was born. I love ships and the ocean, so I set most of the comic on a cargo ship. The characters on the ship will go to port towns around the world for more adventures. tags: romance adventure manga HL hetero heterosexual straight not BL not GL Pokemon Shonen", False, True) -add('Saywhatyoumean', 'http://saywhatyoumean.smackjeeves.com/comics/', u"A comic pulled out of the freaked up author's subconscious. humor and pain, philosophy and non-sense,love and violence and sexy things, based on real events or completely fake, who knows what the next update will bring", False, True) -add('SchoolofRejectsSoRe', 'http://sore.smackjeeves.com/comics/', u"Have you ever wondered what happens to the characters that DON'T make it into the stories? There is a place where rejected, unfinished, and imperfect characters can go to study, play, and talk to each other. A place that an ordinary girl has stumbled upon... This is the School of Rejects.", False, True) -add('ScionsoftheSeraph', 'http://www.sossaga.com/comics/', u'SCIONS OF THE SERAPH author - crestforte current artist - starexorcist Another year. Another death. Jennie Schaffer lost count of how many family members had died. And the only ones left now were her parents. Until her sixteenth birthday... Entering into the Caspian household, Jennie found herself being entangled in a destiny she could have done without. What secrets will she uncover?', True, True) -add('ScrappedProject', 'http://scrappedproject.smackjeeves.com/comics/', u'This is a simple tale of what happens when ideas get discarded and go looking for their purpose in life. Told through the eyes of a robot. ~Journey Completed~ (thanks for reading ^.^)', False, True) -add('SecretPowerbk1', 'http://secretpower1.smackjeeves.com/comics/', u"Since the begining of time... There's been a power to control all... It's been locked away, and kept a secret... Until now. Jump threw time, control magic, and learn from a new world known as Spartelia. -Author's note- I created this book, about three-four years ago. i was younger and my art style isn't the best, but i have more that are better. But i'm sure the story will be better than the artwork. ~ Enjoy", False, True) -add('SecretPowerbk2', 'http://secretpower2.smackjeeves.com/comics/', u"book 2, please enjoy book 1 and 2, and if your reading this for your every first time, I wouldn't if I were you, because nothing would make sence, read book 1 first before reading this book.", False, True) -add('Seki', 'http://se-ki.smackjeeves.com/comics/', u"i really suck at descriptions so i deleted it ovo just read This manga contains Explicit Sexual imagery(between men)! read at your own risk! (\u25d5\u203f\u25d5\u273f) English is not my first language... and i'm dyslectic so there will be spelling and grammar errors..i apologize in advance m(._.)m read japanese style!", True, True) -add('SenoireDelirium', 'http://senoiredelirium.smackjeeves.com/comics/', u"Omnibus of Senoire Delirium 1: Conquer (2007) and Senoire Delirium 2: Rivalry (2009). Updating almost daily. The Senoires were a team of legendary heroes who saved the world and created the magical Madness Pizza Slices. Generations later, a race of candy people took over the world and humans were moved to the artificial internal planet known as the Bernoulli 2. A woman raised four boys to become the next generation of the Senoires and her timing couldn't be better.", False, True) -add('SerendipityAnEquestrianTale', 'http://talesofserendipity.smackjeeves.com/comics/', u'Serendipity is the phenomenon of finding wonderful things you were never searching for. With that said, join the herd into the land of Equestria and beyond, seeing the intertwining lives of the ponies who live there.', False, True) -add('SeriousTimes', 'http://serioustimes.smackjeeves.com/comics/', u"Let's get serious...", False, True) -add('ShacklesInstallment02', 'http://shackles02.smackjeeves.com/comics/', u'After escaping badly wounded with her target captured, Kas loses conciousness and crashlands on an alien planet. Captured by a tribe of the native aliens, Kas is forced to work together with Otakaog Phimosh, her own prisoner, and she starts to suspect he knows a lot more about her than he should...', False, True) -add('Shameless', 'http://shamelesscomic.smackjeeves.com/comics/', u'The story of a 14 year old girl who suddenly wakes up with the duty to create a region on a barren world known as Origen, alongside six other "Cosmos" that are alien in appearance. Join her as she faces the hardships of unrequited love, friendship, jealousy, and the inevitable...', False, True) -add('ShamelessAdvertisements', 'http://advertiseat.smackjeeves.com/comics/', u"Ever made a comic that none notice? But do you think the comic would be very successful? Well, you just gotta advertise somewhere, maybe a multi-author comic, but that'll annoy other authors. NOT ANYMORE! In this comic, you can post as many advertisements as you like! Show others your comics, and watch comics from others! That way, everyone will be able to read the latest comics! Please only place advertisements for comics here. So no fillers, no bios, no spritesheets. Don't forget to add a link towards your comic profile in the comments section below the ad! We request that you read the rules & guidelines section if you haven't done so already. Please don't be negative about comics in the comments, no one wants their ad to look bad. For those interested: Last author count: 491 authors (May 2014)", False, True) -add('ShotoutofCanon', 'http://akumathfs.smackjeeves.com/comics/', u"Shot out of Canon is the new direction for the former Fallout Shelter Comics. Like the Fallout Shelter Comics, it'll be about the forums (and sometimes comics) I go to. Unlike the former Fallout Shelter Comics, this will deal with things besides there. And unlike that, it won't be Canon with my Main Comics. Formerly: My Fallout Shelter Comics I do for the Fallout Shelter: http://z1.invisionfree.com/forums/The_Fallout_Shelter/index.php?act=idx", False, True) -add('ShroudofLight', 'http://shroudoflight.smackjeeves.com/comics/', u'Shroud of Light takes place in a world enshrouded in darkness, following a Young Lumin hunter Mina, who on a routine hunt discovers something that could change the world as she knows it', False, True) -add('Signifikat', 'http://signifikat.smackjeeves.com/comics/', u"Life's but a walking shadow, a poor player That struts and frets his hour upon the stage And then is heard no more: it is a tale Told by an idiot, full of sound and fury, Signifying nothing.", True, True) -add('SimonSues', 'http://simonsues.smackjeeves.com/comics/', u"Simon, once brilliant law student at the prestigious Haversford Campus, now finds himself council for those in need of representation against the occult. It's the age old Faustian tale, but this time, Faust has a killer lawyer. Updates(religiously!) Monday, Wednesday, and Friday! ************************************************* WARNING! -Main Comic (Not BL) contains horror and graphic violence. -Bonus Comics contain sexual content/BL. ************************************************* Please support Simon Sues on Ink Blazers http://simonsues.inkblazers.com The more fans and hits I get, the more money goes toward the comic! *Check out my tumblr to see process pages and random sketches! http://simonsues.tumblr.com/", False, False) -add('SimpleBear', 'http://simplebear.smackjeeves.com/comics/', u'Bear Copenhagen is just a simple bear and nothing else. Spoiler: Not for long. Simple Bear is an action packed, supernatural thrill ride that uses words like this in the summary to make people want to read it. Also this comic features cartoon animals, not "furries." Just thought I\'d throw that out there. Updates 2-to-3 times a week', False, False) -add('SimplySarah', 'http://simplysarah.smackjeeves.com/comics/', u'A slice-of-life story about people and their own unique problems as seen through the eyes of one girl as she grows up dealing with her own.', False, True) -add('Sire', 'http://sire.thewebcomic.com/comics/', u"Have you ever read a book, and cared about the characters? More than a normal person might? Did you notice strange parallels between their lives and yours? Then perhaps you'll have something to learn from Anna and Susan, and the people they meet at Lineage Haven. There, the only way to survive is by reading between the lines... Sire updates on Wednesdays.", False, True) -add('Skeptical', 'http://skeptical.smackjeeves.com/comics/', u'A regular slice of life/death romantic comedy about an unusual family and their relations to a group of creatures that call themselves "skull people". Said human family(and half the comic itself) was created by and belongs to TyrannicalShipper! Warning- there\'s an abundance of foul language, and blood. Lots of blood, including the first page. Also, constructive critiques are always appreciated! Currently updates every Monday, Wednesday, and Friday!', False, True) -add('Slackmatic', 'http://slackmatic.smackjeeves.com/comics/', u'Slackmatic is a comic diary with me, a Lava man from the Center of the Earth, Gandalf, Darth Vader, my daughter and a mad scientist cat.', False, True) -add('SlipstreamSingularity', 'http://slipstreamsingularity.smackjeeves.com/comics/', u'350 years have passed since the first and only mission beyond Human Occupied Space was launched. In search of the alien intelligence that sent such wondrous knowledge back to Earth, the Odyssey mission was lost. Now, denied their own home world by the rebellion of their own children creations, the Synthetics, humanity has become a race of despots and wanderers that meander through the stars, eking out an existence. Updated Tuesdays and Saturdays.', False, True) -add('SmallPressAdventures', 'http://smallpressadventures.smackjeeves.com/comics/', u"Action and adventure from all across the small press! Featuring genres ranging from superhero to horror to who knows? This comic is updated every Wednesday, so come on back! Don't forget to check out all our other strips!!!", False, False) -add('SocksMittensandScarfs', 'http://socksmitsscarfs.smackjeeves.com/comics/', u'A GL story. Everyone wants to be different. Except Alice. Alice IS different. Alice is gay. Alice just wants to be "normal" This is the story about Alice growing up and struggling to come to terms with her sexuality. the comic is 16+. There is a small amount of nudity. Not enough to warrant the mature tag on the comic. Any pages with nudity or "adult" themes will be marked as NSFW. Enjoy. Updates about every 4 days.', False, True) -add('SomebodyShootMe', 'http://somebodyshootme.smackjeeves.com/comics/', u"An autobiographical comic chronicling the negative aspects of Kita's life in a light and often humorous manner. P.S. Kita sometimes has a potty mouth. It can only get worse. UPDATES DAILY!", False, True) -add('SomethingLikeaPhenomenon', 'http://somethinglikeaphenomenon.smackjeeves.com/comics/', u'All kinds of love in mid 90s fictional NYC like city. Vampires and other supernatural things included. Updates Wednesdays, unless otherwise specified.', True, True) -add('SonicAuthorAdventII', 'http://saa2.smackjeeves.com/comics/', u'TEH CHAT IS BACK. Dont forget to space between your sentences.- Mr. Jack If you\'ve come to SAAII thinking "Oh my god- another author comic!"- Never fear. this one is the ORIGINAL AND FIRST author comic. Well, it\'s prequel, SAA, run by mostly the the same people, was.-Rikco the Robot Random post of death and doom. ~ Ryan We demand cookies! ~ Shin Guess who\'s back and fluffier than ever! ~ Shard Oh Praise the mightly Lords of the Laziness ~Jayh TEAM JINJO PWNZ YOUR SOULS! AND IM BACK! -2021 Run around for all I care! I have me my flying ceiling! HA! ~Slash Beware the newness! ~3000', False, True) -add('SonicBoom', 'http://sonic-boom.smackjeeves.com/comics/', u"Rules: 1. No random images that have nothing to do with the comic. 2. No content over PG-13. 3. Excessive trolling is prohibited. Some minor jokes are fine, but don't take it too far please. 4. If you're gonna give criticism, be constructive! No blatant insults! 5. Homophobia is also undesired. 6. Try to stay active! Spar does inactive purges now!", False, True) -add('SonicClub', 'http://sonicclub.smackjeeves.com/comics/', u"****RETIRED/DEAD/COMPLETED**** The Characters: Sonic Shadow Amy Tails Knuckles Rouge Capuchino(me) Nikomy(Capuchino's girlfriend) Lola(Capuchino's little sister) Lanz(Capuchino's older brother) Andry(I made him up... he's just a Shadow android) Xavier (Xevious) Degreenfreak Miles-XD(Just Miles) Stochi The Vampire Chao Crackuchino The Hedgehog Crazy China Crappuchino Ghost the Echidna(inlove with Knuckles.. XD) Green Darkness Flame the demon hedgehog Glandor the hedgehog and his brother cendar the fox", False, True) -add('SonicDashly', 'http://sonicdashly.smackjeeves.com/comics/', u'Another Generic Sonic comic? More likely than you think...', False, True) -add('SonicFuture', 'http://sonicfuture.smackjeeves.com/comics/', u'A sprite comic that takes place 25 years in the future of Planet Mobius. Rated E-10+.', False, True) -add('SonicSchoolRedo', 'http://sonicschoolredo.smackjeeves.com/comics/', u'THIS COMIC HAS BEEN MOVED TO CRAZY R US.', False, True) -add('SonicUniverseAsk', 'http://sonicuniverseask.smackjeeves.com/comics/', u'HI THERE! Do you read Sonic: Universe, or Sonic Universe- Sides?... No? WELL! Would you like to learn about it? n...no?... AH WELL! Here you can ask the characters anything you wish! And they will answer as they please! Probable Spoilers for the Main Comic', False, True) -add('SoulGuardian', 'http://soulguardian.smackjeeves.com/comics/', u'How far would you go...to get home alive? Ren has been kidnapped, and sent to the future. Upon her arrival, a strange cloaked young man finds her. On hearing her circumstances...he offers to help her, for a price. READ: Right to left UPDATES: Wednesday', False, False) -add('SouthernCross', 'http://southerncross.thewebcomic.com/comics/', u"This a webcomic about a bunch of hopefully amusing people known as the eight state capital cities of Australia. Southern Cross is a moe anthropomorphization comic - in the vein of Hetalia, Afganisu-tan and the OS-tans to name a few - featuring Sydney, Melbourne, Brisbane, Canberra, Hobart, Darwin, Adelaide and Perth. It's about their relationships, their rivalries, their teamwork, their personal tragedies, and the fact that they're all, at heart...a little dysfunctional. Primarily a comedy (or at least trying to be), you don't have to know anything about Australia for this. Hell, you don't even have to care about Australia either. And maybe you'll learn a thing or two...but don't worry. It's not that kind of educational. Updates when I can!", False, True) -add('SovereignTheMostAmazingComicEver', 'http://mostamazingcomicever.smackjeeves.com/comics/', u'Sovereign is the most amazing story ever told about an extremely boring boy, who is fortunately kidnapped by sky pirates. Updates Tuesday and Thursday! http://www.mostamazingcomicever.com/', False, True) -add('SpaghettiAndMeatballs', 'http://spaghettiandmeatballs.smackjeeves.com/comics/', u"What do you do when you should be studying? MAKE A WEBCOMIC. Seriously though. You want puns? You got it. You want women? You can imagine getting them. You want crazy ass ninjas jumping around and shit?! Then you've clicked on the wrong comic and I apologize for wasting your time. Like LoveitWilde on Facebook for updates straight to your news feed! https://www.facebook.com/LoveitWilde", True, True) -add('SparElricsextras', 'http://sparextras.smackjeeves.com/comics/', u"Just a bunch of random shit that I wanna put up. :P Such as sprite-sheets, W.I.P.s, drawings and more! :D BTW, if you have a problem with that, just click the BACK button and leave. I do NOT tolerate trolls/assholes. Thank you! <33 Also, you're welcome to join in on the fun if you so choose! Just PM me!", False, True) -add('SparkStory', 'http://sparkstory.smackjeeves.com/comics/', u'Darker forces than anyone expected have set a sinister plot in motion, and these heroes will have to find a way to save themselves from becoming unwilling pawns in a brutal war. Introducing the story of Spark and her friends, not quite the perfect team, but prepared to defend their new home from anything that comes their way. Current Arc: 2 - Chained Heat Brokor: Hey! Wheres Carbon? Wheres RJ? Wheres Aurora? Did sending myself back in time go THIS far? Ryjora: PRINCESS EMMERSON DEMANDS MORE QUOTES! GET MOVING PEOPLE! Melody: Wait, I never said anything about quotes! What are you-huh? You say I\'m being recorded for quotes? WHAT DO YOU MEAN?! TURN OFF THAT MIC BEFORE I JAM IT UP YOUR *end broadcast* Plazem: This is a quote, it\'s a quote quoting the quote that I just quoted. I like this quote. PurpleChickenPineapple: "I once said: "I once said: "I once said." - PCP Zaph: When suddenly FROG THE JAM...what does that even mean?', False, True) -add('Spellcross', 'http://spellcross.smackjeeves.com/comics/', u'In the City of Aria, the last great capital of the world, life revolves around mysterious dungeons and the monsters that crawl from them. Adventurers gather from the world over to battle in these dangerous labyrinths, seeking the fame and fortune that comes from exploring them. Follow Caldwell the Alchemist as he strives to raise himself up the ranks of adventurers, to gather a party of friends, and to overcome his fears. Updates three times a week on Monday, Wednesday, and Friday!', False, True) -add('SpiderWings', 'http://spiderwings.smackjeeves.com/comics/', u'This is a story about a girl named Momo, who has a brush with death and is thrown into the world of Limbo...Now she must find away back home but that is easier said than done. Updated: every Tuesday Rated-pg-13 Now updating chapter 6', False, True) -add('Spidersilk', 'http://spidersilk.smackjeeves.com/comics/', u"Ah, Kalviva! A bright, bustling city. It's a crossroad for trade and all kinds of people have made their way there. Sometimes ... very strange people. Kalviva is also home to the biggest, most impressive, thief system. Prentice, following his exiled brother from the north, has made his way to Kalviva. He stumbles into one such thief cell (much to the embarrassment of his guildmates). Casting aside his strict warrior training doesn't come easily. His attempts at fitting in are nearly as bad as his attempts at thieving. However, the thieves live comfortably, certain of their protection, certain of their domain, and certain of each other. It is this stability Prentice seeks. But perhaps they are a little too comfortable. They will be hard pressed to handle what happens. Updates twice a week, Monday and Friday! Fantasy/ Comedy/ Drama/ Action/ Adventure/ Romance", False, True) -add('SplitScreen', 'http://splitscreencomic.smackjeeves.com/comics/', u"Jan Lumeneski and Jeremy Tanner were inseparable best friends from childhood through high school, but Jan wanted more. When things didn't go her way Jan vowed never to speak to Jeremy again. More than a decade later a chance meeting puts the pair together again, but a lot has happened. Jan is a successful fashion designer while Jeremy is now fat and depressed. Still Jan can't help but feel that old flame burning, but is she just going to end up back where she started?", True, True) -add('Spriterschaos', 'http://spriterschaos.smackjeeves.com/comics/', u'random things happen everyday', False, True) -add('Sprytts', 'http://sprytts.smackjeeves.com/comics/', u'---COMPLETE COMIC--- For the past few hundred years, the two great countrys, Carvia and Gloomland, have been enemies. While Carvia, land of the Sprytts, is full of wonder, delight, and magic, Gloomland, land of the Gools is full of demons, nightmares and violence. Blado, a royal guard to Queen Mellaba, is in search of the mysteries behind his past. Not long after he and three other royal guards encounter the princess, they get caught up in the middle of this international conflict.', False, True) -add('StarTrip', 'http://startrip.smackjeeves.com/comics/', u'Chronicles the travels of a human girl and her alien companion as they visit every habitable planet in the galaxy. Updates a page every two days!', False, True) -add('Stay', 'http://stay-comic.smackjeeves.com/comics/', u"Stay is a comic I started in 2008 and I'm just now uploading it in 2012 >_>; It is a Yaoi comic Description: Lee is just an ordinary dude, he's very studious, studies on the weekends and does well in school, but then he meets Jude - a punk guy with streaks in his hair, piercings and tattoos -- his total opposite! Jude is a mysterious guy with a mysterious past that for some reason wants to be all over Lee the nerd, and as he makes his moves hy-jinks ensue!", True, False) -add('StellaInChrome', 'http://stellainchrome.smackjeeves.com/comics/', u'Lost in the rubble at a condominium development lies a key that unlocks more than doors. Can Stella unlock the mystery that surrounds the key itself? Updated 8:00 PM CST each Wednesday, every Wednesday.', False, False) -add('Stereophonic', 'http://stereophonic.thewebcomic.com/comics/', u"In 1966, Elliot Wood is an artist struggling to make ends meet. After a final warning from his landlord, Elliot is left with no choice but to go in search of a flatmate. His situation seems bleak until he meets an offbeat freeloader named Alex Wright- who despite his strange nature, seems to be Elliot's last hope. Without many options left, the two strangers are stuck together, for better or worse. Updates Mondays.", False, True) -add('Storyofadamnedlove', 'http://storyofadamnedlove.smackjeeves.com/comics/', u'A typical love, nothing out of the ordianary, just a vamprie and the to be Devil of hell, nothing unusal about this.', False, True) -add('StrangersandFriends', 'http://hemu.smackjeeves.com/comics/', u'The small English town of Wootton Bassett begins to be haunted by a series of mysterious and horrific murders! Hemu, a new-comer to the town, becomes an obvious and easy target to the local community- he does have his fair share of secrets! But what secrets are the other locals hiding? A comic about the peculiar prejudices and customs of small communities, with a hint of social commentary on modern Britain, and a sinister splash of horror ;)', False, False) -add('Striped', 'http://striped.smackjeeves.com/comics/', u"'Altan Silvan is a new transfer student at this highschool. And he's already this popular! But there is something weird about him- he always wears a scarf! Hey, wait, maybe he has a flu... WEll, what's more, since he became one of our students, strange things started to happen at this school! Hey... What's with this blood?! Where's everybody?! Hello?!!' Updated irregularly. Edit: This is my first comic ever, so art is changing and improving (at least I think so xD) with each chapter. WARNING: This comic contains nudity, violence, gore, swearing, because that's how life is.", True, True) -add('StuntRayWalterswish', 'http://stuntray.smackjeeves.com/comics/', u'Akira Bogard had his life changed when a strange race called DH\xc8MINS appeared from nowhere and toke her girlfriend, Jo kisaragi, away from him. Dh\xe9mins are beings that can control a dangerous substance called DARK MATTER that can be used in inumerous ways! With the intelligent professor Simon at his side they try to stand up against these creatures. Akira will end up involving some of his friends in this journey... But everything will change when they meet the dh\xe9min hunter Raymond Siroff... Suspense, lots of action, a bit of humor, some beloved ecchi bits and a complex story line makes StuntRay a story word reading! Where did the dh\xe9mins came from? What exacly is dark matter? And why Akira is seriously involved in this? Updates almost every day!! READY FROM LEFT TO RIGHT!', False, True) -add('SubjecttoChangeCollegeWoes', 'http://subject-to-change.smackjeeves.com/comics/', u'Erin and her friends are about to embark on the greatest test on life and their friendship, going away to college. The five girls will have to survive the tests of roommates (egads!), college tests, and new relationships. Through it all the girls will find out if their friendship can really outlast the world of College Woes.', False, True) -add('Sunfall', 'http://sunfall.thewebcomic.com/comics/', u'Sunfall is the story about a girl named Nia and her struggle to fit into two different worlds, all while training to become one of the most powerful people in existence.', False, True) -add('SunmeetsMoon', 'http://sunmeetsmoon.smackjeeves.com/comics/', u"This is a story about a boy and a girl who met in the summer and fell in love. But the end of the summer parted them for a long time. The meeting again wasn't as happy as they expected... Between them stand a lot of differences.She being a loner, attracted by witchcraft and some serious supernatural stuff. He being a sociable fellow with a childish behaviour. But most of all he having a new girlfriend ;) The story has four parts, each one made in a different year: 1. The Riddle ('07) 2. Marg's revenge ('06) 3. Who's that girl? ('07/'08) 4. Passing by Midnight ('08/'09)", False, False) -add('SuperDimensionAfterTheHero', 'http://afterthehero.smackjeeves.com/comics/', u"Updates once every weekend. (Mondays count as weekend.) Super-Dimension comics are just the name I give all my superhero comics. This has no relation to any other Super-Dimension comics. Dennis Lockham was Paladin. A guardian superhero of L.A. But now his powers are gone. He's just a man. And that is the one thing he can't take on. Rated 12+ for *&%$'ed cussing, and violence. Neither of much, though.", False, True) -add('SuperMarioBros3', 'http://smb3.smackjeeves.com/comics/', u'The story of the Super Mario Bros. 3 game, now in delicious comic form!', False, True) -add('SuperMarjoBros', 'http://marjobros.smackjeeves.com/comics/', u'An Aggressively discreet Marjo Parody. Currently a pass-time for bigger and better things ahead.', False, True) -add('SupermassiveBlackHoleA', 'http://smbhax.smackjeeves.com/comics/', u'Stories of a human civilization at the center of the Milky Way galaxy: an area of space dominated by a gigantic black hole, where energy is abundant and life is cheap. Updates M-F, usually multiple times per day.', False, True) -add('SurvivorFanCharacters', 'http://sfc.smackjeeves.com/comics/', u'Fan Characters will be competing for $1,000,000.', False, True) -add('SweetestPoison', 'http://sweetestpoison.smackjeeves.com/comics/', u"Everyone is dreaming about something. Everyone wants something. Most of the people want to be famous, rich, successful in life, others want love, family, happiness. So many people, and so many dreams. Though, there is something that makes them alike: they want to reach their goal so badly, they would give anything for it. This fallibility makes them so seductive for the demons. They are potential clients. Zef Mefistopheles is a manager. He is one of the best in making musicians famous. He helped a lots of mortal people to become famous and rich musicians, he is really popular. But one day appears a young boy, who changes Zef's life... At the first look, Fynne is like the other people, he prevously met: a purposeful, spirited daydreamer, whom dream is to become a musician. But he isn't really like the others: because he is a demon, too.", False, True) -add('SwitchMechanism', 'http://switchmechanism.smackjeeves.com/comics/', u'A story about a boy struggling with his demons, mainly the one in the vinyl catsuit.', False, True) -add('Symbios', 'http://symbios.smackjeeves.com/comics/', u"Almost every nation in existence has a tale of terrors and hauntings to pass on to their posterity... Xedondria is no different. Their tale was to keep children from doing wrong, and if they behaved, their reward was to sleep with a clear conscience. But if they didn't behave, not only would they suffer the consequences from man, they would also be visited by the Night Horror: a monstrosity only nightmares could bring, only living in one's sleep... Now one must ask: who is it that sleeps, yet suffers the torture of this very real Horror? ***Comic will be marked mature due to any violence or sexual themes, Thank you!***", True, True) -add('TEN', 'http://ten.smackjeeves.com/comics/', u"What happens when sci-fi meets boyslove? --- Dez is a security officer at a small company in New York. A half blind security officer. Aside from that funny fact he has no past. Or at least he doesn't remember anything from before 2 years ago - when he got fished out of the ocean - and he almost gave up on ever remembering. Until a homeless boy stumbles into his life that seems to know a little too much about him. Intrigued and strangely attracted he tries to pull the boy into his life and gets pulled into his own unsettling past in return...", False, False) -add('TLAAOK', 'http://tlaaok.smackjeeves.com/comics/', u"Percival Livingston may not entirely look the part, but he is one of the world's leading experts when it comes to authenticating rare artifacts. Thus, he is invited by a private collector to take a look at a rather strange find. However, before Percy is able to get a good look at the object, it is stolen by a thief! Oh hell no! Percy chases the man down, but is sucked into another world when he collides with said thief as he happens to be opening an inter dimensional gate! Now Percy has to deal with the thief, get the artifact, and find a way back home! Of course, knowing Percy, he may just want to do a little exploring in between... Warnings: -It's bl. SilverHyena may have an addiction problem... hmmm... -It's rated mature, because I plan on being a bit... tasteless. Yeeees. -It's on crack. Don't expect anything too serious. XP", True, True) -add('TPTruePower', 'http://truepower.smackjeeves.com/comics/', u'A fun comic about friendship, aliens, and flashlights! Updates: Wednesdays (or Thursdays) and Saturdays Visit us on Facebook: https://www.facebook.com/truepowercomic', False, False) -add('TRIPP', 'http://tripp.smackjeeves.com/comics/', u"The story of an ordinary guy stuck in a never-ending acid trip. Tripp must learn to cope with his new psychotropically enhanced existence with the aid of his spirit guide, Edgar Allan Poe. This comic is not an endorsement of drug use, merely one guy's effort to deal with an accidental, perpetual hallucinatory life change. Updates on Mondays (really Sunday night at 11:45) and Thursdays See the official site at http://trippcomic.com", False, True) -add('TaikiTheWebcomic', 'http://taiki.smackjeeves.com/comics/', u"FINISHED! Taiki is a typical shy 16 year old high school student who is starting the 10th grade with her best friend Nikki. Going into the 2nd half of high school, Taiki thinks it\u2019s strange that she has never liked someone or fallen in love. One day she unexpectedly meets someone who changes all of this. However this person turns out to be a girl! Taiki has always wanted to know what it was like to fall in love, but what she didn\u2019t expect was that finding out would also be a journey of self discovery, realizing her sexuality, and maybe even heartbreak. -IMPORTANT!!- This is a mirror of my own website, check it out if you want to see more artwork --> http://www.taikiwebcomic.com/ This comic was started in 2006, so the art in the beginning isn't very good compared to what it is now. This story contains GL and HL, it is MOSTLY GIRL LOVE THOUGH.", False, False) -add('TailsAdventureThroughTimeandOtherWorlds', 'http://tailsadventure.smackjeeves.com/comics/', u'Tails unexpectedly goes on an adventure through different worlds and even through different times! It all started from falling through a purple portal. How will his adventures go? Credit goes to those who ripped/edited the sprites used for this. None of the characters used belong to me except for my own.', False, True) -add('TakingPicturesofStrangers', 'http://darrenandkale.smackjeeves.com/comics/', u"Darren lived the charmed life of barhopping before he met Kale. It was a new guy every night, lots of drinking, lots of sex, etc. But when he snagged big, quiet Kale, Darren uncovered Kale's secret and set into motion a series of events that lead them both down a path no one expected. Warnings: first and foremost, very gay. Gay romance, gay sex, gay gay gay. If this isn't your cup of tea, you probably shouldn't bother continuing reading. Second, the occasional bad word. Third, booze. (Does booze require a warning? It's not underage drinking or anything.) Fourth; drama and cheeze out the wazoo. Fifth and final warning; very badly drawn. (And probably badly spelled, too.)", True, True) -add('TalesfromAaronsWings', 'http://tfaw.smackjeeves.com/comics/', u'A series of short comics exploring the life of Tempus, a Witness.', False, True) -add('TeKscloset', 'http://tekchats.smackjeeves.com/comics/', u"TeK's mind and friends. You're god is now forlorn.", True, True) -add('TechnicolorLondon', 'http://technicolorlondon.smackjeeves.com/comics/', u"Toby Landon's love life is a bloody mess.His on and off girlfriend has once again tossed him aside. His mate Mark gives him some advice: Try something different. With a kiss, the lives of these two friends go from being black and white to being full of vivid color. No longer a checkerboard, This is Technicolor London. //Yaoi/Boylove Plus a little bit of everything else// //Updates are Every Tuesday & Friday//", False, False) -add('ThatWasntThereYesterday', 'http://twty.smackjeeves.com/comics/', u'A mysterious stranger meets a mysterious road.', False, False) -add('The13thWorld', 'http://the13thworld.smackjeeves.com/comics/', u"In the galaxy known as Andromeda ruled by the Goddess Palutena; creatures known as O'phans rule the thirteen worlds and it is up to her chosen followers to save and bring peace to the thirteen planets. This is a mashup of several anime and video game worlds.", False, True) -add('TheAdventuresofBanjoZ', 'http://abz-fancomic.smackjeeves.com/comics/', u"The crossover fancomic to end all crossover fancomics (seriously, it makes Family Guy look like That 80's Show). It all started when Banjo decided to finally fix his house. A portal opens behind him, sending the hapless honeybear tumbling into yet another series of preposterously magical events. He's got no Jiggies, no Jinjos, and certainly no Red-Crested Breegulls to shoot the breeze with, though a mole or two might show up just to make his life more hair-raising than ever. I don't own BANJO-KAZOOIE. Or ZERO NO TSUKAIMA. Or GUILTY GEAR. Or any of the characters/franchises represented in these pages. This is written by fans for fans and anyone else looking for a laugh. Banjo, Mumbo Jumbo, Gruntilda, and the Kremlings are the property of RAREWARE ENTERTAINMENT. On 6/16, we will be back to our regularly-scheduled AND NOW FOR SOMETHING COMPLETELY DIFFERENT!!", True, True) -add('TheAntihero', 'http://antihero.smackjeeves.com/comics/', u"Most stories have good guys and bad. Some have only good guys, but with antagonists. Then some have only dastardly villains trying to do villainous things to decent people while all along screaming at the top of their lungs into the rain. This is one of those comics This is also a very depressing comic. Seriously. Every chapter is 'death' in a different language, and each title page is the Protagonist about to die. ... I told you it was depressing. Anyways, don't let that stop you! It takes place 20 years in the future. The U.S. has deteriorated into a kind of middle-ages scenario, where the government is corrupt, inflation rules, and the Mafia basically control the country. It doesn't get any better than that. But Isaac, the commander of the NY Mafia, notices there's a new gang in town. The Redblades. And there's something familiar about the commander... I'd rate it about 12+. There's mild gore, blood, and violence. Also comic cussing (!@#$%^& it!). And it's basically aimed at an older audiance, but if you're okay with the above, go ahead.", False, False) -add('TheArchipelago', 'http://thearchipelago.smackjeeves.com/comics/', u"Credenza's life as a waitress on a magical chain of islands is interrupted when a mysterious man with a missing eye washes up on the beach, beginning a series of events that will pull her into a battle to save the world and the people she loves.", False, True) -add('TheAttackoftheRecoloursSeason1', 'http://mysticalvalley.smackjeeves.com/comics/', u'The Recolours are attacking and the edits will have to eliminate them. Flash, Leeroy and Kedar500 are creating the recolors and sending them out to fight but Sonic, Josephk and others who are preventing them from succeeding. Will they save the world from whatever Flash and Kedar500 are planning? Read the Seasons and find out! Comic came 13th Place in the 2013 Smackie Awards (Sprite). Oh well... Warning: Mild Language may be used *Completed*', False, True) -add('TheAvianStories', 'http://theavianstories.smackjeeves.com/comics/', u'Sybil and Zakk are a pair of mythical humanoid avian monsters called avians with spirits of birds. When they meet each other they are spewed into a quest to stop genocidal acts on humans from a rouge group of avians.', False, True) -add('TheBattleInTheSky', 'http://thebattleinthesky.smackjeeves.com/comics/', u'High school student Al Morris has a fairly normal life. But that all changes when he is bitten by a zombie, then rescued from a brain-eating fate by a mysterious angel of death. As Al and his buddies travel the world on the R.A.S.(Reaper Airship) Whale, they encounter all sorts of people and predicaments, from funny to frightening to just plain odd. A unique supernatural story where almost every character is based on a Hetalia character, The Battle in the Sky is funny, heartfelt, and full of adventure!', False, True) -add('TheBookofNosferatu', 'http://www.thebookofnosferatu.com/comics/', u'Two unusual sisters strive to survive a post apocalyptic world where supernatural creatures reign supreme.', False, True) -add('TheBrideoftheShark', 'http://sameyome.smackjeeves.com/comics/', u"Toshio is a pearl diver, dealing with his love problems in Onjuku. 'Ehukai is a shark, instantly falling in love with the boy and claiming him his wife in front of his family...", True, False) -add('TheBucket', 'http://thebucket.smackjeeves.com/comics/', u'An art/comic journal including a psychological side story, "ENS Special".', False, True) -add('TheCafedAlizee', 'http://alizee.smackjeeves.com/comics/', u"Eliza Jones always had a dream of opening a cafe, but met a tragic fate before she ever could. Thus, the Caf\xe9 d'Alizee was opened in her honor. This story really isn't about her, though. Instead, this story follows the interesting, strange, and in some cases eccentric staff of the Cafe d'Alizee as they wander through the trials and tribulations of life. They may not know where they are going, but they have the four most important things in the world: love, life, coffee, and cake. *Updates every Monday and Thursday.* P.S. I should also mention that because this comic deals with the lives of various people, there may be situations that include relationships of any gender combination as well as violence or sexual situations, but there will be nothing graphic. So because they are (mostly) all adults, expect adult situations to occur. :)", False, False) -add('TheCavernofSecrets', 'http://cavern.smackjeeves.com/comics/', u'A webcomic about Pok\xe9mon and caves. ------------------ Updates on odd-numbered dates. (1, 3, 5, etc.) Pokemon is (c) Nintendo Rated T or PG-13 or whatever you kids call it these days. Contains: Blood, swearing, sexual references, etc. ------------------', False, True) -add('TheColony', 'http://thecolony.smackjeeves.com/comics/', u"In the secluded hills of upstate New York, there is a place known only to few. It is a haven for all things macabre; werewolves, vampires, zombies. If you fear it, chances are it resides there. Every 300 years, a new regent is crowned, and this time you're invited to the ceremony. The Colony is updated every Tuesday, so come on back!", True, True) -add('TheContract', 'http://the-contract.smackjeeves.com/comics/', u'After a series of dreams, Starken wakes up in another world. There he meets Phalarin, a demon who seems harmless.', False, True) -add('TheCrawl', 'http://www.thecrawlcomic.com/comics/', u'A fantasy comic about a unique prison.', False, True) -add('TheCurtandTonyShow', 'http://thecurtandtonyshow.smackjeeves.com/comics/', u'A collaborative episodic comic featuring old friends and new friends of the Curt and Tony universe. The comic was made by Squirreltastic-Blue, IamBlair and Alea respectively.', False, True) -add('TheDarkAgeofMobius', 'http://thedarkageofmobius.smackjeeves.com/comics/', u'It was 20 years ago that the Emerald war began. Many died. Sonic, and Eggman are but a few. There were, however, survivers. A mysterious overlord has taken over much of the world. There are those who oppose him. This is the story of one.', False, True) -add('TheDarkLegacy', 'http://tdlcomic.smackjeeves.com/comics/', u'', False, True) -add('TheDemonicAdventuresofAngelWitchPita', 'http://angelwitchpita.smackjeeves.com/comics/', u"The story of Angel Witch Pita is about a classically average, unspectacular young woman who comes across a book that, upon reading an incantation inside of it, releases dozens of monsters and incubi and succubi that had been sealed within it over a century ago. She is then contracted by a winged pig named Buhi, who claims that he is a cherub in training, to find those she's released and stop them from harming mankind. He empowers her with his halo, giving her an angelic appearance and the power to call upon an angel form. As her adventures progress, she collects an Incubus in child form named Jinx (who is really the leader of all of those from the book) and a Succubus named Beliel. She initially believes herself to be a type of magical girl, but the truth is far darker, and far deeper than she could ever imagine.", True, True) -add('TheDestroyer', 'http://heartless-destroyer.smackjeeves.com/comics/', u"A Shadow-cat demon named Kairo Ventaiga finds his solitude interrupted when he finds out his family isn't dead. However, he's gotten used to his deadly lifestyle and doesn't want to change... In a neighboring kingdom, Princess Nicole, a daughter of Light, doesn't want her father's crown. She is strangely sympathetic toward Shadow demons, her kind's mortal enemy. She's determined to befriend the Destroyer; perhaps she knows something Kairo doesn't... Reilyn Ventaiga only wants to find out what happened to his parents the night Kairo disappeared, but getting any answers out of his brother is looking more and more impossible... TakJak, a former thief, starts to notice that the Heartless Destroyer isn't as heartless as he seems... Updates: every Saturday with one or two pages Warning for minors: contains prevalent cursing, blood and gore, violence, and maaaybe farther down the line, partial nudity or hints at it. Also gay people. If you don't like any of the above, I'd advise against reading my comic.", True, True) -add('TheDragonandtheLemur', 'http://dal.smackjeeves.com/comics/', u'The Dragon and the Lemur is a web manga drawn by Vilani Vil\xe1 and scripted by the same and CherryVincent. In few words, a RP between the artist and CherryVincent, which Vilani decided to transform into a Manga. D.a.L (for short) tells us the story of two characters, Hakakku (a humanoid, hybrid between Cat and a Lemur) and Chain (a humanoid, dragon). They both met, probably not under the best circumstances and ended up falling in love. The script is currently finished. This comic contains explicit content and homosexual relationships. Bestiality/shota/incest may be often mentioned. May have blood and gore. NC-17 YAOI/HENTAI/YURI Update schedule: MONDAY Started: Sept 2005 Status: On going', True, True) -add('TheDreaming', 'http://thedreaming.smackjeeves.com/comics/', u"'The Dreaming' is a 3-volume mystery-horror series, published by TOKYOPOP from 2004-2007. It's written and drawn by me, and the story is about Amber and Jeanie, a pair of twin sisters who arrive at a mysterious boarding school deep in the Australian bush. Soon after, they start having strange dreams, and discover that there is a long history of students disappearing from the school, covered up by the vice-principal of the school. Just what is the vice-principal hiding? And can they unravel the mystery of 'The Dreaming' in time? IMPORTANT: I will be uploading half a chapter every Friday, but will only be uploading 2 volumes out of 3. If you want to finish reading the story, please purchase the third book (from the links on the bottom of each page.)", False, True) -add('TheDrifter', 'http://thedrifter.smackjeeves.com/comics/', u'Finding no other purpose in his life, a lone traveler drifts across the vast network of roads that line the continent. When he thought his journey would never meet an end, the traveler makes a stop at a small city in the tropical South coast. It is here he finds someone - a "sheep" in the midst of wolves. The drifter soon realizes his long journey has come to a close. --- Rated R for language, sexual content, and strong bloody violence. Updates weekly, sometimes faster. --- Inspirations for The Drifter include the works of Nicolas Winding Refn, 80s/90s America, and anthro characters in general.', True, True) -add('TheElectricRose', 'http://electricrosecomic.smackjeeves.com/comics/', u'What happens when three normal girls in high school are ripped straight out of their beds and brought to a completely different planet? Why, they\u2019re asked to save it, of course! Agreeing to become a Barrier Guardian could mean the lives of Elysia and her friends, but choosing not to could mean the end of their world. So what do they do? And will these three girls even survive long enough to decide?', False, True) -add('TheForestofWhispers', 'http://theforestofwhispers.smackjeeves.com/comics/', u'Kanna is a two year old she-wolf and member of the Whispers Pack. She like to run away from problems that are out of her control or hide behind someone. But this time, not even her best friend, Caleb a young wolf that seems to be in love with her, may no longer be able to save Kanna from the problems that are about to come. When a old and evil force is about to awake and just a shy and small wolf like Kanna has the power to stop it, everything will be lost? Or there will be a chance for salvation? UPDATES EVERY WEEKEND!', False, True) -add('TheGhostWithTheMost', 'http://theghostwiththemost.smackjeeves.com/comics/', u"A romance fan comic, based on the 1980's animated Beetlejuice series. Beetlejuice and Lydia were the best of friends. They did absolutely everything together and were always there for each other. So Beetlejuice never considered the idea that they would ever be separated. That is, until Lydia starts growing up and begins to call upon him less and less. Then, eventually cuts ties with him completely, leaving poor Beetlejuice lonely and confused. He remains loyal and waits for her call. 30 years later, Beetlejuice is suddenly called upon once more. But it's not his dear Lydia.... It's her daughter! But where is Lydia? Can Beetlejuice cope with why she stopped calling all those years ago? Will a romance bloom between Lydia's daughter and Beetlejuice? Find out! Read: The Ghost With The Most Updates Once a Week! ^_^", False, True) -add('TheGoldRiderofPern', 'http://goldrider.smackjeeves.com/comics/', u"I started this comic a little over a year ago, and it's been going strong ever since. Taking place in the 3rd pass of Pernese history, K'mlar, a young genius Masterweaver was placed at Ista Weyr as his first appointment after being given the station of Master. There he impresses a young Gold hatchling, an event completely unheard of in Pernese history. Despite being aggressively anti-social, he manages to make a place for himself at the Weyr that he never would have dreamed possible.", False, True) -add('TheGrayZone', 'http://thegrayzone.smackjeeves.com/comics/', u'A daily cartoon featuring the lives of extraterrestrial "grays"', False, True) -add('TheHeadhunters', 'http://headhunters.smackjeeves.com/comics/', u"It's about people trying to capture a floating head. Every Mondays, Wednesdays and Saturdays.", False, True) -add('TheHeartofEarth', 'http://heart-of-earth.smackjeeves.com/comics/', u'World is on the edge of war. Two factions will fight, until one of them perish from the earth.Only one hero can stop the destruction of the world.', False, True) -add('TheHobbitbic', 'http://hobbit.smackjeeves.com/comics/', u"This is not a comic. It's a profusely illustrated novel... may be a Graphic Novel. The Hobbit, from J.R.R. Tolkien drawn with a blue biro. I hope you enjoy it.", False, True) -add('TheJosephComics', 'http://josephcomics.smackjeeves.com/comics/', u'What started out as "Joseph and His Comics" in 2003 became the first minimal comic strip series by amateur cartoonist Joseph Scarbrough. The comic centered around fifteen-year-old Joseph Armstrong - just you\'re typical, average, American teenager who just so happens to get himself in and out of random situations that give way to continuing storylines with serial cliffhangers much like the old "Rocky and Bullwinkle" show (which adopted said format from old movies and westerns of the 50s). In 2004, Scarbrough "revamped" the comic strips, renamed it to simply "Joseph Comics" which carried on until Scarbrough announced his retiring from comic strips, thus making Joseph and his friends find their place in the Old Cartoon Stars Retirement Home permanently come 2008.', False, True) -add('TheKeyHotelEnding', 'http://tekeyhotel.smackjeeves.com/comics/', u'Alright, the Key was fun while it lasted, but due to a lack of updates and interaction, I must shut down the Key Hotel. It now belongs to SteamingBullets Uboa. See ya!', False, True) -add('TheKeyToReality', 'http://keytoreality.smackjeeves.com/comics/', u'A comedy horror comic about three walking cuteness generators and their adventures in a universe inhabited by ghosts ^_^ Also on deviantart: http://maryyana.deviantart.com/ Updates daily, most of the time. Warning for gore, blood and other adorable things.', False, True) -add('TheKwiddexProtocol', 'http://kwiddexprotocol.smackjeeves.com/comics/', u'Welcome to Satellite Falls. Starstorm has returned after a 15-year absence. So has the White Rose. Plus there\'s a monster tearing up the city. Now, it\'s up to disgraced cop Jerry Binder to find out just what the hell is going on in his city and just what the hell "The Kwiddex Protocol" means. The Kwiddex Protocol is updated every Monday, so come on back!', False, False) -add('TheLastBloodCafe', 'http://lastbloodcafe.smackjeeves.com/comics/', u'The day to day adventures inside the Last Blood Cafe: A small coffee shop situated on the shores of the river Styx. Their mission? To provide a final opportunity of mortal comforts and hospitality before the inevitable journey to the final resting place. Though the cafe itself is rumored to be haunted...', False, True) -add('TheLegendaryQueen', 'http://legendaryqueen.smackjeeves.com/comics/', u"Being drawn, then written out, this comic is about my character Crystal, a normal 15-year old hedgehog who soon finds out she's worth much more than she ever believed she could be. There will be love, fighting, death..friendship..and above all else, family and self importance. Journey along with her, as she becomes what everyone has been waiting for...and stays true to herself! Updates: Whenever I get pages drawn XD", True, True) -add('TheLifeofMagFlamequill', 'http://lifeofmag.smackjeeves.com/comics/', u"The coming of age ceremony is tomorrow. Participants will take their birth-feathers and soar gracefully into the sky, cheered on by their proud friends and relatives. But what if you're Mag Flamequill, the bird-woman with a fear of heights?", False, True) -add('TheLoneSwordsman', 'http://theloneswordsman.smackjeeves.com/comics/', u"Heaven has fallen, including its Leader, Aven, thanks to the Demon King Shutendoji's new Elite Demons. Now Shutendoji has his eyes set on Earth. Can a Lone Swordsman wielding Aven's sword stand a chance against such hopeless odds? Or will the madness of the souls he must absorb destroy him from the inside? Rated PG-13 due to cartoon violence, blood and mild language. The Lone Swordsman and all related subsidiaries are property of Sol's Dawning Creations. The use of such without permission for the purpose of monetary gain is illegal and will be met with legal action.", False, True) -add('TheLostland', 'http://thelostlandcomic.smackjeeves.com/comics/', u'"It all starts with some dubious info, a misunderstanding, and a well-known incident that sets a chain of events in motion..." The adventures of four travelers unknowingly wrapped up in a chain of events, all leading to one man\'s plot to turn the world on it\'s head. Action, laughs, and mystery all packed into one Post-Apoc world. Updates Every Wednesday & Saturday! --- Also available on: INKBLAZERS http://www.inkblazers.com/manga-and-comics/The-Lostland/detail-page/1344?lang=en', False, True) -add('TheMegaManandSonicSpriteShowcase', 'http://megamanshowcase.smackjeeves.com/comics/', u"Credit to all the authors listed for the sprites. We do 8 bit, 16, bit and 32 bit sprites (mostly 8 bit) and Sonic sprites. WE TAKE REQUESTS. no trolling, flaming, cussing (some allowed) and ABSOLUTELY NO STEALING SPRITES AND DON'T CLAIM ANY AS YOUR OWN, unless you actually made them and your part of this showcase. *One new rule: I would like to address the fact that THIS IS NO LONGER A SHOWCASE WHERE WE POST RESOURCE SPRITES OR SPRITES WE DIDN'T MAKE! I'm gonna remove the sheets that aren't ours soon. any body else that posts anything that isn't theirs will be punished, if caught, with the following: 1st offense: a warning. 2nd offense: comment privilege taken away. 3rd offense: uploading privilege taken away Anything past the third offense will result in removal from this comic.", False, True) -add('TheMewExperiment', 'http://themewexperiment.smackjeeves.com/comics/', u'A Tokyo Mew Mew spinoff about a genetically engineered mew and her fight for freedom against the aliens hired for the sole purpose of her capture. However, an accident robbed her of her memories and she must relearn her forgotten powers in order to survive. The comic is for practice, so please ignore the bad art! (Especially in the first two chapters.) Also, you do not need to be familiar with the series Tokyo Mew Mew whatsoever to read! Because college is college I am only updating during breaks (every thursday)!', False, True) -add('TheMoistTouch', 'http://themoisttouch.smackjeeves.com/comics/', u'VERY GOOD SMUT WEBCOMIC YOU SHOULD READ IT ITS GOOD 10/10 NO YAOI ONLY HENTAI', False, True) -add('TheNOMEDSEGA', 'http://nomed.smackjeeves.com/comics/', u"Join Commander Scunt Fishing and his friends Max and Saladass as they travel the stars trying to do something or something. Updates weekdays, if it's drawn. Sister Comic: Asinine Pitfrogs by PotatoMasterlord! http://assfrogs.smackjeeves.com/ Darion Paone says (9:21 PM) dude this is worse than tits DOCTAH JIM says (9:21 PM) i thought you liked tits Darion Paone says (9:21 PM) you don't DOCTAH JIM says (9:21 PM) fair enough", False, True) -add('TheNightSurfers', 'http://thenightsurfers.smackjeeves.com/comics/', u'When the coastal city of Costa Nueva is threatened by sand creatures sent by a mysterious evil, four teenagers rise from tragedy to become heroes. They are The Night Surfers. Read it here at Smack Jeeves, or get even more content and the most recent updates at: http://thenightsurfers.com! If you have a few extra dollars and wanna help out, check out my Patreon profile: http://www.patreon.com/thenightsurfers', False, True) -add('TheNocheComicSeries', 'http://nochecomicseries.smackjeeves.com/comics/', u'A story about a girl named Noche who has memory loss and is trying to figure out who she is. ------------------------------- Other sites you can read Noche on. Deviantart - http://theinfamousjoelinder.deviantart.com/gallery/39987883 ComicFury - http://nochecomicseries.thecomicseries.com/comics/first Manga Magazine - http://www.mangamagazine.net/read-manga/The-Noche-Comic-Series/3516/0/0?lang=en SmackJeeves - http://www.smackjeeves.com/comicprofile.php?id=133439 Facebook Fanpage - https://www.facebook.com/NocheComicSeries/photos_albums Tumblr - http://nochecomicseries.tumblr.com/ Youtube - https://www.youtube.com/playlist?list=PLyFWACvwp02kK2MXUwrtfEdkZRVUjE6zJ', True, True) -add('ThePirateBalthasar', 'http://thepiratebalthasar.smackjeeves.com/comics/', u'Wilson Kane wins a fortune and his future bride at a game of dice from the former pirate Balthasar. When he decides to go and get the girl, the pirate way, by kidnapping her, not only he finds out that she is more than a pirate could ever want from a wife... but that she has 4 identical sisters as well. This discovery hits him when his men, who were supposed to help him out, each kidnaps a different girl... and none of them gets the right one! But Wilson Kane wants the girl he had met and no one else! Luckily for him it will be the girl herself to solve his problem and put an end to his dilemma... a solution that will eventually fling her into a new way of life, aboard the Alidivento, across the Mediterranea sea!', False, False) -add('ThePremise', 'http://thepremise.smackjeeves.com/comics/', u'The Premise is a story about moral contradictions and ethical dilemmas. Conflicts that arise when two policemen discover a criminal gang, commonly known as \u201cThe Executioners Sect\u201d, which would be hiding something much bigger: a group that has claimed for itself the power to enforce justice through a horrible method.', False, True) -add('ThePrincessandtheGiant', 'http://princess.smackjeeves.com/comics/', u'A silent fairytale about a young princess and another, rather larger individual. Updates Sundays.', False, True) -add('ThePropertyofHate', 'http://tpoh.smackjeeves.com/comics/', u'A voyage.', False, True) -add('TheRandomObscureFairyTaleNoOnesEverReallyHeardOf', 'http://tro.smackjeeves.com/comics/', u"Yeah, so I ran out of characters for the title. Trust the banner. 12-year-old girl Wolfgang Rock manages to convince her mom to let her stay with her ex-uncle-in-law-in-law instead of having to move. Soon enough, however, the said uncle, Dieter Jung, starts to have an innocent crush on the girl... This was the first full-length comic I ever did. Don't mind the amateur art and the fact that its unrealistic story could only be written by a child (indeed it was) and the JPEG fuzziness and and and... *COMPLETED! *Reads left to right *Not suitable for impressionable young girls/adult men with developing complexes *Nothing inherently inappropriate, either *The original comic before He Who Has Partners, which apparently takes place in an alternate universe", False, False) -add('TheReborn', 'http://reborn.smackjeeves.com/comics/', u'Every teenage girl looks forward to her sixteenth birthday, and Angela is no exception. But on that day her life turns upside. Angela learns a stunning secret about herself, and finds herself caught up in war between two demon clans. Updated Mondays! This comic may not be suitable for younger readers. It may contain violence, gore, occasional bad language and other stuff that may not be appropiate for readers under 13.', False, False) -add('TheSearchforHenryJekyll', 'http://thesearchforhenryjekyll.smackjeeves.com/comics/', u'London, 1891: While the police are tangled in the recent line of murders, it may be up to Doctor Henry Jekyll and his mysterious companion to close the case. But when the clues start to point towards old friends, will the good doctor be able to get out alive?', False, True) -add('TheSilverLeague', 'http://thesilverleague.smackjeeves.com/comics/', u'The Silver League is a comic based around the members of the site of the same name and placing them in our own interpretation of the Pokemon World. Silver August of Harvestone Town is a teen that never really knew life outside his hometown; however after rescuing his Sister from the hands of Team Reaction, Silver becomes motivated to explore the world as a Pok\xc3\xa9mon Trainer! However on his journey, Silver discovers that behind the battles he\'d watch on TV lies corruption because of devices known as "Modifiers" that allow a Trainer to alter a Pokemon\'s stats by force without having to earn them through training. This leads Silver and the friends he makes along the way to form "The Silver League Movement" which vows to travel the region, collecting badges but also recruiting Gym Leaders and convincing them to join their cause so that they can form a league of their own, take down the Team Reaction organization and bring honour, fun and hard work back to Pokemon Battles! http://www.thesilverleague.com/', False, True) -add('TheSomewhereOther', 'http://somewhere-other.smackjeeves.com/comics/', u'Who would have thought fitting into such a weird world would be so hard.', False, True) -add('TheSummerofBlakeSinclair', 'http://blake-sinclair.smackjeeves.com/comics/', u"A slice of life comic set in the summer of a student's university life. about hipsters, Punks, and ultimately self reflection and 'honesty'. This comic is Apparently what you would call a 'social comedy' and a sattire on generation Y. loosely based on my recently passed student experiences =) Hopefuly this comic will remind you of summer when you read it; enjoy!", False, True) -add('TheTimeDog', 'http://timedog.smackjeeves.com/comics/', u'Ayaka travels through time with "the time-dog". A strange and weird story :)', False, True) -add('TheTytonNuzlockeChallengeEmeraldEdition', 'http://tytonnuzlockeemerald.smackjeeves.com/comics/', u"Kids, I'm going to tell you a story. The story of how I... no, wait. Sorry. Welcome to the Tyton Nuzlocke Challenge, a character-driven graphic novel created entirely in Microsoft Paint. It updates daily, including weekends, holidays, and apocalypses (apocalypsi?). In a world overrun with eager trainers, the Pokemon Administration has taken desperate measures to ensure the remaining wild Pokemon survive, while allowing trainers to continue their paths. This has resulted in the limiting of catching wild Pokemon, the banning of certain items, and finally--the closing of Pokemon Resurrection Stations in all Pokemon Centers. Enter Tyton. He's thirteen and has less than a year to get all the way to the Pokemon League. Join him and his team as they follow the road to the Elite Four, get wrapped up in the schemes of Teams Aqua and Magma, and (possibly) uncover the mystery of Scott the poofy-haired stalker. There's also a Latin ladies' man Lombre, a swagalicious Gloom, a Numel that hates everyone he's ever met, a firecracker of a Whismur, and the most lovable Dustox you've ever seen. But we'll get to that.", False, False) -add('TheWastelands', 'http://wastelands.smackjeeves.com/comics/', u'A world abandoned by its Gods and the people who find out why. Did they really abandon their people? Updated Sundays here. ** http://wastelands.inkblazers.com **', False, True) -add('TheWhiteTower', 'http://thewhitetower.smackjeeves.com/comics/', u'Cotton has no memory of who he is. He just woke up from a seven month coma. His hair is completely gone. And no one is telling him anything. A sci-fi/mystery/drama comic. Warning: partial nudity, some violence and cursing.', False, True) -add('TheWinterCampaign', 'http://winterc.smackjeeves.com/comics/', u'Japan, 1919. 16-year-old Akio and his mother move into a new home with the mysterious Kikugawa family: A secretive father, a fragile and reclusive son, and the shadow of a mother whose death years ago may be more than it appears. The lines between truth and fantasy, and friend and enemy begin to blur as winter sets in... Drama/Historical/Coming-Of-Age/Romance? Updates once or twice a week.', False, True) -add('TheYoshiHerd', 'http://theyoshiherd.smackjeeves.com/comics/', u"A comic about a young Yoshi, and his efforts to become a hero. To evolve, become something more than he was meant to be; little does he know, more people than he alone depend on this. I swear, it's better than it sounds. Not by a LOT but it IS. The Yoshi Herd. Wish I could say it's updated weekly - so I decided to start updating weekly! Every F\u034f\u032a\u0356\u0339\u032c\u0359\u0329\u034dr\u0328i\u0334\u0356\u0325\u033bd\u0323\u0345\u0324\u0339\u033b\u0355\u031fa\u0338\u0317y\u032a\u0354\u0348, usually late at night - Australian time anyway - point is, there's roughly a six hour window every F\u035fr\u0352\u030f\u0301\u0305\u0341i\u0338d\u034ba\u0311\u0303\u036d\u0300\u031a\u034a\u0341y\u030a\u030e\u0302\u0321 where you might see it pop up. But, uh, keep it on the down-low. People might start EXPECTING it to update. As if it was MAKING A COMEBACK or something. So this? This is between you, and me. If you tell anyone - look, just don't tell anyone. You don't wanna know, capiche?", False, True) -add('Theatrics', 'http://theatrics.smackjeeves.com/comics/', u'A weekly movie review comic, starring two ruthless critics who will bash a different cinematic release, both new blockbusters and obscure classics, every week. By Itamar Katz', False, True) -add('ThehumanBEing', 'http://thehumanbeing.smackjeeves.com/comics/', u'"A story about friends and enemies; love and hate; forgiving and forgetting; holding on and letting go. A story about being human, and being MORE..." Follow the story of ten friends as they survive college, friendship, love, and life in general. No matter who we are, what we know, or what we believe, we are all HUMAN. Updates: Tuesdays Reads left to right', False, False) -add('TheiaMania', 'http://theia-mania.smackjeeves.com/comics/', u"My own take on Greek mythology. Join Hermes, Hades, Persephone, Athena and the others as they try to deal with themselves, their complicated family and those strange humans. NEKYIA: A journey down to the Underworld. A philosopher and a necromantic priestess enter Hades' realm to find the answer to the question what a good life really is. At the same time, the messenger god Hermes arrives with a message to Hades... DADDY'S GIRL: Athena is miraculously born from her father's head. She's stronger and more intelligent than most people, but deep down she is just a confused child who tries to understand herself, her family and the world around her. This story takes place long before the events in NEKYIA. HERO BONES: A short story about Hermes, love and fossils. Has some mature content, but nothing too explicit. Takes place after NEKYIA DESTROYER OF LIGHT: Tells the story of Persephone and her life with her mother, the harvest goddess Demeter, before she became the queen of the Underworld. Snakes, flowers and dark secrets. Has some mature content. Updates usually once a week.", False, True) -add('ThelaughingDeath', 'http://thelaughingdeath.smackjeeves.com/comics/', u'When Leyr was a little boy, he was taken from the head of the business organisation "Light" - River, who forms him for purposes of the organization to a perfect assassin. But for many reasons, with the passing years, members of the organization get more and more terrified of Leyr. In the end, they decide to kill him ... "Please read from right to left! ^^"', False, True) -add('Themadman', 'http://themadman.smackjeeves.com/comics/', u'everyday insanity, taking what life throws at you and lets imagination run wild^^ updates most likely mondays', False, True) -add('Theswordsmanandtheamnesiac', 'http://tsata.smackjeeves.com/comics/', u'a comic by earthan black and padmini black. updates monday, wednesday, friday Two unrelated stories become one when strangers become friends. One follows a dream while the other flees a nightmare across the haunted land.', True, True) -add('ThiefCatcherRingTail', 'http://tcringtail.smackjeeves.com/comics/', u"RingTail is the hero name of the main character, Lynia, who is actually formally a thief! After her family is arrested she is hired by her rich, genius classmate Rose to test out her superhero inventions. Together, they stop thieves and uncover the sinister plot of Arcadio, Lynia's former employer. This comic reads Left to Right.", False, True) -add('ThinkBeforeYouThink', 'http://thinkbeforeyouthink.smackjeeves.com/comics/', u'A funny, awkward, and spontaneous comic about a guy who can read minds. Updates Fridays.', False, True) -add('ThornTopia', 'http://tnt100.smackjeeves.com/comics/', u"Thorn is reknown for her alts. This a showcase of all the ones she's got! This series is now completed! Many thanks to all the contributors and followers for sticking around!", False, True) -add('ThornsComic', 'http://thornscomic.smackjeeves.com/comics/', u"Isabella's life changes when she meets a centuries-old cursed vagabond prince from another world. Suddenly she is pulled into the curse and demons that control his life. Will she believe in the truth of fairy tales in time to help him? Updates every Sunday. Thorns updates a page ahead on it's original website www.thornscomic.com", False, True) -add('ThroughtheWonkyEye', 'http://through-the-wonky-eye.smackjeeves.com/comics/', u'Going through life changing events, a young man named, Howard Ale, was the famous contortionist: "The Rubber Band Man" from the Hanna Berry Circus. With all his success and fame going to the top why did he mysteriously quit?', False, True) -add('TitleUnrelated', 'http://www.titleunrelated.com/comics/', u'Title Unrelated is a story of family, love, friendship, and identity. An odd family travels to another world in search of their missing sister, but things are not as simple as they hope... Updates Mondays and alternate Fridays.', False, True) -add('TosiHuonoYaoiSarjis', 'http://tosihuonoyaoisarjis.smackjeeves.com/comics/', u'T\xe4m\xe4 on tosi huono Yaoi sarjis, jumalauta se on PASKA oikeesti hyv\xe4 is\xe4 \xe4l\xe4k\xe4\xe4 ny lukeko t\xe4t\xe4 kauhiaa mit\xe4 kuraa ja sontaa t\xe4m\xe4 on eik\xe4! In english: Adin is a young art student who has just broken up with his boyfriend... Suddenly he meets a mysterious guy who helps him out... Where does this situation end up in? UPDATES EVERY DAY!', True, True) -add('TotalPokemonIsland', 'http://tpi.smackjeeves.com/comics/', u"Welcome t'Total Pokemon Island, where 15 teens are gonna rough it out. Watch alliances be made, frienships tested, and a bunch'a other crazy stuff! Not really looking for any co-authors unless I ask you.", False, True) -add('TotallyCrossover', 'http://totallycrossover.smackjeeves.com/comics/', u'There are a lot of typical generic gaming webcomics out there. This one, however, is not one of them. Where most comics are fully happy to parody the gaming world one game at a time, Totally Crossover will parody them all. At the same time. The gaming stars of 2010 unite to face an unknown enemy which could destroy all of time and space itself. This should be fun.', False, True) -add('TrainerWantstoFight', 'http://twtf.smackjeeves.com/comics/', u'Yet another Pokemon webcomic. Updates Tuesdays and Thursdays.', False, True) -add('TransUMan', 'http://transuman.smackjeeves.com/comics/', u'Mutants. Aliens and Zombies, Oh My! It starts simply enough: another day of survival. But then...', True, True) -add('Transfusions', 'http://transfusions.smackjeeves.com/comics/', u"Transfusions is a BL (boylove) webcomic. It's a story about young media student Dylan and vampire Joa, who died in the 80's. Despite the rough start with threatening and snarking their relationship will develop from cute awkwardness to a beautiful romance. For now the comic is SFW, but there will later be some Adult content. When the time comes it will be mentioned beforehand and the pages with adult content will be marked.", False, True) -add('TrillyAndSilly', 'http://trillysilly.smackjeeves.com/comics/', u"This usefull story written by Cynthia and Debby alias Silerna(Silly) and Trilly for those who could use a little edge. Follow their daily shabbies and meet lots of new strange creatures. Give their furry companion and Cynthia's best friend Kitty a big hug and she shall teach you the important things in life as well! Each chapter includes a few short-comic stories that you will enjoy! Seriously... don't try this at home alright ? ~ This comic reads from left to right.", False, True) -add('Troublenextdoor', 'http://troublenextdoor.smackjeeves.com/comics/', u"Ilona hates her new neighbor! Sure he might be a tall, athletic, motorcycle-riding hot model kind of a guy but he's snarky and rude. Just like the jocks in school that used to make fun of Ilona because she was a nerdy tomboy girl. And did he say something about Ilona's panties?! This means war! Ilona wants him gone, right now! Because he's a horrible person...but wait, he actually has a kind side? ...and how come he's always helping her out when she's in a pinch? this is...(you guessed it!) a BOYxGIRL romance sprinkled with a lot of humor and a few tearjerking moments. Hand-drawn, scanned and screentoned.", False, True) -add('UglyBoysLove', 'http://shounenai.smackjeeves.com/comics/', u'', False, True) -add('Uglygame', 'http://uglygame.smackjeeves.com/comics/', u'so takumis had a crush on his teacher mr. asakura (who he lovingly calls sensei) for a long time now, but there are these dumb games that the girls play to see who can get a specific teacher to fall in love with them first, then dump them afterwards. and asakura\u2019s next in the game. not only that, but this kid satoru, whos always bullying takumi, is getting in on the game too and according to everyone hes in the lead. takumi knows what a little shit satoru is and doesn\u2019t want sensei to get hurt, and basically gets tricked into playing the game too. now hes gotta get sensei to fall in love with him before its too late. plots based off scramble game (it made me so mad I thought I could do it better HA) reads from left to right bl/yaoi will have nasty stuff later on~~', False, True) -add('UndertheDeadSkies', 'http://underthedeadskies.thewebcomic.com/comics/', u'Bethany had everything you could ask for. A condo that was (almost) paid off, a well paying job, and most importantly, a family. It all changed in a heart beat and she had to watch as her whole world crumbled around her and soon she found herself alone in a city of flesh-eating zombies. Despite the overwhelming odds against her, Beth has managed to do what very few people have been able to do in this post-apocalyptic nation. She has survived. However, after coming across a young man with an unexpected trait, she finds herself torn between staying in the comfort and safety of her current routine or risking it all for the greater good of humanity.', True, True) -add('UnicampaLapis', 'http://ual.smackjeeves.com/comics/', u'A vida universitaria transformada em manga!', False, True) -add('UpDown', 'http://updown.smackjeeves.com/comics/', u"Eidi is a police officer working in Sunshine City. Being paid less than minimum wage and living in a shabby room with his crabby roommate and partner, Levi, makes life pretty tough for him. On the surface, the world they live in doesn't sound too bad. The city seems quite prosperous, with many MANY skyscrapers and industrial sites. It seems to be a pretty peaceful but loud and fun city. The taxes are low, there's freedom everywhere, very few people are homeless and poor. But if everyone in the world is happy, then it doesn't quite balance out. Underneath the surface, the city is filled with smuggling, murder, and various fights break out in the underground slums. The burden shifts to the police officers, who by law is ordered to make sure the surface of the city is crimeless and keep the two worlds separated. This peace can not last forever. BL/no actual porno Has a main story and some romance bits Not all characters are gay/not every character will have a relationship/if they are in a relationship just because it's BL doesn't mean it's super romantic/ etc etc Updates: Whenever", True, True) -add('UshalaatWorldsEnd', 'http://ushala.smackjeeves.com/comics/', u'Exiled from her tribe for being the reincarnation of their most hated enemy, Ushala wanders a fantastic world in search of answers and redemption. Follow her, the Carrion Wraith Kivar, and the storyteller Cor on a quest to right the wrongs of one ill-lived life.', True, True) -add('VACANT', 'http://vacant.smackjeeves.com/comics/', u'VACANT is a science fiction web comic following Commander Hayze, an agent of "The Eye" a powerful alien government/ corporate agency. Sent on a seemingly simple rescue mission, Hayze stumbles upon a possible explanation for the near extermination of the human race that had taken place over 100 years prior. His only lead is a virus and, along with his crew, Hayze tries to find the cure. Look at official site here: http://www.imaginetheending.net/Vacant.html VACANT also has a Etsy: http://www.etsy.com/shop/ImagineTheEnding?ref=si_shop tumblr: http://vacantcomic.tumblr.com/ twitter: https://twitter.com/VacantComic or Facebook: http://www.facebook.com/pages/Vacant/161911700538775', False, True) -add('Vacan7', 'http://vacan7.smackjeeves.com/comics/', u"Django is living with his younger brother in the heart of the big city named Los Perdidos. He's been stuck in a limbo between being a policeman and being a detective for a while now, and he finds himself falling for his new trainer and partner. On top of that Django starts to see and hear things others can't, and hopes his odd behaviour won't get him in trouble. Six voices seek the seventh, Django. Are they here to help or harm him? Updates Thursdays. Contains m/m. Mature: Occasional swearing and half naked dudes.", True, True) -add('VampireFetish', 'http://vampire-fetish.smackjeeves.com/comics/', u'A crossdressing vampire hunter takes on compulsive vampires in modern London, all the while trying to break into the writing business using the name of the girl he was accused of murdering. Join Jude Hawthorne -- amateur writer, professional vampire hunter! COMEDY - HORROR - ACTION - MYSTERY YA Graphic Novel: Urban Fantasy ----------------------- Read full chapters online monthly @ Manga Magazine Online! http://www.mangamagazine.net loomcomics.com', False, True) -add('VerloreGeleentheid', 'http://verlore.thewebcomic.com/comics/', u'"Verlore Geleentheid" is \'n wetenskapfiksie strokiesprent wat hom deur van die ouer wetenskapfiksie soos "All the Way Back" (Michael Shaara) en "Die Oorlewendes" en "Ruimteskip Celeste" (albei deur Johan Bredell) laat inspireer. "Lost Opportunity" is a sci-fi webcomic which is inspired by older SF like "All the Way Back" (Michael Shaara) and "The Survivors" and "Spaceship Celeste" (both by Johan Bredell). It is in Afrikaans. The English version is here: http://lost-opportunity.thewebcomic.com/', False, True) -add('VoidMisadventures', 'http://voidmisadventures.smackjeeves.com/comics/', u"Quotes ------------------------------------------------------- Alexini: GAAAH! SPARK! Y U TOOK MAH BUCKET?!?!?!?! :C \\_/ Burey: By the name of Daucaus, I shall EAT those cookies! Carbon: i'm hardcore Dry: HYPER-NOVA SAYO-NARA SUCK-AAAAAAAAAA Firekitty: Meow. *coughs up burning hairball onto something flammable* Gigi: You've gotta tell me when you turn on the mic, ok? Wait, it's already on?! HOW COUL- Jason: cavestorycavestorycavestorycavestorycavestorycaoeocirvgiarbvrsvoefssr S Spark: *gets burning hairball coughed onto hair* AAAAAAAAAAAAAAAAAAAHHHH *grabs Alexini's bucket and pours it on self* Tater: :( Ryan: What's that? You want an explanation? Well too bad! ------------------------------------------------------- Skype Chat: Add firecat1311 on skype and we can see how it works from there. Most of us are there every day, and some amount of activity is expected from everyone, so keep that in mind.", False, True) -add('VoyageoftheBrokenPromise', 'http://voyageofthebrokenpromise.smackjeeves.com/comics/', u'The pirate crew of the mysterious starship Broken Promise seek revenge on a corrupt Admiral who ordered the destruction of a defenseless agricultural colony. Space pirates, aliens, princesses and valiant captains ply the space lanes in this epic journey! ****Mature Content****** Nudity and erotic content.', True, True) -add('WHATaboutSHADOWS', 'http://was.smackjeeves.com/comics/', u'Charlie is a relatively normal teenage boy, who enjoys hunting supernatural creatures with his homemade "ghost-tracking-device" in his spare time. One day he meets a strange man, who has lost his cane. Charlie then decides to help the man find it, which was probably the worst decision he ever made. Updates Mondays (or Tuesday sometimes whoops).', False, True) -add('WakeEcho', 'http://echo.smackjeeves.com/comics/', u'After an encounter with a soul-stealing shadow, Arial sets off on a journey to reclaim what he has lost. However, his task is much more complicated than he bargains for, and he quickly begins to learn the consequences of wandering into the dark...', False, True) -add('Wander', 'http://wander.smackjeeves.com/comics/', u"Three young ladies meet each other through circumstances absurd and unavoidable. Friendship formed (despite any attempts to prevent it) they wander through their world, traveling to new places and having adventures. Piper has to avenge her ex girlfriend's broken heart. Arilsden has to seek out her own path, not follow her family's footsteps. Fantz wants this itch on her butt to go away. Updates Mondays and Thursdays.", False, True) -add('WantedDeadorDead', 'http://wanteddeadordead.smackjeeves.com/comics/', u'Two greedy undead bandits cause havoc in the wild west until one day a misterious little girl in a weird outfit hires them in order to help her father. Demons, monsters and wild west action! Beware of violence and foul language. Read L-->R Updates: Wednesday and Friday. Comment plz! :3', False, True) -add('Wayfar', 'http://wayfar.smackjeeves.com/comics/', u'In the middle of nowhere, surrounded by a really big wall, rests Hometown. Here, the metal faced Teks rule and act as a constant reminder of the people\u2019s place in the world \u2013 in town and without question. Be efficient, productive and avoid wasting time and mind on trivialities. Under the two suns, in an out-of-the-way part of town, two friends are content making art.', False, True) -add('Waysoftheheart', 'http://wayoftheheart.smackjeeves.com/comics/', u'"Fate is destined for one fennec when he bumps into a raccoon one morning. Theyd fall in love, and eventually become mates. But shes not the only one fighting for the young fennecs heart."', False, True) -add('WeAreGolden', 'http://wearegolden.smackjeeves.com/comics/', u'"We are not what you think we are, we are golden" (Mika, We are Golden 2009) A story of self-discovery, sexuality and relationships. When Olivia Barclay was forced to move from her high class private school to a scummy comprehensive it felt like the end of the world. But it was only the beginning... (God, anyone want some wine with that cheese? I\'m really no good at taglines!) Warning: contains examples of British humour. If there\'s any slang you don\'t understand, just ask :) Also, yaoi, yuri, het and any other kind of relationships you can think of. Updated Wednesday and Sunday. Mostly.', True, True) -add('WelcometoFreakshow', 'http://welcometofreakshow.smackjeeves.com/comics/', u'The audience roars, the acrobats and performers provide them with a spectacle unrivaled in all of Europe. The lights die, and the audience is now the entertainment for the apathetic circus. As blood and bone rush to the surface, one man leads the troupe downward to the darkest ring of all. Welcome to the Freakshow. //Updates Every Friday//', False, False) -add('WelcometothePCA', 'http://welcometothepca.smackjeeves.com/comics/', u'Pokemon Combat Academy - where fighting is your schoolwork! Timid little Cyndaquil Hirohiko Rangoku has to square off against a monster of a delinquent for his Combat mid-terms! Not only must he conquer his fears, he must also contend with a little battlefield drama, too! Loosely based off the FurAffinity/DeviantArt art-and-RP community of the same name.', False, True) -add('WhatAboutLove', 'http://whataboutlove.smackjeeves.com/comics/', u"Takao has had a secret crush on his classmate, Hisoka, since he first entered high school. Now it's Takao's last year and he figures it's now or never so he does the crazy thing and confesses. Much to his surprise, Hisoka agrees to be his boyfriend. Takao is in pure bliss... until he realizes Hisoka has different aims. While Takao wants an actual relationship all Hisoka seems to be interested in is, well, physical stuff. So now Takao has to figure out a way to make Hisoka see him in a different way, but that's not easy since other men (realizing Hisoka goes that way) have taken an interest. Can Takao fend off potential rivals and get the guy he loves to love him back while facing all the other drama that comes with high school? Probably not, but that won't stop him from trying! Warning: - This is a Yaoi comic. I think that should be self-explanatory, but that means man on man action.", True, True) -add('Whatisdeepinonesheart', 'http://ones-mindt.smackjeeves.com/comics/', u'loosely translated: " inner feelings /what is deep in one\'s heart" The one that devoured the Eceshion bible holds the source to the worlds survival; Those who are being destroyed and those who are now conquering. Take heed that the one who devoured such a powerful book needs to know how to control it or it will cause destruction to all living beings. Claim it as your own, but don\'t let it sit forever unclaimed, for in the end one must decide what is more important, the ones close to you, our survival or the one we are omitted to care for. contains: boys love, cross dressing, monsters,vampires, animal people all around dementedness. NOTES: (Posting because it is a collaborative comic with Dani) 1. the comic was drawn back in 2009, so the art is a bit wonky till it catches up 2. The comic content does contain yaoi, However, due to smack jeeves rules and regulations: that content WILL NOT be seen on this site. The yaoi version of the comic in full will be seen on a Tumblr. this version is the version that contains black out pages and currently redrawn to contain version without Yaoi. 3. posting will be daily till it\'s caught up to the latest page: 1 page a day.', False, True) -add('WhenSheWasBad', 'http://whenshewasbad.smackjeeves.com/comics/', u'For every story about a hero, there is a "bad guy". Only, this story isn\'t about the hero. It\'s about the smart-alec, tough-as-nails villain. About her fights, her triumphs, her losses, her lackeys... And maybe her love life. If she can ever get the guts to ask the girl of her dreams out. (contains mostly yuri/GL and a bit of background het...Beware of foul language. It\'s mostly rated "mature" for violence and cursing. Sort of like an extremely f-d up reverse version of a magical girl story.) Read L->R, western style. **Updates Tuesdays and Fridays, currently.** Sidenote... This comic is not for horny guys hoping to see "HOTT LESBO ACTION ZOMG!!!11ONE" Yes, the main character happens to be a lesbian. But this story is about the plot, not "porn".', False, True) -add('Whenweweresilent', 'http://silence.smackjeeves.com/comics/', u'Two girls with different pasts, problems and ambitions - one future and one friendship.', False, False) -add('WhereaboutsOfTime', 'http://wot.smackjeeves.com/comics/', u"Inuyasha (c) Rumiko Takahashi Kagome Chronicles-Whereabouts of Time(c) matsujun4me aka Catherine Fermin Sukujou & Renkayasha(c) matsujun4me So this is my story: Whereabouts of Time or WOT for short. The full name is really long: Kagome Chronicles-Whereabouts of Time. I forgot to write the date I actually started this, but I believe that it was in June 09, 2009. This is actually the first comic that I post to the public. I've done others but they're old works. So this is more practice for the future. This is a story more based on Kagome and her adventures three years after defeating Naraku. I don't write much of the story itself here cause once you see the first page, you'll see the description. Enjoy!", False, True) -add('WhiteHeart', 'http://whiteheart.smackjeeves.com/comics/', u'"Lady Love received a magical book of the dark powers to her hands, and summoned a great, divine spirit. The spirit promises that Lady can make one wish, if she catches all the eight special albino souls and brings them to the spirit. Greedy Lady accepts the mission, and so the bloody collecting of albino humans begin... White is a tough and intense young man from the streets. He has been running away from Lady ever since when Love killed his gang and beloved. White is thirsty for revenge, but can do nothing but run away from Love and her henchmen... However, White finally meets Black, a friendly musician, who takes White with him and wants to help him in any way he possibly can. Both of them become good friends, but living in the same apartment makes both of them feel something stronger than just friendship..." WARNING: This comic contains gay relationships, sex, blood, swearing, crying and angsting, confusing scenes, drama and possible grammar mistakes. NOTICE! I started the comic in 2008, so the first four chapters are pretty awful to read... but please bear it, \'cause I\'m saving all the re-drawn pages for the possible-author\'s edition.', True, False) -#add('WhiteNoise', 'http://white-noise.smackjeeves.com/comics/', u'Warning: Shoujo/Shojo Story about the lives of 4 individuals. ~ Romance/Humour ~ Read from left to right >>>>>', False, True) -add('WildWingBoys', 'http://wwb.smackjeeves.com/comics/', u"It's the original Wild Wing Boys, never before seen in its entirety on the Internet! Follow the wacky hijinks of the Gundam Wing characters with sandwich obsessions, meat collecting, and cameos a-plenty! Updates when I can get around to it because school is killer.", False, True) -add('WildWingBoysKoathArc', 'http://wwbka.smackjeeves.com/comics/', u'When a freak dimensional portal sends the five main characters of Gundam Wing into a fantasy world and puts Heero in a coma, the four remaining pilots, accompanied by a young catboy named Toko, must conquer various obstacles in finding a cure...and a way home.', False, True) -add('Wildflowers', 'http://wildflowers.smackjeeves.com/comics/', u'A web comic about love, life, and trying to comes to terms with being transgender. Sometimes dark, sometimes light, and always an attempt at a honest look at transexual life. Updating every day, including weekends!', False, True) -add('WingsOverEthereal', 'http://wings-over-ethereal.smackjeeves.com/comics/', u'[Comic is on break while I prep for more Crisis of the Ancients pages, see you on the 25th!] The age-old fantasy story of a boy and a princess, yet a tale unlike any other... ********************************************* Set in the fictional world of Chrona, "Wings Over Ethereal" is a twisting tale of love and hate set in two Kingdoms living with the tension of an ever-present threat of war. While the beings of these kingdoms go on with their lives either fearing war or welcoming it, they remain blind to the true darkness that seeks to change the course of their world forever. The fate of these two Kingdoms, and perhaps the entire world, rests in the Love between a Human... And an Angel... *********************************************', False, True) -add('WingsTurnedtoDust', 'http://wingsturnedtodust.smackjeeves.com/comics/', u"Sei, Noruku, and Kana were all born with a touch of animal parts, which is actually quite common in their world! Unfortunately for the bunch, their powers that come with the cute ears and tail combo aren't all that welcome by ones born without them. As they train to get stronger for reasons unknown to them, they begin to realize what dangers lie ahead of them as the world opens up and shows its true colors, challenging their friendship and family bonds. Want to support this comic? Physical copies of each completed book are available, as well as merchandise! Book 1 - http://www.lulu.com/shop/spoony-and-murphy/wings-turned-to-dust-book-1/paperback/product-17447851.html Book 2 - http://www.lulu.com/shop/spoony-and-murphy/wings-turned-to-dust-book-2/paperback/product-20665472.html Merchandise - http://flurryofschemingdestiny.spreadshirt.com/", False, True) -add('WolfWolf', 'http://wolfwolf.smackjeeves.com/comics/', u'The daily lives of an ordinary group of friends: Mafer, The carnivorous Woman. London, The helpless romantic gamer. German, Hairstylist by day, Boxer by night. Elena, Possible Robot. Mayo, Japanophile psychopath. Vidal, Cross-dresser. Jose Maria, 24 FPS Dreamer. Updates: Twice a week. (random) Genre: Seinen; Daily life, Comedy, Super Robot, Romance, Tragedy, NTR. Length: 22 episodes.', False, True) -add('WonderTheatre', 'http://wondertheater.smackjeeves.com/comics/', u'Here is my own take of Alice in Wonderland. This is a story about Alfie and Mary-ann, and their encounters of the "Wonder Theatre". One night, while working as a carpenter in an old theatre, Alfie meets Mary-ann, a girl who seems to secretly appear where ever he goes... Just before they become friends, a set of bizarre characters show up in the name of the "Red Prince", to hunt down the mysterious "White Princess". Alfie soon discovers he must protect this White Princess around the clock, without knowing whom she really is... So with the assistance of a rally of mad acquaintances, he has his mirror disguise "Jasper", to use his magic against the "Duchess"\'s wrath, while he fools the public into thinking it\'s all a big mad act! Meanwhile, as Mary-ann holds hope in her father\'s return, she finds she must use her own magic, in order to inspire and protect her friends, and childhood crush... May the show begin!!', False, True) -add('Wootlabs', 'http://wootlabs.thewebcomic.com/comics/', u'"Square Woot is the worst supervillain I ever fought. She held her death ray backwards and vaporized half of her robot army." - Riot Girl, superhero "An uplifting story for anyone that loves cute things in hats." - Penguin Parade Weekly "THIS IS THE STORY OF CATBOT 9000. EVERYONE ELSE IN IT IS STUPID AND NOT CATBOT 9000." - Catbot 9000 Square Woot is a genius with robots, weapons, and that funky little thing called science. Joined by her penguin sidekick and her family of creations, all she wants to do is rule the world. At least, that\'s all she used to want. A chance encounter has the group thinking that it might be more fun to be heroes from now on. Is the city ready to be saved through mad science?', False, True) -add('XXMoralityXx', 'http://xxmoralityxx.smackjeeves.com/comics/', u"Follow the live's of the members of squad 2. The newly graduated Light members, about to go on their first mission, to Fenris Castle. Their goal? To find the Light Princess before the Dark's consumes the world. There will be laughs, tears and love, but can squad 2 finish their mission with out falling to the Dark?", False, True) -add('YadotCakeShop', 'http://yadotcakeshop.smackjeeves.com/comics/', u"The oh so popular Yadot Cake Shop has packed up it's things and moved to a new location, still within the area of Canada. The owner, young 16 year old Tai, had to move the shop to another location in order to avoid law issues that would have closed down Yadot forever. Though some employees have been lost the doors are open for more, to ever make more friends and relationships. The Yadot Cake Shop is an all male cafe that has a habit of having it's employee fall in love within it's walls. Besides making amazing cakes and pastries it is also a great source of fanservice. COME AND ENJOY THE SPLENDOR~! :ACCEPTING APPLICATIONS FOR A LIMITED TIME: :WARNING: THERE IS MATURE THEMES WITHIN THIS COMIC, I GUARANTEE :WARNING:", True, True) -add('YamanaokiHighSchool', 'http://yamanaokihs.smackjeeves.com/comics/', u"there're a lot of dimensions on this world and Honjitsu is where 8 students will live the adventure of their lives... Facebook page: http://www.facebook.com/#!/pages/Yamanaoki/167250876624086 version espa\xf1ol: http://yamanaoki.smackjeeves.com be nice 8D", False, True) -add('YouAreTheReasonForTheEndOfTheWorld', 'http://thereasonfortheendoftheworld.smackjeeves.com/comics/', u"Based on Norse mythology, the comic follows the Aesir Odin, Freyr, Thor and Loki as they and their children struggle to overcome their fates: to burn and die in the fires of Ragnarok, the so-called Twilight of the Gods. However, the enemies of the Asgard, the Jotun, aren't about to go quietly and they have found a way to twist Fate to their advantage. I started this comic to work on my drawing skills, it's all done by hand, with pencil, pen, ink brush and markers.I try to get a chapter up at the beginning of every month!", False, True) -add('YoungCannibals', 'http://www.youngcannibals.net/comics/', u"The story of one girl's battle NOT to kill her friends. Updates every Monday & Friday.", False, True) -add('ZaenWell', 'http://zaenwell.smackjeeves.com/comics/', u'Thrown into the well of the Gods as part of an initiation, Renee Nathans has fourteen days to find a suitable God to bring back into the world of humanity. Danger lurks behind every corner, however, and when a rogue God decides humanity is no longer necessary, an already difficult task becomes even harder...', False, True) -add('ZeldaTheNewAdventureofLinkIIMajorasMask', 'http://newlink.smackjeeves.com/comics/', u'In the land of Termina, in small Clock Town, a carnival is held in honor of the seasons. A looming evil, however, lurks above the town sent by a mischievous Skull Kid wearing a foreboding mask. Now Termina is in need of heroes. Heroes who are willing to traverse the land through dangerous dungeons, defeat terrible enemies and wake the creature that can stop the coming disaster. Once again, join Link and Cloud along with some new friends on their newest adventure to stop the forces of evil... but can even they stop the evil in three days? Updated weekly... usually. Based on the characters and story created and owned by Nintendo. Final Fantasy characters owned by Square Enix. Other characters parodied shown belong to their respective owners.', False, True) -add('_A_', 'http://a-the-stalker.smackjeeves.com/comics/', u'"A" is a light story of how a young girl, Ryza Hartfelt, learns how to deal with infatuation, stress, friendship, and an unknown person who calls himself "A". At first, she dislikes "A" for being a stalker, but that soon changes as she goes through a journey of self-discovery with him. This manga series was completed on July 10, 2013 Please read from right to left ^^', False, True) +add('20TimesKirby', 'http://20xkirby.smackjeeves.com/comics/', False, True) +add('2Kingdoms', 'http://2kingdoms.smackjeeves.com/comics/', False, False) +add('355Days', 'http://355days.smackjeeves.com/comics/', False, True) +add('AB', 'http://alistairandboggart.smackjeeves.com/comics/', True, True) +add('ADoodleADay', 'http://adoodleaday.smackjeeves.com/comics/', False, True) +add('AGirlAndHerShadow', 'http://agirlandhershadow.smackjeeves.com/comics/', False, True) +add('AGirlontheServer', 'http://girlontheserver.smackjeeves.com/comics/', False, True) +add('AKirbyKomic', 'http://akirbykomic.smackjeeves.com/comics/', False, True) +add('ALaMode', 'http://alamode.smackjeeves.com/comics/', False, False) +add('ANGELOU', 'http://angelou-esp.smackjeeves.com/comics/', False, True) +add('APTComic', 'http://aptcomic.smackjeeves.com/comics/', False, True) +add('AQuestionOfCharacter', 'http://aqoc.smackjeeves.com/comics/', False, True) +add('ASongforElise', 'http://asongforelise.smackjeeves.com/comics/', True, True) +add('AYuriCollab', 'http://ayuricollabbitches.smackjeeves.com/comics/', True, True) +add('Aarrevaara', 'http://aarrevaara.smackjeeves.com/comics/', False, True) +add('AchievementStuck', 'http://achievementstuck.smackjeeves.com/comics/', False, True) +add('AcidMonday', 'http://acidmonday.smackjeeves.com/comics/', True, True) +add('Adalsysla', 'http://adalsysla.smackjeeves.com/comics/', False, True) +add('AddictiveScience', 'http://addictivescience.smackjeeves.com/comics/', False, True) +add('AdventuresofLumandFriends', 'http://aolaf.smackjeeves.com/comics/', False, True) +add('AdventuresoftheWeird', 'http://adventuresoftheweird.smackjeeves.com/comics/', False, True) +add('AetherTheories', 'http://aethertheories.smackjeeves.com/comics/', False, True) +add('AgeoftheGray', 'http://ageofthegray.smackjeeves.com/comics/', True, True) +add('AllInLOVE', 'http://allinlove.smackjeeves.com/comics/', False, True) +add('AllStarHeroes', 'http://allstarheroes.smackjeeves.com/comics/', False, True) +add('Allthatglitters', 'http://atg.smackjeeves.com/comics/', True, True) +add('AloversRule', 'http://aloversrule.smackjeeves.com/comics/', True, True) +add('AlwaysDamnedWebcomic', 'http://alwaysdamned.smackjeeves.com/comics/', True, True) +add('AlwaysRainingHere', 'http://alwaysraininghere.smackjeeves.com/comics/', False, True) +add('Amaravati', 'http://amaravati.smackjeeves.com/comics/', False, True) +add('AmorVincitOmnia', 'http://avo.smackjeeves.com/comics/', True, True) +add('AmsdenEstate', 'http://monsterous.smackjeeves.com/comics/', False, True) +#add('Amya', 'http://amya.smackjeeves.com/comics/', False, True) +add('Anathemacomics', 'http://anathema-comics.smackjeeves.com/comics/', False, True) +add('AngelBeast', 'http://angel-beast.smackjeeves.com/comics/', False, True) +add('AngelGuardian', 'http://angel-guardian.smackjeeves.com/comics/', False, True) +add('AnimalAdventures', 'http://animaladventures.smackjeeves.com/comics/', False, True) +add('Animayhem', 'http://animayhem.smackjeeves.com/comics/', False, True) +add('Anythingaboutnothing', 'http://www.anythingcomic.com/comics/', False, True) +add('ArchportCityChronicles', 'http://tjs.smackjeeves.com/comics/', False, True) +add('Area9', 'http://area-9.smackjeeves.com/comics/', False, False) +add('AroundtheBlock', 'http://aroundtheblock.smackjeeves.com/comics/', False, True) +add('ArtofAFantasy', 'http://artofafantasy.smackjeeves.com/comics/', True, True) +add('AtArmsLength', 'http://atarmslength.smackjeeves.com/comics/', False, True) +add('Atlaswebcomic', 'http://atlaswebcomic.smackjeeves.com/comics/', False, True) +add('Autophobia', 'http://autophobia.smackjeeves.com/comics/', True, False) +add('Aware', 'http://aware.smackjeeves.com/comics/', False, True) +add('AwesomeSauce', 'http://tdawesomesauce.smackjeeves.com/comics/', False, True) +add('AyaTakeo', 'http://ayatakeo.smackjeeves.com/comics/', False, True) +add('BLDShortComics', 'http://bldshortcomics.smackjeeves.com/comics/', False, True) +add('BLOT', 'http://blotcomic.smackjeeves.com/comics/', False, True) +add('BabysittingFourDemons', 'http://babysitting4demons.smackjeeves.com/comics/', False, True) +add('Babywhatsyoursign', 'http://babywhatsyoursign.smackjeeves.com/comics/', False, True) +add('BadassRiz', 'http://badassriz.smackjeeves.com/comics/', False, True) +add('BallandChain', 'http://ballandchain.smackjeeves.com/comics/', False, True) +add('Bard', 'http://barred.smackjeeves.com/comics/', False, True) +add('BassComicAdventures', 'http://basscomicadventures.smackjeeves.com/comics/', False, True) +add('BattleSequence', 'http://battlesequence.smackjeeves.com/comics/', False, True) +add('Bearhoney', 'http://bear-honey.smackjeeves.com/comics/', False, True) +add('BearlyAbel', 'http://bearlyabel.smackjeeves.com/comics/', False, False) +add('BeautifulLies', 'http://beautiful-lies.smackjeeves.com/comics/', False, True) +add('BehindTheObsidianMirror', 'http://obsidian-mirror.smackjeeves.com/comics/', True, True) +add('Behindtheglasscurtain', 'http://g1ass.smackjeeves.com/comics/', False, True) +add('BeretCatComics', 'http://beretcatcomics.smackjeeves.com/comics/', False, True) +add('Bestbrosforever', 'http://bestbrosforever.smackjeeves.com/comics/', False, True) +add('Betovering', 'http://betovering.smackjeeves.com/comics/', False, True) +add('BettencourtHotel', 'http://www.welcometobettencourt.com/comics/', False, True) +add('BetweenLightandDark', 'http://bld.smackjeeves.com/comics/', False, True) +add('BetweenWorlds', 'http://betweenworlds.smackjeeves.com/comics/', True, True) +add('Betwin', 'http://be-twin.smackjeeves.com/comics/', False, True) +add('BeyondTemptation', 'http://beyondtemptation.smackjeeves.com/comics/', False, True) +add('BeyondTheOrdinary', 'http://bto.smackjeeves.com/comics/', False, True) +add('BioRevelation', 'http://biorevelation.smackjeeves.com/comics/', False, True) +add('Bl3', 'http://bl3.smackjeeves.com/comics/', False, True) +add('BlackDragon', 'http://blackdragon.smackjeeves.com/comics/', False, True) +add('BlackFridayRule', 'http://blackfridayrule.smackjeeves.com/comics/', False, True) +add('BlackSheepcomic', 'http://black-sheep.smackjeeves.com/comics/', False, True) +add('BlackandBlue', 'http://black-and-blue.smackjeeves.com/comics/', False, True) +add('Blackdemon', 'http://blackdemoncomics.smackjeeves.com/comics/', False, True) +add('BleachRedux', 'http://bleachredux.smackjeeves.com/comics/', False, True) +add('BlindandBlue', 'http://blindandblue.smackjeeves.com/comics/', False, False) +add('BloodhuntersBirthofavampire', 'http://bloodhunters.smackjeeves.com/comics/', False, True) +add('Bloodyfairytale', 'http://yaika.smackjeeves.com/comics/', False, True) +add('BloomaPokemonConquestComic', 'http://bloomconquest.smackjeeves.com/comics/', False, True) +add('BlueHair', 'http://bluehair.smackjeeves.com/comics/', False, True) +add('BlueWell', 'http://www.bluewellcomic.com/comics/', False, False) +add('BoilingPointofBrain', 'http://bpob.smackjeeves.com/comics/', False, True) +add('BoogeyDancingMonkeyPot', 'http://monkeypot.smackjeeves.com/comics/', False, True) +add('BreachofAgency', 'http://breachofagency.smackjeeves.com/comics/', False, True) +add('BreakfastonaCliff', 'http://boac.smackjeeves.com/comics/', False, True) +add('Burn', 'http://burn.smackjeeves.com/comics/', False, True) +add('ByTheBook', 'http://bythebook.smackjeeves.com/comics/', False, False) +add('CafeAmargo', 'http://cafeamargo.smackjeeves.com/comics/', False, True) +add('CafeSuada', 'http://cafesuada.smackjeeves.com/comics/', False, True) +add('Cambion', 'http://cambion.smackjeeves.com/comics/', True, True) +add('CaptiveSoul', 'http://captive-soul.smackjeeves.com/comics/', False, True) +add('Captor', 'http://captor.smackjeeves.com/comics/', False, True) +add('CaravanaTaleofGodsandMen', 'http://www.caravantale.com/comics/', False, True) +#add('Carciphona', 'http://carciphona.smackjeeves.com/comics/', False, True) +add('Cataclysm', 'http://cataclysm.smackjeeves.com/comics/', False, True) +add('Catnip', 'http://catnipmanga.smackjeeves.com/comics/', True, True) +add('Cerintha', 'http://cerintha.smackjeeves.com/comics/', False, True) +add('ChampionofChampions', 'http://championofchampions.smackjeeves.com/comics/', False, True) +add('ChampionsandHeroesAgeofDragons', 'http://championsandheroes.smackjeeves.com/comics/', False, True) +add('ChannelDDDNews', 'http://dddnews.smackjeeves.com/comics/', False, True) +add('ChaosAdventuresII', 'http://chaosadventuresii.smackjeeves.com/comics/', False, True) +add('ChaosTheory2005', 'http://chaostheory2005.smackjeeves.com/comics/', False, True) +add('ChaoticNation', 'http://chaoticnation.smackjeeves.com/comics/', True, True) +add('Charaktermaske', 'http://charaktermaske.smackjeeves.com/comics/', False, True) +add('Chatuplines', 'http://chatuplines.smackjeeves.com/comics/', False, True) +add('CheneysGotaGun', 'http://cheney.smackjeeves.com/comics/', False, True) +add('ChickenScratches', 'http://chickenscratches.smackjeeves.com/comics/', False, True) +add('ChildrenoftheNight', 'http://cotn.smackjeeves.com/comics/', False, True) +add('ChimiMouryou', 'http://cmmr.smackjeeves.com/comics/', False, True) +add('ChocolatewithPepper', 'http://chocolate-with-pepper.smackjeeves.com/comics/', False, True) +add('CityFolk', 'http://cityfolk.smackjeeves.com/comics/', False, True) +add('ClairetheFlare', 'http://clairetheflare.smackjeeves.com/comics/', False, False) +add('CleanCure', 'http://cleanpluscure.smackjeeves.com/comics/', False, True) +add('ClockworkAtrium', 'http://www.clockwork-atrium.com/comics/', False, True) +add('CloeRemembrance', 'http://cloe.smackjeeves.com/comics/', False, False) +add('CockroachTheater', 'http://cockroachtheater.smackjeeves.com/comics/', False, True) +add('Cogs', 'http://cogs.smackjeeves.com/comics/', False, True) +add('ColorBlind', 'http://cbcomic.smackjeeves.com/comics/', False, True) +add('ConventionalWisdom', 'http://conventionalwisdom.smackjeeves.com/comics/', False, True) +add('CosmicDash', 'http://cosmicdash.smackjeeves.com/comics/', False, True) +add('Cramberries', 'http://cramberries.smackjeeves.com/comics/', False, True) +add('CrimsonWings', 'http://crimson-wings.smackjeeves.com/comics/', False, True) +add('CrocodileTears', 'http://crocodile-tears.smackjeeves.com/comics/', True, True) +add('CupofOlea', 'http://cupofolea.smackjeeves.com/comics/', False, True) +add('CurseLineage', 'http://curselineage.smackjeeves.com/comics/', False, True) +add('DBON', 'http://dbondoujin.smackjeeves.com/comics/', False, True) +add('DEGAF', 'http://degaf.smackjeeves.com/comics/', False, True) +add('DEMENTED', 'http://demented.smackjeeves.com/comics/', True, True) +add('DaddysGirl', 'http://daddysgirl.smackjeeves.com/comics/', False, True) +add('DanielleDark', 'http://danielledark.smackjeeves.com/comics/', False, True) +add('Dasien', 'http://dasien.smackjeeves.com/comics/', True, True) +add('DavidDoesntGetIt', 'http://daviddoesntgetit.smackjeeves.com/comics/', False, True) +add('DeadtoDay', 'http://deadtoday.smackjeeves.com/comics/', False, True) +add('DeathNoteIridescent', 'http://dn-iridescent.smackjeeves.com/comics/', False, False) +add('DebtSettlement2OperationExtinction', 'http://debts2.smackjeeves.com/comics/', True, True) +add('Debtsettlement', 'http://debts.smackjeeves.com/comics/', True, True) +add('DefyingGravityTheFourGreatGuardians', 'http://defyinggravitycomic.smackjeeves.com/comics/', False, True) +add('DemonBattles', 'http://demonbattles.smackjeeves.com/comics/', False, True) +add('DemonCat', 'http://demoncat.smackjeeves.com/comics/', False, True) +add('DemonEater', 'http://demoneater.smackjeeves.com/comics/', True, False) +add('DenizensAttention', 'http://denizensattention.smackjeeves.com/comics/', False, False) +add('Destinationunknown', 'http://destination-unknown.smackjeeves.com/comics/', False, True) +add('DevilTrainee', 'http://deviltrainee.smackjeeves.com/comics/', False, True) +add('DevilTraineeSpanish', 'http://deviltraineespanish.smackjeeves.com/comics/', False, True) +add('DevilsCake', 'http://devilscake.smackjeeves.com/comics/', False, False) +add('DevotoMusicinHell', 'http://devoto.smackjeeves.com/comics/', True, True) +add('Diaz', 'http://diaz.smackjeeves.com/comics/', False, True) +add('Diexemor', 'http://diexemor.smackjeeves.com/comics/', False, True) +add('DigimonSaviors', 'http://digimonsaviors.smackjeeves.com/comics/', False, True) +add('DigimonTamersMiraiProject', 'http://digimontamersmiraiproject.smackjeeves.com/comics/', False, True) +add('DigisRandomSpriteshack', 'http://digisspriteshack.smackjeeves.com/comics/', False, True) +add('DigitalInsanity', 'http://digitalinsanity.smackjeeves.com/comics/', False, True) +add('DoItYourself', 'http://diy.smackjeeves.com/comics/', False, True) +add('Dontdie', 'http://dontdie.smackjeeves.com/comics/', False, True) +add('DoodleBeans', 'http://beans.smackjeeves.com/comics/', True, True) +add('DoodlingAround', 'http://doodlingcomic.smackjeeves.com/comics/', False, True) +add('DoomsdayMyDear', 'http://www.doomsdaymydear.com/comics/', False, True) +add('DragonKid', 'http://dragonkid.smackjeeves.com/comics/', False, True) +add('Dragonet', 'http://dragonet.smackjeeves.com/comics/', False, True) +add('DumpofManyPeople', 'http://dumpofmanypeople.smackjeeves.com/comics/', False, True) +add('DungeonHordes', 'http://dungeonhordes.smackjeeves.com/comics/', False, True) +add('EATATAU', 'http://eatatau.smackjeeves.com/comics/', False, True) +add('EDepthAngel', 'http://edepth.smackjeeves.com/comics/', False, True) +add('ERAConvergence', 'http://convergence.smackjeeves.com/comics/', False, True) +add('ERAIbuki', 'http://eraibuki.smackjeeves.com/comics/', False, True) +add('ERRORERROR', 'http://errorerror.smackjeeves.com/comics/', False, False) +add('EidolonWhispersofEternity', 'http://whispersofeternity.smackjeeves.com/comics/', False, True) +add('ElementalSpirits', 'http://elementalspirits.smackjeeves.com/comics/', False, True) +add('ElfenLiedDifferences', 'http://differences.smackjeeves.com/comics/', True, True) +add('EnkeltenKentta', 'http://enkeltenkentta.smackjeeves.com/comics/', True, True) +add('Enthrall', 'http://enthrall.smackjeeves.com/comics/', True, True) +add('Entreeuxdeux', 'http://entreuxdeux.smackjeeves.com/comics/', False, True) +add('Entuthrie', 'http://entuthrie.smackjeeves.com/comics/', True, True) +add('Eorah', 'http://eorah.smackjeeves.com/comics/', True, True) +add('EozinKadonnutKuningas', 'http://eozinkadonnutkuningas.smackjeeves.com/comics/', False, True) +add('EpicChaos', 'http://epicchaos.smackjeeves.com/comics/', False, True) +add('Equsopia', 'http://equsopia.smackjeeves.com/comics/', False, True) +add('EternalKnights', 'http://eternalknights.smackjeeves.com/comics/', True, True) +add('EuphemisticEephus', 'http://eephus.smackjeeves.com/comics/', False, True) +add('EvD', 'http://ev-d.smackjeeves.com/comics/', False, True) +add('EvilPlan', 'http://evilplan.thewebcomic.com/comics/', False, False) +add('ExperimentalMegaman', 'http://ex90081.smackjeeves.com/comics/', False, True) +add('EyesofaDigimon', 'http://eoad.smackjeeves.com/comics/', False, True) +add('FailureConfetti', 'http://failureconfetti.smackjeeves.com/comics/', False, False) +add('FairyTaleRejects', 'http://fairytalerejects.thewebcomic.com/comics/', True, True) +add('FaithlessDigitals', 'http://faithlessdigitals.smackjeeves.com/comics/', False, True) +add('FalconersDailyStrips', 'http://falcdaily.smackjeeves.com/comics/', False, True) +add('FallenAngelslove', 'http://fallen-angels-love.smackjeeves.com/comics/', False, True) +add('FarOutMantic', 'http://meteorflo.smackjeeves.com/comics/', False, True) +add('FarOutThere', 'http://faroutthere.smackjeeves.com/comics/', False, True) +add('FatetheAnthologyofKaienandhisfuckingmagicfriends', 'http://fatehoho.smackjeeves.com/comics/', False, True) +add('FeathersPI', 'http://featherpi.smackjeeves.com/comics/', True, True) +add('FemmeSchism', 'http://femmeschism.smackjeeves.com/comics/', False, True) +add('FeralGentry', 'http://feralgentry.smackjeeves.com/comics/', False, True) +add('FinalArcanum', 'http://finalarcanum.smackjeeves.com/comics/', False, True) +add('FireWire', 'http://firewire.smackjeeves.com/comics/', False, True) +add('FireredLisasReise', 'http://lisasreise.smackjeeves.com/comics/', False, True) +add('FlyorFail', 'http://flyorfail.smackjeeves.com/comics/', False, False) +#add('FootLoose', 'http://footloose.smackjeeves.com/comics/', False, True) +add('ForcedSeduction', 'http://forced-seduction.smackjeeves.com/comics/', False, True) +add('ForestHill', 'http://www.foresthillcomic.org/comics/', False, False) +add('ForgettheDistance', 'http://forgetthedistance.smackjeeves.com/comics/', True, True) +add('Fortheloveofabrokenstring', 'http://fortheloveofabrokenstring.smackjeeves.com/comics/', False, True) +add('FramebyFrame', 'http://frame-by-frame.smackjeeves.com/comics/', True, True) +add('FrenzyRedux', 'http://theadventuresoffrenzy.smackjeeves.com/comics/', False, True) +add('FrobertTheDemon', 'http://frobby.smackjeeves.com/comics/', False, False) +add('FrogKing', 'http://frogking.smackjeeves.com/comics/', False, True) +add('FromnowonImagirl', 'http://fromnowonimagirl.smackjeeves.com/comics/', False, True) +add('FruitloopAndMrDownbeat', 'http://fruitbeat.smackjeeves.com/comics/', False, True) +add('FuckMyLife', 'http://fuckmylife.smackjeeves.com/comics/', False, True) +add('FurtherDowntheRabbitHole', 'http://fdtrh.smackjeeves.com/comics/', True, True) +add('GATEKEEPER', 'http://gatekeepercomic.smackjeeves.com/comics/', False, True) +add('GamerCafe', 'http://gamercafe.smackjeeves.com/comics/', False, True) +add('GamesPeoplePlayUpdatedWeekly', 'http://gamespeopleplay.smackjeeves.com/comics/', False, True) +add('GardenofHearts', 'http://gardenofhearts.smackjeeves.com/comics/', False, True) +add('GayBacon', 'http://gaybacon.smackjeeves.com/comics/', False, True) +add('GayTimesWithRyanandJay', 'http://gtwraj.smackjeeves.com/comics/', False, True) +add('GearTheTakedown', 'http://geartd.smackjeeves.com/comics/', False, True) +add('GetUpandGo', 'http://getupandgo.smackjeeves.com/comics/', True, True) +add('GigisNuzlockeRuns', 'http://giginuzlocke.smackjeeves.com/comics/', False, True) +add('Gloomverse', 'http://gloomverse.smackjeeves.com/comics/', False, True) +add('Gnoph', 'http://gnoph.smackjeeves.com/comics/', False, True) +add('GoldenSunGenerationsAftermathVolume1', 'http://gsgbtsyearone.smackjeeves.com/comics/', False, False) +add('GoldenSunGenerationsColossoVolume6', 'http://gsgbtsyearthree.smackjeeves.com/comics/', False, False) +add('GoodGame', 'http://goodgame.smackjeeves.com/comics/', False, True) +add('GoodnightMrsGoose', 'http://goose.smackjeeves.com/comics/', False, True) +add('GraveImpressions', 'http://graveimpressions.smackjeeves.com/comics/', True, True) +add('Grayscale', 'http://grayscale.smackjeeves.com/comics/', True, True) +add('GreenKirbyandabunchofotherpeopledoinstuff', 'http://gkandabunchofotherppl.smackjeeves.com/comics/', False, True) +add('GuardianGhost', 'http://guardianghost.smackjeeves.com/comics/', False, True) +add('GuardiansoftheGalaxialSpaceways', 'http://ggs.smackjeeves.com/comics/', False, False) +add('HIPS', 'http://hips.smackjeeves.com/comics/', True, True) +add('Habibahssong', 'http://habibahsong.smackjeeves.com/comics/', False, True) +add('Harfang', 'http://harfang.smackjeeves.com/comics/', False, True) +add('HarvestMoonParadiseFound', 'http://paradisefound.smackjeeves.com/comics/', False, True) +add('HatShop', 'http://hatshop.smackjeeves.com/comics/', False, False) +add('HatethePlayer', 'http://hatetheplayer.thewebcomic.com/comics/', False, True) +add('Helix', 'http://helix.smackjeeves.com/comics/', True, False) +add('HeltonShelton', 'http://heltonshelton.smackjeeves.com/comics/', False, True) +add('Hephaestus', 'http://hephaestus.thewebcomic.com/comics/', False, False) +add('HereBeVoodoo', 'http://herebevoodoo.smackjeeves.com/comics/', True, True) +add('HiddenStrengthAWhiteNuzlocke', 'http://hsnuzlocke.smackjeeves.com/comics/', False, True) +add('Hinata', 'http://hinata.smackjeeves.com/comics/', False, True) +add('HitandMiss', 'http://hitandmiss.smackjeeves.com/comics/', False, True) +add('Holocrash', 'http://holocrash.smackjeeves.com/comics/', True, True) +add('HolyBlasphemy', 'http://holyblasphemy.smackjeeves.com/comics/', False, False) +add('HolyCrap', 'http://holycrap.smackjeeves.com/comics/', False, True) +add('HopeForABreeze', 'http://h4ab.smackjeeves.com/comics/', False, False) +add('HotChocolate', 'http://hot-chocolate.smackjeeves.com/comics/', False, True) +add('HouseofCraziness', 'http://craziness.smackjeeves.com/comics/', False, True) +add('HurrocksFardel', 'http://hurrocksfardel.smackjeeves.com/comics/', False, True) +add('Hybristorific', 'http://hybristorific.smackjeeves.com/comics/', True, True) +add('IWishIggysWish', 'http://i-wish-comic.smackjeeves.com/comics/', False, True) +add('Ianua', 'http://ianua.smackjeeves.com/comics/', False, True) +add('IciVontLesMorts', 'http://icivontlesmorts.smackjeeves.com/comics/', True, True) +add('ImminentMoose', 'http://imminentmoose.smackjeeves.com/comics/', False, True) +add('InHouseHumor', 'http://inhousehumor.smackjeeves.com/comics/', False, True) +add('Inchoatica', 'http://inchoatica.smackjeeves.com/comics/', False, True) +add('Ingloriousbasterds', 'http://ingloriousbasterds.smackjeeves.com/comics/', False, True) +add('Inhuman', 'http://inhumancomic.smackjeeves.com/comics/', False, True) +add('InsideOuTAYuriTale', 'http://insideout-a-yuri-tale.smackjeeves.com/comics/', False, False) +add('InspiredByADream', 'http://inspiredbyadream.smackjeeves.com/comics/', False, True) +add('InthePride', 'http://in-the-pride.smackjeeves.com/comics/', False, True) +add('Intoxicated', 'http://intoxicated.smackjeeves.com/comics/', True, True) +add('Itsan8BitWorldBlankWorld', 'http://8bitblankworld.smackjeeves.com/comics/', False, True) +add('JackiesStory', 'http://jackiestory.smackjeeves.com/comics/', False, True) +add('Jantar', 'http://jantar.smackjeeves.com/comics/', False, True) +add('Jantarpol', 'http://jantar-pl.smackjeeves.com/comics/', False, True) +add('Jason', 'http://jasoncomic.smackjeeves.com/comics/', False, True) +add('JoeysAdventure', 'http://joeysadventure.smackjeeves.com/comics/', False, True) +add('JourneyMan', 'http://journeyman.smackjeeves.com/comics/', False, True) +add('JoyToTheWorld', 'http://joytotheworld.smackjeeves.com/comics/', False, True) +add('June', 'http://june.smackjeeves.com/comics/', False, True) +add('JustAnotherLife', 'http://justanotherlife.smackjeeves.com/comics/', False, True) +add('JustCrazy', 'http://justcrazy.smackjeeves.com/comics/', False, True) +add('Justmyluck', 'http://justmyluck.smackjeeves.com/comics/', False, True) +add('KCNO', 'http://kcno.smackjeeves.com/comics/', False, True) +add('KaitoShuno', 'http://kaitoshuno.smackjeeves.com/comics/', True, True) +add('KasaKeira', 'http://kasakeira.smackjeeves.com/comics/', False, False) +add('Katran', 'http://katran.smackjeeves.com/comics/', False, True) +add('KazanatoFuneralPlanningService', 'http://kazanato.smackjeeves.com/comics/', False, True) +add('KezroChroniclesPhantomOps', 'http://phantomops.smackjeeves.com/comics/', False, True) +add('Kirbandfriendsshowcase', 'http://kas.smackjeeves.com/comics/', False, True) +add('KirbiesoftheAlternateDimension', 'http://kirbyaltdimension.smackjeeves.com/comics/', False, True) +add('KirbyAdventure', 'http://kirbysadventure.smackjeeves.com/comics/', False, False) +add('KirbyDreamTeam', 'http://kirbysdreamteam.smackjeeves.com/comics/', False, True) +add('KirbyFunfestTheOriginals', 'http://kirbyfunfestold.smackjeeves.com/comics/', False, False) +add('KirbyTheDeeArmy', 'http://kirbyandthedeearmy.smackjeeves.com/comics/', False, True) +add('KirbysDreamAdventure', 'http://kirbyda.smackjeeves.com/comics/', False, True) +add('KirbysDreamlandAdventures', 'http://kirbysdreamlandadventures.smackjeeves.com/comics/', False, True) +add('KissmeSnow', 'http://kissmesnow.smackjeeves.com/comics/', False, True) +add('KissoftheDevil', 'http://kissofthedevil.smackjeeves.com/comics/', False, True) +add('Knife', 'http://knife.smackjeeves.com/comics/', False, True) +add('Knightface', 'http://knightface.smackjeeves.com/comics/', True, True) +add('KnightsRequiem', 'http://knightsrequiem.smackjeeves.com/comics/', False, True) +add('KojiX5', 'http://kojix5.smackjeeves.com/comics/', False, True) +add('Kranburn', 'http://kranburn.thewebcomic.com/comics/', False, True) +add('Kreetor', 'http://kreetor.smackjeeves.com/comics/', False, True) +add('Kruptos', 'http://kruptos.smackjeeves.com/comics/', False, True) +add('KuroNeko', 'http://kuro-neko.smackjeeves.com/comics/', False, True) +add('KuronaFlutterandLylaSpamTime', 'http://icantflyaplane.smackjeeves.com/comics/', False, True) +add('LOGOS', 'http://logoscomic.smackjeeves.com/comics/', True, False) +add('LOKI', 'http://loki.smackjeeves.com/comics/', False, True) +add('LastBlockStanding', 'http://lastblockstanding.smackjeeves.com/comics/', False, True) +add('LastLivingSouls', 'http://lastlivingsouls.smackjeeves.com/comics/', False, True) +add('LatchkeyKingdom', 'http://latchkeykingdom.smackjeeves.com/comics/', False, True) +add('LavenderLegend', 'http://lavenderlegend.smackjeeves.com/comics/', False, True) +add('LeCirquedObscure', 'http://cirquedobscure.smackjeeves.com/comics/', False, False) +add('LedbyaMadMan', 'http://ledbyamadman.smackjeeves.com/comics/', False, True) +add('LegendofZeldaAHerosStory', 'http://aherosstory.smackjeeves.com/comics/', False, True) +add('LegendofZeldaStaffofPower', 'http://loz-sop.smackjeeves.com/comics/', False, True) +add('LegendofZeldaTheEdgeandTheLight', 'http://legendofzelda.smackjeeves.com/comics/', False, True) +add('LegendofZeldaTheWindWaker', 'http://zeldawindwaker.smackjeeves.com/comics/', False, True) +add('LegendsofMobiusBookOne', 'http://legendsofmobius-bookone.smackjeeves.com/comics/', False, True) +add('Lemongrass', 'http://lemongrass.smackjeeves.com/comics/', False, True) +add('LesCendresdelHiver', 'http://cendres.smackjeeves.com/comics/', False, True) +add('LetLoveRule', 'http://letloverule.smackjeeves.com/comics/', False, True) +add('LethalDose', 'http://lethaldosecomic.smackjeeves.com/comics/', True, False) +add('LetsBreakitforReals', 'http://breaktehmentality.smackjeeves.com/comics/', False, True) +add('LicensedHeroes', 'http://licensedheroes.smackjeeves.com/comics/', False, True) +add('LifeAsACutOut', 'http://lifeasacutout.thewebcomic.com/comics/', False, True) +add('LifeAsItWas', 'http://lifeasitwas.smackjeeves.com/comics/', False, True) +add('LifeLessOrdinary', 'http://lifelessordinary.smackjeeves.com/comics/', True, True) +add('Lifeonpaper', 'http://lifeonpaper.smackjeeves.com/comics/', False, True) +add('LightLovers', 'http://lightlovers.smackjeeves.com/comics/', False, True) +add('LightwithinShadow', 'http://lightwithinshadow.smackjeeves.com/comics/', False, True) +add('LilLevi', 'http://lillevi.smackjeeves.com/comics/', False, True) +add('LiliBleu', 'http://lilibleu.smackjeeves.com/comics/', False, True) +add('LondonUnderworld', 'http://lunderworld.smackjeeves.com/comics/', False, True) +add('LostNova', 'http://lostnova.smackjeeves.com/comics/', False, True) +add('LoveHarbor', 'http://shipcentral.smackjeeves.com/comics/', False, True) +add('LoveMeLoveMyTeddyBear', 'http://teddybear.smackjeeves.com/comics/', False, True) +add('LoveTwister', 'http://lovetwister.smackjeeves.com/comics/', False, True) +add('LoveandIcecream', 'http://lovexandxicecream.smackjeeves.com/comics/', False, True) +add('LoveroftheSunandMoon', 'http://loverofthesunandmoon.smackjeeves.com/comics/', False, True) +add('LsEmpire', 'http://l-empire.smackjeeves.com/comics/', False, False) +add('LuffinpuffandEric', 'http://luffinpuff.smackjeeves.com/comics/', False, True) +add('LumasParadise', 'http://luma.smackjeeves.com/comics/', False, True) +add('MUTE', 'http://muterobot.smackjeeves.com/comics/', False, True) +add('MYth', 'http://myth.smackjeeves.com/comics/', False, False) +add('MagicalGirlAlice', 'http://magicalgirlalice.smackjeeves.com/comics/', False, True) +add('MagicalMisfits', 'http://magicalmisfits.smackjeeves.com/comics/', False, True) +add('Magience', 'http://www.magience.co/comics/', False, True) +add('Magipunk', 'http://magipunk.smackjeeves.com/comics/', False, True) +add('Manifestedpart1', 'http://manifested.smackjeeves.com/comics/', False, True) +add('MarXistemTWC', 'http://marxistem.smackjeeves.com/comics/', False, True) +add('MarioandLuigiMisadventures', 'http://mandladventures.smackjeeves.com/comics/', False, True) +add('MariosDayJob', 'http://mariosjob.smackjeeves.com/comics/', False, True) +add('MariovsSonicvsMegaMan', 'http://mvsvmm.smackjeeves.com/comics/', False, False) +add('MarsMind', 'http://marsmind.smackjeeves.com/comics/', False, True) +add('Mascara', 'http://mascara.smackjeeves.com/comics/', False, True) +add('MasqueradeWTTM', 'http://masqueradewttm.smackjeeves.com/comics/', False, True) +add('MatildasSweetCakeCafe', 'http://mscc.smackjeeves.com/comics/', True, True) +add('MaytheRainCome', 'http://maytheraincome.smackjeeves.com/comics/', False, True) +add('Mazscara', 'http://mazscara.smackjeeves.com/comics/', False, True) +add('MegaManBattleNetwork7', 'http://mmbn7-twt.smackjeeves.com/comics/', False, True) +add('MegaManTales', 'http://megamantales.smackjeeves.com/comics/', False, True) +add('MegaManiacs', 'http://megamaniacscomics.smackjeeves.com/comics/', False, True) +add('MegaPain', 'http://megapain.smackjeeves.com/comics/', False, True) +add('MelodyAndMacabre', 'http://melodyandmacabre.smackjeeves.com/comics/', False, True) +add('MerirosvotSeikkailumerella', 'http://merirosvotseikkailumerella.smackjeeves.com/comics/', False, True) +add('MetroJack', 'http://metro-jack.smackjeeves.com/comics/', True, True) +add('MewsDynasty', 'http://mews-dynasty.smackjeeves.com/comics/', False, True) +add('MidnightPrince', 'http://midnightprince.smackjeeves.com/comics/', False, True) +add('MineS', 'http://mines.smackjeeves.com/comics/', False, True) +add('Minibot', 'http://minibot.smackjeeves.com/comics/', False, True) +add('MinorActsofHeroism', 'http://www.minoractsofheroism.com/comics/', False, True) +add('Missing', 'http://missing.smackjeeves.com/comics/', False, True) +add('Missingversionfrancaise', 'http://missingfr.smackjeeves.com/comics/', False, True) +add('MixupofallMixups', 'http://mixupofmixups.smackjeeves.com/comics/', False, True) +add('MobianChaos', 'http://mobianchaos.smackjeeves.com/comics/', False, True) +add('Mokepon', 'http://mokepon.smackjeeves.com/comics/', False, False) +add('MomthegamestorerippedusoffAGAIN', 'http://crappygames.smackjeeves.com/comics/', False, True) +add('Monstar', 'http://monstar.thewebcomic.com/comics/', False, True) +add('MoonValley', 'http://moonvalley.smackjeeves.com/comics/', False, True) +add('MoonlitDawnAMythicalTale', 'http://moonlitdawn.smackjeeves.com/comics/', False, True) +add('MorphE', 'http://morphe.thewebcomic.com/comics/', False, True) +add('Mortifer', 'http://mortifer.smackjeeves.com/comics/', False, True) +add('MrFactory', 'http://mrfactory.smackjeeves.com/comics/', False, True) +add('MyBoyfriendisaMobBoss', 'http://mbmb.smackjeeves.com/comics/', True, True) +add('MyFakeHeart', 'http://myfakeheart.smackjeeves.com/comics/', False, False) +add('MySistertheDragon', 'http://sisterdragon.smackjeeves.com/comics/', False, True) +add('MySparklingPrincesama', 'http://kiraouji.smackjeeves.com/comics/', False, True) +add('MyStereoBot', 'http://mystereobot.smackjeeves.com/comics/', False, True) +add('MyTrollLife', 'http://mytrolllife.smackjeeves.com/comics/', False, True) +add('MyTwoCentsPlusTax', 'http://mtcpt.smackjeeves.com/comics/', False, True) +add('MysticanDreams', 'http://mysticandreams.smackjeeves.com/comics/', False, True) +add('MythsofUnovaAWhiteNuzlockeRunHardMode', 'http://mythsofunova.smackjeeves.com/comics/', False, True) +add('NIK', 'http://nik.smackjeeves.com/comics/', False, True) +add('Nah', 'http://thecomicformerlyknownasgenlab.smackjeeves.com/comics/', False, True) +add('Negligence', 'http://negligence.smackjeeves.com/comics/', False, True) +#add('NekotheKitty', 'http://www.nekothekitty.net/comics/', False, True) +add('NeoCrystalAdventures', 'http://neocrystaladventures.smackjeeves.com/comics/', False, True) +add('NeonGlow', 'http://neonglow.smackjeeves.com/comics/', False, True) +add('NevertheHero', 'http://neverthehero.smackjeeves.com/comics/', False, True) +add('Nexus', 'http://nexus.smackjeeves.com/comics/', False, True) +add('NiceKitty', 'http://nicekitty.smackjeeves.com/comics/', False, False) +add('NighHeavenandHell', 'http://nighheavenandhell.smackjeeves.com/comics/', False, True) +add('NightSpace', 'http://nightspace.smackjeeves.com/comics/', False, True) +add('NihilWandasJourney', 'http://nihil.smackjeeves.com/comics/', False, True) +add('NissiesDragonPrincess', 'http://drgnprincess.smackjeeves.com/comics/', False, True) +add('NixsFireRedNuzlocke', 'http://nixnuzlocke.smackjeeves.com/comics/', False, True) +add('NoEnd', 'http://no-end.smackjeeves.com/comics/', False, True) +add('NobleHeartsHiruandMerroug', 'http://hiruandmerroug.smackjeeves.com/comics/', True, True) +add('NormalcyisforWimps', 'http://normalcyisforwimps.smackjeeves.com/comics/', False, True) +add('NotyoursamI', 'http://notyoursami.smackjeeves.com/comics/', True, True) +add('ObsidianHeart', 'http://obsidianheart.smackjeeves.com/comics/', False, True) +add('October20th', 'http://www.october20comic.com/comics/', False, True) +add('OddContact', 'http://oddcontact.smackjeeves.com/comics/', False, True) +add('OddPlaceOddTime', 'http://oddplaceoddtime.smackjeeves.com/comics/', False, True) +add('Ohman', 'http://ohman.smackjeeves.com/comics/', False, True) +add('OldElastikid', 'http://oldelastikid.smackjeeves.com/comics/', False, True) +add('OneFrameGags', 'http://oneframegags.smackjeeves.com/comics/', False, True) +add('OneRainyDay', 'http://one-rainy-day.smackjeeves.com/comics/', True, True) +add('Onlyonelovesong', 'http://onlyonelovesong.smackjeeves.com/comics/', False, True) +add('OperationTheater', 'http://operation-theater.smackjeeves.com/comics/', False, True) +add('OriginBook1Codearth', 'http://theoriginbooks.smackjeeves.com/comics/', False, True) +add('OurTimeinEden', 'http://ourtimeineden.smackjeeves.com/comics/', False, True) +add('Outbreak', 'http://xoutbreak.smackjeeves.com/comics/', False, True) +add('OutofKey', 'http://outofkey.smackjeeves.com/comics/', False, True) +add('OverSync', 'http://linearperspective.smackjeeves.com/comics/', False, True) +add('PMDExplorersofHeart', 'http://pmd-explorers-of-heart.smackjeeves.com/comics/', False, True) +add('PMDTeamFirefox', 'http://pmdteamfirefox.smackjeeves.com/comics/', False, True) +add('PMDVictoryFire', 'http://victoryfire.smackjeeves.com/comics/', False, True) +add('PRAGUERACE', 'http://praguerace.smackjeeves.com/comics/', False, True) +add('PTO', 'http://pto.smackjeeves.com/comics/', True, False) +add('Pahantekija', 'http://pahantekija.smackjeeves.com/comics/', False, True) +add('Panacea', 'http://panacea.smackjeeves.com/comics/', True, False) +add('PantsParty', 'http://partypants.smackjeeves.com/comics/', False, True) +add('PanzerDragonandEnigmaCompleteEdition', 'http://panzerdragonandenigma.smackjeeves.com/comics/', False, True) +add('Paradox', 'http://paradoxcomic.smackjeeves.com/comics/', True, True) +add('Paripety', 'http://paripety.smackjeeves.com/comics/', False, True) +add('Pause', 'http://pause.smackjeeves.com/comics/', False, True) +add('PencilviewUpdatesMondayscough', 'http://pencilview.smackjeeves.com/comics/', False, True) +add('Perinto', 'http://perinto.smackjeeves.com/comics/', False, True) +add('PerplexingMagnoliaDisruption', 'http://smgpmd.smackjeeves.com/comics/', False, True) +add('PeterPan', 'http://peterpan.smackjeeves.com/comics/', False, True) +add('Phantomland', 'http://phantomland.smackjeeves.com/comics/', False, True) +add('PhotoShootnarusasuDoujinshi', 'http://photoshootnarusasu.smackjeeves.com/comics/', True, True) +add('PlasticKings', 'http://plastickings.smackjeeves.com/comics/', False, True) +add('PlatonicBoyfriends', 'http://platonicboyfriends.smackjeeves.com/comics/', False, True) +add('PlayTime', 'http://dollysplaytime.smackjeeves.com/comics/', False, True) +add('Plotlessnesses', 'http://plotlessnesses.smackjeeves.com/comics/', False, True) +add('PokeVenturous', 'http://pokeventuras.smackjeeves.com/comics/', False, True) +add('PokemonBeta', 'http://pokemonbeta.smackjeeves.com/comics/', False, True) +add('PokemonCrystalDoubleNuzlockeChallenge', 'http://miinuzlocke.smackjeeves.com/comics/', False, True) +add('PokemonGleamingCrystal', 'http://gleamingcrystal.smackjeeves.com/comics/', False, True) +add('PokemonLANDSKY', 'http://www.landxsky.com/comics/', False, True) +add('PokemonMysteryDungeonTeamCrystal', 'http://crystalmysterydungeon.smackjeeves.com/comics/', False, True) +add('PokemonParallel', 'http://pokemon-parallel.smackjeeves.com/comics/', False, True) +add('PokemonSAKOHJU', 'http://sakohju.smackjeeves.com/comics/', False, True) +add('PokemonnoRakuen', 'http://pokemon-no-rakuen.smackjeeves.com/comics/', False, True) +add('Ponzi', 'http://ponzi.smackjeeves.com/comics/', False, True) +add('PrettyMouth', 'http://prettymouth.smackjeeves.com/comics/', False, True) +add('PrincessChroma', 'http://princesschroma.smackjeeves.com/comics/', False, True) +add('ProfessorDolphinpresentsPokemon', 'http://pdpp.smackjeeves.com/comics/', False, True) +add('ProjectCAPLimit', 'http://imagecap.smackjeeves.com/comics/', False, True) +add('Puck', 'http://puck.smackjeeves.com/comics/', False, True) +add('PulseandBolt', 'http://pulse-bolt.smackjeeves.com/comics/', False, True) +add('PumpkinFlower', 'http://pumpkinflower.smackjeeves.com/comics/', False, True) +add('PurpureaNoxa', 'http://purpureanoxa.smackjeeves.com/comics/', True, True) +add('QueerQueen', 'http://queerqueen.smackjeeves.com/comics/', False, True) +add('RANDOM', 'http://randomthecomic.smackjeeves.com/comics/', False, True) +add('ROSIER', 'http://rosier.smackjeeves.com/comics/', False, True) +add('RainLGBT', 'http://rainlgbt.smackjeeves.com/comics/', False, False) +add('RainxSasori', 'http://rainxsasori.smackjeeves.com/comics/', True, True) +add('RareCandyTreatment', 'http://www.rarecandytreatment.com/comics/', False, True) +add('RavenWolf', 'http://ravenwolf.smackjeeves.com/comics/', False, True) +add('Razor', 'http://razor-.smackjeeves.com/comics/', True, True) +add('RedVelvetRequiem', 'http://rvr.smackjeeves.com/comics/', False, True) +add('Regina', 'http://regina.smackjeeves.com/comics/', False, True) +add('ReidyandFriendsShowcase', 'http://reidynfriends.smackjeeves.com/comics/', False, False) +add('RemoteAngel', 'http://remoteangel.smackjeeves.com/comics/', False, True) +add('Replica', 'http://replica.smackjeeves.com/comics/', True, True) +add('Respectable', 'http://respectable.smackjeeves.com/comics/', True, True) +add('ReturntoEden', 'http://rte.smackjeeves.com/comics/', False, True) +add('RiversideExtras', 'http://www.riversidecomics.co/comics/', True, True) +add('RottenApple', 'http://rottenapple.smackjeeves.com/comics/', False, True) +add('RoyalIcing', 'http://royalicing.smackjeeves.com/comics/', False, True) +add('RubyNation', 'http://www.therubynation.com/comics/', False, True) +add('RuderiQuest', 'http://ruderi.smackjeeves.com/comics/', False, True) +add('RuneSpark', 'http://runespark.smackjeeves.com/comics/', False, True) +add('RyuManwebcomicversion', 'http://ryuman-web.smackjeeves.com/comics/', False, True) +add('SAKANA', 'http://sakana.smackjeeves.com/comics/', False, True) +add('SChIzO', 'http://schizophrenic.smackjeeves.com/comics/', False, True) +add('SFCBlackjackBay', 'http://blackjackbay.smackjeeves.com/comics/', False, True) +add('SFCForestofDreams', 'http://sfcforestofdreams.smackjeeves.com/comics/', False, True) +add('SLightlyabOVeavErage', 'http://slightlyaboveaverage.smackjeeves.com/comics/', True, True) +add('SOSRadio', 'http://sosradio.smackjeeves.com/comics/', False, True) +add('SPRITEDHeroesofDobalia', 'http://spritedhod.smackjeeves.com/comics/', False, True) +add('SUNRISESTORY', 'http://sunrisestory.smackjeeves.com/comics/', False, True) +add('SabishiiGhost', 'http://sabishiighost.smackjeeves.com/comics/', False, True) +add('SaintforRent', 'http://saint-for-rent.smackjeeves.com/comics/', False, True) +add('SakuraDAY', 'http://sakuraday.smackjeeves.com/comics/', False, True) +add('SakuraMishzo', 'http://sakurazo.smackjeeves.com/comics/', True, True) +add('SalemUncommons', 'http://salemuncommons.smackjeeves.com/comics/', False, True) +add('SallySprocketAndPistonPete', 'http://ssnpp.smackjeeves.com/comics/', False, False) +add('SaltyKiss', 'http://saltykiss.smackjeeves.com/comics/', False, True) +add('Saywhatyoumean', 'http://saywhatyoumean.smackjeeves.com/comics/', False, True) +add('SchoolofRejectsSoRe', 'http://sore.smackjeeves.com/comics/', False, True) +add('ScionsoftheSeraph', 'http://www.sossaga.com/comics/', True, True) +add('ScrappedProject', 'http://scrappedproject.smackjeeves.com/comics/', False, True) +add('SecretPowerbk1', 'http://secretpower1.smackjeeves.com/comics/', False, True) +add('SecretPowerbk2', 'http://secretpower2.smackjeeves.com/comics/', False, True) +add('Seki', 'http://se-ki.smackjeeves.com/comics/', True, True) +add('SenoireDelirium', 'http://senoiredelirium.smackjeeves.com/comics/', False, True) +add('SerendipityAnEquestrianTale', 'http://talesofserendipity.smackjeeves.com/comics/', False, True) +add('SeriousTimes', 'http://serioustimes.smackjeeves.com/comics/', False, True) +add('ShacklesInstallment02', 'http://shackles02.smackjeeves.com/comics/', False, True) +add('Shameless', 'http://shamelesscomic.smackjeeves.com/comics/', False, True) +add('ShamelessAdvertisements', 'http://advertiseat.smackjeeves.com/comics/', False, True) +add('ShotoutofCanon', 'http://akumathfs.smackjeeves.com/comics/', False, True) +add('ShroudofLight', 'http://shroudoflight.smackjeeves.com/comics/', False, True) +add('Signifikat', 'http://signifikat.smackjeeves.com/comics/', True, True) +add('SimonSues', 'http://simonsues.smackjeeves.com/comics/', False, False) +add('SimpleBear', 'http://simplebear.smackjeeves.com/comics/', False, False) +add('SimplySarah', 'http://simplysarah.smackjeeves.com/comics/', False, True) +add('Sire', 'http://sire.thewebcomic.com/comics/', False, True) +add('Skeptical', 'http://skeptical.smackjeeves.com/comics/', False, True) +add('Slackmatic', 'http://slackmatic.smackjeeves.com/comics/', False, True) +add('SlipstreamSingularity', 'http://slipstreamsingularity.smackjeeves.com/comics/', False, True) +add('SmallPressAdventures', 'http://smallpressadventures.smackjeeves.com/comics/', False, False) +add('SocksMittensandScarfs', 'http://socksmitsscarfs.smackjeeves.com/comics/', False, True) +add('SomebodyShootMe', 'http://somebodyshootme.smackjeeves.com/comics/', False, True) +add('SomethingLikeaPhenomenon', 'http://somethinglikeaphenomenon.smackjeeves.com/comics/', True, True) +add('SonicAuthorAdventII', 'http://saa2.smackjeeves.com/comics/', False, True) +add('SonicBoom', 'http://sonic-boom.smackjeeves.com/comics/', False, True) +add('SonicClub', 'http://sonicclub.smackjeeves.com/comics/', False, True) +add('SonicDashly', 'http://sonicdashly.smackjeeves.com/comics/', False, True) +add('SonicFuture', 'http://sonicfuture.smackjeeves.com/comics/', False, True) +add('SonicSchoolRedo', 'http://sonicschoolredo.smackjeeves.com/comics/', False, True) +add('SonicUniverseAsk', 'http://sonicuniverseask.smackjeeves.com/comics/', False, True) +add('SoulGuardian', 'http://soulguardian.smackjeeves.com/comics/', False, False) +add('SouthernCross', 'http://southerncross.thewebcomic.com/comics/', False, True) +add('SovereignTheMostAmazingComicEver', 'http://mostamazingcomicever.smackjeeves.com/comics/', False, True) +add('SpaghettiAndMeatballs', 'http://spaghettiandmeatballs.smackjeeves.com/comics/', True, True) +add('SparElricsextras', 'http://sparextras.smackjeeves.com/comics/', False, True) +add('SparkStory', 'http://sparkstory.smackjeeves.com/comics/', False, True) +add('Spellcross', 'http://spellcross.smackjeeves.com/comics/', False, True) +add('SpiderWings', 'http://spiderwings.smackjeeves.com/comics/', False, True) +add('Spidersilk', 'http://spidersilk.smackjeeves.com/comics/', False, True) +add('SplitScreen', 'http://splitscreencomic.smackjeeves.com/comics/', True, True) +add('Spriterschaos', 'http://spriterschaos.smackjeeves.com/comics/', False, True) +add('Sprytts', 'http://sprytts.smackjeeves.com/comics/', False, True) +add('StarTrip', 'http://startrip.smackjeeves.com/comics/', False, True) +add('Stay', 'http://stay-comic.smackjeeves.com/comics/', True, False) +add('StellaInChrome', 'http://stellainchrome.smackjeeves.com/comics/', False, False) +add('Stereophonic', 'http://stereophonic.thewebcomic.com/comics/', False, True) +add('Storyofadamnedlove', 'http://storyofadamnedlove.smackjeeves.com/comics/', False, True) +add('StrangersandFriends', 'http://hemu.smackjeeves.com/comics/', False, False) +add('Striped', 'http://striped.smackjeeves.com/comics/', True, True) +add('StuntRayWalterswish', 'http://stuntray.smackjeeves.com/comics/', False, True) +add('SubjecttoChangeCollegeWoes', 'http://subject-to-change.smackjeeves.com/comics/', False, True) +add('Sunfall', 'http://sunfall.thewebcomic.com/comics/', False, True) +add('SunmeetsMoon', 'http://sunmeetsmoon.smackjeeves.com/comics/', False, False) +add('SuperDimensionAfterTheHero', 'http://afterthehero.smackjeeves.com/comics/', False, True) +add('SuperMarioBros3', 'http://smb3.smackjeeves.com/comics/', False, True) +add('SuperMarjoBros', 'http://marjobros.smackjeeves.com/comics/', False, True) +add('SupermassiveBlackHoleA', 'http://smbhax.smackjeeves.com/comics/', False, True) +add('SurvivorFanCharacters', 'http://sfc.smackjeeves.com/comics/', False, True) +add('SweetestPoison', 'http://sweetestpoison.smackjeeves.com/comics/', False, True) +add('SwitchMechanism', 'http://switchmechanism.smackjeeves.com/comics/', False, True) +add('Symbios', 'http://symbios.smackjeeves.com/comics/', True, True) +add('TEN', 'http://ten.smackjeeves.com/comics/', False, False) +add('TLAAOK', 'http://tlaaok.smackjeeves.com/comics/', True, True) +add('TPTruePower', 'http://truepower.smackjeeves.com/comics/', False, False) +add('TRIPP', 'http://tripp.smackjeeves.com/comics/', False, True) +add('TaikiTheWebcomic', 'http://taiki.smackjeeves.com/comics/', False, False) +add('TailsAdventureThroughTimeandOtherWorlds', 'http://tailsadventure.smackjeeves.com/comics/', False, True) +add('TakingPicturesofStrangers', 'http://darrenandkale.smackjeeves.com/comics/', True, True) +add('TalesfromAaronsWings', 'http://tfaw.smackjeeves.com/comics/', False, True) +add('TeKscloset', 'http://tekchats.smackjeeves.com/comics/', True, True) +add('TechnicolorLondon', 'http://technicolorlondon.smackjeeves.com/comics/', False, False) +add('ThatWasntThereYesterday', 'http://twty.smackjeeves.com/comics/', False, False) +add('The13thWorld', 'http://the13thworld.smackjeeves.com/comics/', False, True) +add('TheAdventuresofBanjoZ', 'http://abz-fancomic.smackjeeves.com/comics/', True, True) +add('TheAntihero', 'http://antihero.smackjeeves.com/comics/', False, False) +add('TheArchipelago', 'http://thearchipelago.smackjeeves.com/comics/', False, True) +add('TheAttackoftheRecoloursSeason1', 'http://mysticalvalley.smackjeeves.com/comics/', False, True) +add('TheAvianStories', 'http://theavianstories.smackjeeves.com/comics/', False, True) +add('TheBattleInTheSky', 'http://thebattleinthesky.smackjeeves.com/comics/', False, True) +add('TheBookofNosferatu', 'http://www.thebookofnosferatu.com/comics/', False, True) +add('TheBrideoftheShark', 'http://sameyome.smackjeeves.com/comics/', True, False) +add('TheBucket', 'http://thebucket.smackjeeves.com/comics/', False, True) +add('TheCafedAlizee', 'http://alizee.smackjeeves.com/comics/', False, False) +add('TheCavernofSecrets', 'http://cavern.smackjeeves.com/comics/', False, True) +add('TheColony', 'http://thecolony.smackjeeves.com/comics/', True, True) +add('TheContract', 'http://the-contract.smackjeeves.com/comics/', False, True) +add('TheCrawl', 'http://www.thecrawlcomic.com/comics/', False, True) +add('TheCurtandTonyShow', 'http://thecurtandtonyshow.smackjeeves.com/comics/', False, True) +add('TheDarkAgeofMobius', 'http://thedarkageofmobius.smackjeeves.com/comics/', False, True) +add('TheDarkLegacy', 'http://tdlcomic.smackjeeves.com/comics/', False, True) +add('TheDemonicAdventuresofAngelWitchPita', 'http://angelwitchpita.smackjeeves.com/comics/', True, True) +add('TheDestroyer', 'http://heartless-destroyer.smackjeeves.com/comics/', True, True) +add('TheDragonandtheLemur', 'http://dal.smackjeeves.com/comics/', True, True) +add('TheDreaming', 'http://thedreaming.smackjeeves.com/comics/', False, True) +add('TheDrifter', 'http://thedrifter.smackjeeves.com/comics/', True, True) +add('TheElectricRose', 'http://electricrosecomic.smackjeeves.com/comics/', False, True) +add('TheForestofWhispers', 'http://theforestofwhispers.smackjeeves.com/comics/', False, True) +add('TheGhostWithTheMost', 'http://theghostwiththemost.smackjeeves.com/comics/', False, True) +add('TheGoldRiderofPern', 'http://goldrider.smackjeeves.com/comics/', False, True) +add('TheGrayZone', 'http://thegrayzone.smackjeeves.com/comics/', False, True) +add('TheHeadhunters', 'http://headhunters.smackjeeves.com/comics/', False, True) +add('TheHeartofEarth', 'http://heart-of-earth.smackjeeves.com/comics/', False, True) +add('TheHobbitbic', 'http://hobbit.smackjeeves.com/comics/', False, True) +add('TheJosephComics', 'http://josephcomics.smackjeeves.com/comics/', False, True) +add('TheKeyHotelEnding', 'http://tekeyhotel.smackjeeves.com/comics/', False, True) +add('TheKeyToReality', 'http://keytoreality.smackjeeves.com/comics/', False, True) +add('TheKwiddexProtocol', 'http://kwiddexprotocol.smackjeeves.com/comics/', False, False) +add('TheLastBloodCafe', 'http://lastbloodcafe.smackjeeves.com/comics/', False, True) +add('TheLegendaryQueen', 'http://legendaryqueen.smackjeeves.com/comics/', True, True) +add('TheLifeofMagFlamequill', 'http://lifeofmag.smackjeeves.com/comics/', False, True) +add('TheLoneSwordsman', 'http://theloneswordsman.smackjeeves.com/comics/', False, True) +add('TheLostland', 'http://thelostlandcomic.smackjeeves.com/comics/', False, True) +add('TheMegaManandSonicSpriteShowcase', 'http://megamanshowcase.smackjeeves.com/comics/', False, True) +add('TheMewExperiment', 'http://themewexperiment.smackjeeves.com/comics/', False, True) +add('TheMoistTouch', 'http://themoisttouch.smackjeeves.com/comics/', False, True) +add('TheNOMEDSEGA', 'http://nomed.smackjeeves.com/comics/', False, True) +add('TheNightSurfers', 'http://thenightsurfers.smackjeeves.com/comics/', False, True) +add('TheNocheComicSeries', 'http://nochecomicseries.smackjeeves.com/comics/', True, True) +add('ThePirateBalthasar', 'http://thepiratebalthasar.smackjeeves.com/comics/', False, False) +add('ThePremise', 'http://thepremise.smackjeeves.com/comics/', False, True) +add('ThePrincessandtheGiant', 'http://princess.smackjeeves.com/comics/', False, True) +add('ThePropertyofHate', 'http://tpoh.smackjeeves.com/comics/', False, True) +add('TheRandomObscureFairyTaleNoOnesEverReallyHeardOf', 'http://tro.smackjeeves.com/comics/', False, False) +add('TheReborn', 'http://reborn.smackjeeves.com/comics/', False, False) +add('TheSearchforHenryJekyll', 'http://thesearchforhenryjekyll.smackjeeves.com/comics/', False, True) +add('TheSilverLeague', 'http://thesilverleague.smackjeeves.com/comics/', False, True) +add('TheSomewhereOther', 'http://somewhere-other.smackjeeves.com/comics/', False, True) +add('TheSummerofBlakeSinclair', 'http://blake-sinclair.smackjeeves.com/comics/', False, True) +add('TheTimeDog', 'http://timedog.smackjeeves.com/comics/', False, True) +add('TheTytonNuzlockeChallengeEmeraldEdition', 'http://tytonnuzlockeemerald.smackjeeves.com/comics/', False, False) +add('TheWastelands', 'http://wastelands.smackjeeves.com/comics/', False, True) +add('TheWhiteTower', 'http://thewhitetower.smackjeeves.com/comics/', False, True) +add('TheWinterCampaign', 'http://winterc.smackjeeves.com/comics/', False, True) +add('TheYoshiHerd', 'http://theyoshiherd.smackjeeves.com/comics/', False, True) +add('Theatrics', 'http://theatrics.smackjeeves.com/comics/', False, True) +add('ThehumanBEing', 'http://thehumanbeing.smackjeeves.com/comics/', False, False) +add('TheiaMania', 'http://theia-mania.smackjeeves.com/comics/', False, True) +add('ThelaughingDeath', 'http://thelaughingdeath.smackjeeves.com/comics/', False, True) +add('Themadman', 'http://themadman.smackjeeves.com/comics/', False, True) +add('Theswordsmanandtheamnesiac', 'http://tsata.smackjeeves.com/comics/', True, True) +add('ThiefCatcherRingTail', 'http://tcringtail.smackjeeves.com/comics/', False, True) +add('ThinkBeforeYouThink', 'http://thinkbeforeyouthink.smackjeeves.com/comics/', False, True) +add('ThornTopia', 'http://tnt100.smackjeeves.com/comics/', False, True) +add('ThornsComic', 'http://thornscomic.smackjeeves.com/comics/', False, True) +add('ThroughtheWonkyEye', 'http://through-the-wonky-eye.smackjeeves.com/comics/', False, True) +add('TitleUnrelated', 'http://www.titleunrelated.com/comics/', False, True) +add('TosiHuonoYaoiSarjis', 'http://tosihuonoyaoisarjis.smackjeeves.com/comics/', True, True) +add('TotalPokemonIsland', 'http://tpi.smackjeeves.com/comics/', False, True) +add('TotallyCrossover', 'http://totallycrossover.smackjeeves.com/comics/', False, True) +add('TrainerWantstoFight', 'http://twtf.smackjeeves.com/comics/', False, True) +add('TransUMan', 'http://transuman.smackjeeves.com/comics/', True, True) +add('Transfusions', 'http://transfusions.smackjeeves.com/comics/', False, True) +add('TrillyAndSilly', 'http://trillysilly.smackjeeves.com/comics/', False, True) +add('Troublenextdoor', 'http://troublenextdoor.smackjeeves.com/comics/', False, True) +add('UglyBoysLove', 'http://shounenai.smackjeeves.com/comics/', False, True) +add('Uglygame', 'http://uglygame.smackjeeves.com/comics/', False, True) +add('UndertheDeadSkies', 'http://underthedeadskies.thewebcomic.com/comics/', True, True) +add('UnicampaLapis', 'http://ual.smackjeeves.com/comics/', False, True) +add('UpDown', 'http://updown.smackjeeves.com/comics/', True, True) +add('UshalaatWorldsEnd', 'http://ushala.smackjeeves.com/comics/', True, True) +add('VACANT', 'http://vacant.smackjeeves.com/comics/', False, True) +add('Vacan7', 'http://vacan7.smackjeeves.com/comics/', True, True) +add('VampireFetish', 'http://vampire-fetish.smackjeeves.com/comics/', False, True) +add('VerloreGeleentheid', 'http://verlore.thewebcomic.com/comics/', False, True) +add('VoidMisadventures', 'http://voidmisadventures.smackjeeves.com/comics/', False, True) +add('VoyageoftheBrokenPromise', 'http://voyageofthebrokenpromise.smackjeeves.com/comics/', True, True) +add('WHATaboutSHADOWS', 'http://was.smackjeeves.com/comics/', False, True) +add('WakeEcho', 'http://echo.smackjeeves.com/comics/', False, True) +add('Wander', 'http://wander.smackjeeves.com/comics/', False, True) +add('WantedDeadorDead', 'http://wanteddeadordead.smackjeeves.com/comics/', False, True) +add('Wayfar', 'http://wayfar.smackjeeves.com/comics/', False, True) +add('Waysoftheheart', 'http://wayoftheheart.smackjeeves.com/comics/', False, True) +add('WeAreGolden', 'http://wearegolden.smackjeeves.com/comics/', True, True) +add('WelcometoFreakshow', 'http://welcometofreakshow.smackjeeves.com/comics/', False, False) +add('WelcometothePCA', 'http://welcometothepca.smackjeeves.com/comics/', False, True) +add('WhatAboutLove', 'http://whataboutlove.smackjeeves.com/comics/', True, True) +add('Whatisdeepinonesheart', 'http://ones-mindt.smackjeeves.com/comics/', False, True) +add('WhenSheWasBad', 'http://whenshewasbad.smackjeeves.com/comics/', False, True) +add('Whenweweresilent', 'http://silence.smackjeeves.com/comics/', False, False) +add('WhereaboutsOfTime', 'http://wot.smackjeeves.com/comics/', False, True) +add('WhiteHeart', 'http://whiteheart.smackjeeves.com/comics/', True, False) +#add('WhiteNoise', 'http://white-noise.smackjeeves.com/comics/', False, True) +add('WildWingBoys', 'http://wwb.smackjeeves.com/comics/', False, True) +add('WildWingBoysKoathArc', 'http://wwbka.smackjeeves.com/comics/', False, True) +add('Wildflowers', 'http://wildflowers.smackjeeves.com/comics/', False, True) +add('WingsOverEthereal', 'http://wings-over-ethereal.smackjeeves.com/comics/', False, True) +add('WingsTurnedtoDust', 'http://wingsturnedtodust.smackjeeves.com/comics/', False, True) +add('WolfWolf', 'http://wolfwolf.smackjeeves.com/comics/', False, True) +add('WonderTheatre', 'http://wondertheater.smackjeeves.com/comics/', False, True) +add('Wootlabs', 'http://wootlabs.thewebcomic.com/comics/', False, True) +add('XXMoralityXx', 'http://xxmoralityxx.smackjeeves.com/comics/', False, True) +add('YadotCakeShop', 'http://yadotcakeshop.smackjeeves.com/comics/', True, True) +add('YamanaokiHighSchool', 'http://yamanaokihs.smackjeeves.com/comics/', False, True) +add('YouAreTheReasonForTheEndOfTheWorld', 'http://thereasonfortheendoftheworld.smackjeeves.com/comics/', False, True) +add('YoungCannibals', 'http://www.youngcannibals.net/comics/', False, True) +add('ZaenWell', 'http://zaenwell.smackjeeves.com/comics/', False, True) +add('ZeldaTheNewAdventureofLinkIIMajorasMask', 'http://newlink.smackjeeves.com/comics/', False, True) +add('_A_', 'http://a-the-stalker.smackjeeves.com/comics/', False, True) diff --git a/dosagelib/plugins/t.py b/dosagelib/plugins/t.py index 97403153d..0967a8a8b 100755 --- a/dosagelib/plugins/t.py +++ b/dosagelib/plugins/t.py @@ -9,7 +9,6 @@ from ..util import tagre class TheBrads(_BasicScraper): - description = u'ArchiveFirst World Problems Comic - By Brad Colbow' url = 'http://bradcolbow.com/archive/C4/' stripUrl = url + '%s/' firstStripUrl = stripUrl % 'P125' @@ -20,7 +19,6 @@ class TheBrads(_BasicScraper): class TheDevilsPanties(_BasicScraper): - description = u"It's not Satanic Porn" url = 'http://thedevilspanties.com/' stripUrl = url + 'archives/%s' firstStripUrl = stripUrl % '300' @@ -30,7 +28,6 @@ class TheDevilsPanties(_BasicScraper): class TheDreamlandChronicles(_BasicScraper): - description = u'The Dreamland Chronicles' url = 'http://www.thedreamlandchronicles.com/' stripUrl = url + 'comic/%s/' firstStripUrl = stripUrl % 'page-1' @@ -50,7 +47,6 @@ class TheDreamlandChronicles(_BasicScraper): return "%s-%s-%s.%s" % (bp[0], bp[1], bp[2], ext) class TheGamerCat(_BasicScraper): - description = u"The Gamer Cat" url = 'http://www.thegamercat.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -181,7 +177,6 @@ class _TwoLumps(_BasicScraper): class TwoTwoOneFour(_BasicScraper): - description = u'Artwork, comics, graphic novels, music, articles, and various silliness by Troy McQuinn' url = 'http://www.nitrocosm.com/go/2214_classic/' rurl = escape(url) stripUrl = url + '%s/' @@ -192,7 +187,6 @@ class TwoTwoOneFour(_BasicScraper): class TheWhiteboard(_BasicScraper): - description = u'The Whiteboard, a somewhat paintball-related webcomic by "Doc" Nickel' url = 'http://www.the-whiteboard.com/' stripUrl = url + 'auto%s.html' imageSearch = compile(r'', IGNORECASE) @@ -211,7 +205,6 @@ class TheOuterQuarter(_BasicScraper): class TheThinHLine(_BasicScraper): - description = u'the thin H line. Proudly mediocre. NSFW.' url = 'http://thinhline.tumblr.com/' rurl = escape(url) stripUrl = url + 'post/%s' @@ -257,7 +250,6 @@ class TracyAndTristan(_BasicScraper): class TwoGuysAndGuy(_BasicScraper): - description = u"Two Guys and Guy" url = 'http://www.twogag.com/' rurl = escape(url) stripUrl = url + 'archives/%s' diff --git a/dosagelib/plugins/u.py b/dosagelib/plugins/u.py index e8c3d0d5d..4e2419f22 100644 --- a/dosagelib/plugins/u.py +++ b/dosagelib/plugins/u.py @@ -29,7 +29,6 @@ class Undertow(_BasicScraper): class UnicornJelly(_BasicScraper): - description = u'UNICORN JELLY anime manga comic strip by Jennifer Diane Reitz' baseUrl = 'http://unicornjelly.com/' url = baseUrl + 'uni666.html' stripUrl = baseUrl + 'uni%s.html' @@ -40,7 +39,6 @@ class UnicornJelly(_BasicScraper): class Unsounded(_BasicScraper): - description = u'Some dead men tell tales, and some little girls have tails...' url = 'http://www.casualvillain.com/Unsounded/' stripUrl = url + 'comic/ch%s/ch%s_%s.html' firstStripUrl = stripUrl % ('01', '01', '01') diff --git a/dosagelib/plugins/w.py b/dosagelib/plugins/w.py index edf6e1d2f..45a6d29b4 100644 --- a/dosagelib/plugins/w.py +++ b/dosagelib/plugins/w.py @@ -52,7 +52,6 @@ class WebDesignerCOTW(_BasicScraper): multipleImagesPerStrip = True prevSearch = compile(tagre("link", "href", r"(%s\d+/\d+/[^']+)" % rurl, before='prev', quote="'")) help = 'Index format: yyyy/mm/stripname' - description = u"The content revolves around web design, blogging and funny situations that we encounter in our daily lives as designers and this week we focus on Christmas. These great cartoons are created by Jerry King, an award-winning cartoonist who’s one of the most published, prolific and versatile cartoonists in the world today." def shouldSkipUrl(self, url, data): """Skip non-comic URLs.""" @@ -66,7 +65,6 @@ class WebDesignerCOTW(_BasicScraper): class WeCanSleepTomorrow(_BasicScraper): - description = u'We Can Sleep Tomorrow - Life does not take bathroom breaks. A webcomic that updates Mondays and Fridays' url = 'http://wecansleeptomorrow.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -76,7 +74,6 @@ class WeCanSleepTomorrow(_BasicScraper): class Weregeek(_BasicScraper): - description = u'Weregeek' url = 'http://www.weregeek.com/' rurl = escape(url) stripUrl = url + '%s/' @@ -128,7 +125,6 @@ class WhyTheLongFace(_BasicScraper): class Wigu(_BasicScraper): - description = u'WIGU: A COMIC ON INTERNET' url = 'http://wigucomics.com/' stripUrl = url + 'oc/index.php?comic=%s' firstStripUrl = stripUrl % '1' @@ -192,7 +188,6 @@ class WorldOfMrToast(_BasicScraper): class WormWorldSaga(_BasicScraper): - description = u'The Wormworld Saga Online Graphic Novel by Daniel Lieske - An Epic Fantasy Adventure for all Ages' url = 'http://www.wormworldsaga.com/' stripUrl = url + 'chapters/%s/index.php' firstStripUrl = stripUrl % 'chapter01/EN' @@ -247,7 +242,6 @@ class _WorldOfWarcraftEh(_BasicScraper): class Wulffmorgenthaler(_BasicScraper): - description = u"Entertainment - Since 2002. Wulff & Morgenthaler's Personal humoristic social commentary on life, nostalgia and the World in general. Nothing is taboo: They deal with Politics, News, Entertainment, Technology, Culture, and Weirdo Beavers" url = 'http://kindofnormal.com/wumo/' rurl = escape(url) stripUrl = url + '%s' diff --git a/dosagelib/plugins/x.py b/dosagelib/plugins/x.py index fa91c32ce..8e87bb1ae 100644 --- a/dosagelib/plugins/x.py +++ b/dosagelib/plugins/x.py @@ -17,7 +17,6 @@ class xkcd(_BasicScraper): imageSearch = compile(tagre("img", "src", r'(//imgs\.xkcd\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(/\d+/)', before="prev")) help = 'Index format: n (unpadded)' - description = u'A webcomic of romance, sarcasm, math, and language.' textSearch = compile(tagre("img", "title", r'([^"]+)', before=r'//imgs\.xkcd\.com/comics/')) @classmethod diff --git a/dosagelib/plugins/y.py b/dosagelib/plugins/y.py index adedc8c27..889ac7249 100644 --- a/dosagelib/plugins/y.py +++ b/dosagelib/plugins/y.py @@ -8,7 +8,6 @@ from ..util import tagre class YAFGC(_BasicScraper): - description = u'Yet Another Fantasy Gamer Comic' url = 'http://yafgc.net/' stripUrl = url + '?id=%s' firstStripUrl = stripUrl % '1' diff --git a/dosagelib/plugins/z.py b/dosagelib/plugins/z.py index 2b182f7d0..923c2864c 100644 --- a/dosagelib/plugins/z.py +++ b/dosagelib/plugins/z.py @@ -52,7 +52,6 @@ class ZenPencils(_BasicScraper): prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+/)' % rurl, after="navi-prev")) imageSearch = compile(tagre("img", "src", r'(http://cdn\.zenpencils\.com/wp-content/uploads/\d+[^"]+)')) help = 'Index format: num-stripname' - description = u'Inspirational quotes from famous people adapted into cartoons.' class ZombieHunters(_BasicScraper): diff --git a/dosagelib/scraper.py b/dosagelib/scraper.py index b46424118..acc307164 100644 --- a/dosagelib/scraper.py +++ b/dosagelib/scraper.py @@ -30,19 +30,6 @@ from .output import out from .events import getHandler -class Genre: - """Genre of a comic strip.""" - adventure = u"Adventure" - crazy = u"Crazy" - drama = u"Drama" - fantasy = u"Fantasy" - gaming = u"Gaming" - humor = u"Humor" - reallife = u"Real life" - scifi = u"Sci-fi" - other = u"Other" - - class Scraper(object): '''Base class for all comic scraper, but without a specific scrape implementation.''' @@ -67,15 +54,9 @@ class Scraper(object): # set to True if this comic will not get updated anymore endOfLife = False - # a description of the comic contents - description = u'' - # langauge of the comic (two-letter ISO 639-1 code) lang = 'en' - # list of genres for this comic strip - genres = (Genre.other,) - # an expression that will locate the URL for the previous strip in a page # this can also be a list or tuple prevSearch = None diff --git a/scripts/comicfury.py b/scripts/comicfury.py index 797c5d457..244effac9 100755 --- a/scripts/comicfury.py +++ b/scripts/comicfury.py @@ -12,12 +12,11 @@ import requests sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from dosagelib.util import getPageContent from dosagelib.scraper import get_scraperclasses -from scriptutil import contains_case_insensitive, save_result, load_result, truncate_name, format_name, format_description +from scriptutil import contains_case_insensitive, save_result, load_result, truncate_name, format_name json_file = __file__.replace(".py", ".json") url_matcher = re.compile(r'

') -desc_matcher = re.compile(r'(.*?)\[Comics: (\d+)') genre_matcher = re.compile(r'Genre: ([^<]+)') activity_matcher = re.compile(r'Activity status: ([^<]+)') @@ -269,32 +268,20 @@ def handle_url(url, session, res): # we cannot handle two comics that only differ in case print("INFO: skipping possible duplicate", repr(name), file=sys.stderr) continue - # find description - end = match.end() - mo = desc_matcher.search(data[end:]) - if not mo: - print("ERROR matching description:", repr(data[end:end+300]), file=sys.stderr) - continue - desc = format_description(mo.group(1)) # find out how many images this comic has + end = match.end() mo = num_matcher.search(data[end:]) if not mo: print("ERROR matching number:", repr(data[end:end+300]), file=sys.stderr) continue num = int(mo.group(1)) - # find genre - mo = genre_matcher.search(data[end:]) - if not mo: - print("ERROR matching genre:", repr(data[end:end+300]), file=sys.stderr) - continue - genre = mo.group(1) # find activity mo = activity_matcher.search(data[end:]) if not mo: print("ERROR matching activity:", repr(data[end:end+300]), file=sys.stderr) continue active = mo.group(1).lower() == "active" - res[name] = [comicurl, desc, num, genre, active] + res[name] = [comicurl, num, active] if not res: print("ERROR:", "did not match any comics", file=sys.stderr) @@ -337,15 +324,15 @@ def print_results(args): for name, entry in sorted(load_result(json_file).items()): if name in exclude_comics: continue - url, desc, num, genre, active = entry + url, num, active = entry if num < min_comics: continue if has_comic(name): prefix = u'#' else: prefix = u'' - fp.write(u"%sadd(%r, %r, %r)\n" % ( - prefix, str(truncate_name(name)), str(url), desc + fp.write(u"%sadd(%r, %r)\n" % ( + prefix, str(truncate_name(name)), str(url) )) diff --git a/scripts/keenspot.py b/scripts/keenspot.py index d6cee7cb1..23e2f1cb4 100755 --- a/scripts/keenspot.py +++ b/scripts/keenspot.py @@ -13,7 +13,7 @@ import requests sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from dosagelib.util import getPageContent, asciify, unescape, tagre, check_robotstxt from dosagelib.scraper import get_scraperclasses -from scriptutil import contains_case_insensitive, capfirst, save_result, load_result, truncate_name, format_description +from scriptutil import contains_case_insensitive, capfirst, save_result, load_result, truncate_name json_file = __file__.replace(".py", ".json") @@ -22,8 +22,6 @@ url_matcher = re.compile( tagre("a", "href", r'([^"]+\.keenspot\.com/)[^"]*') + r"(?:)?([^<]+)(?:)?" ) -descurl_matcher = re.compile(r"(desc/[^']+\.html)") -desc_matcher = re.compile(ur'
(.+)(?:)?', re.DOTALL) # names of comics to exclude exclude_comics = [ @@ -62,8 +60,6 @@ def handle_url(url, session, res): print("ERROR:", msg, file=sys.stderr) return for match in url_matcher.finditer(data): - mo = descurl_matcher.search(match.group(1)) - desc = get_description(url + mo.group(1), session) comicurl = match.group(2) name = unescape(match.group(3)) name = asciify(name.replace('&', 'And').replace('@', 'At')) @@ -82,20 +78,7 @@ def handle_url(url, session, res): except IOError: print("INFO: robots.txt denied for keenspot", repr(name)) continue - res[name] = (comicurl, desc) - - -def get_description(url, session): - """Get comic strip description.""" - try: - data = getPageContent(url, session) - except IOError as msg: - print("ERROR:", msg, file=sys.stderr) - return u"" - mo = desc_matcher.search(data) - if not mo: - print("ERROR:", repr(data)) - return format_description(mo.group(1)) + res[name] = comicurl def get_results(): @@ -129,14 +112,14 @@ def print_results(args): for name, entry in sorted(load_result(json_file).items()): if name in exclude_comics: continue - url, desc = entry + url = entry if has_comic(name): prefix = u'#' else: prefix = u'' name = truncate_name(name) - fp.write(u"%sadd(%r, %r, %r)\n" % ( - prefix, str(name), str(url), desc) + fp.write(u"%sadd(%r, %r)\n" % ( + prefix, str(name), str(url)) ) diff --git a/scripts/mkdescription.py b/scripts/mkdescription.py deleted file mode 100755 index 6db72efb6..000000000 --- a/scripts/mkdescription.py +++ /dev/null @@ -1,99 +0,0 @@ -#!/usr/bin/env python -# -*- coding: iso-8859-1 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam -from __future__ import print_function -import sys -import os -# for dosage import -sys.path.append(os.path.join(os.path.dirname(__file__), "..")) -from dosagelib.scraper import get_scraperclasses -from scriptutil import save_result, load_result -from bs4 import BeautifulSoup -import requests - -# User-Agent: Iceweasel (Firefox) 15.02 (Debian) -UserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120724 Debian Iceweasel/15.02" - - -json_file = __file__.replace(".py", ".json") - - -def get_scraper_url(scraperclass): - """Get base or starter url.""" - if hasattr(scraperclass, 'baseUrl'): - return scraperclass.baseUrl - return scraperclass.url - - -def classname(clazz): - """Get name of given class.""" - return clazz.__name__ - - -def elem_text(elem, sep=u" "): - """Get text content of a BeautifulSoup HTML element node.""" - return sep.join(elem.stripped_strings) - - -def get_description(url, lang): - """Get URL description from meta information.""" - headers = {'User-Agent': UserAgent} - try: - req = requests.get(url, headers=headers) - except Exception as msg: - print("Error: %s" % msg) - return None - if req.status_code != requests.codes.ok: - print("WARN: HTTP %d" % req.status_code) - return u"" - doc = BeautifulSoup(req.text) - elem = doc.find("meta", dict(property="og:description")) - if elem: - return elem["content"] - for elem in doc.find_all("meta", dict(name="description")): - if "content" in elem: - return elem["content"] - elem = doc.find('title') - if elem: - return elem_text(elem) - - -def main(args): - """Get scraper descriptions from google results.""" - if os.path.isfile(json_file): - result = load_result(json_file) - else: - result = {} - if args: - tofind = args[0] - else: - tofind = None - for scraperclass in sorted(get_scraperclasses(), key=classname): - key = classname(scraperclass) - if tofind and key != tofind: - continue - tofind = None - if '_' in key: - continue - print(key) - if scraperclass.description: - continue - if key in result: - continue - url = get_scraper_url(scraperclass) - print(url) - lang = scraperclass.lang - description = get_description(url, lang) - if description: - print(description) - # store result - module = scraperclass.__module__ - result[key] = dict(description=description, module=module, url=url) - save_result(result, json_file) - else: - print("No description found") - return 0 - - -if __name__ == '__main__': - sys.exit(main(sys.argv[1:])) diff --git a/scripts/scriptutil.py b/scripts/scriptutil.py index 74165122f..17fc33dd1 100644 --- a/scripts/scriptutil.py +++ b/scripts/scriptutil.py @@ -55,12 +55,3 @@ def format_name(text): name = asciify(name.replace(u'&', u'And').replace(u'@', u'At')) name = capfirst(name) return name - - -def format_description(text): - """Format a comic description.""" - desc = remove_html_tags(text) - desc = unescape(desc) - desc = unquote(desc) - desc = compact_whitespace(desc).strip() - return desc diff --git a/scripts/smackjeeves.py b/scripts/smackjeeves.py index 13e9ff241..ff43ba155 100755 --- a/scripts/smackjeeves.py +++ b/scripts/smackjeeves.py @@ -13,7 +13,7 @@ import requests sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from dosagelib.util import getPageContent, tagre from dosagelib.scraper import get_scraperclasses -from scriptutil import contains_case_insensitive, save_result, load_result, truncate_name, format_name, format_description +from scriptutil import contains_case_insensitive, save_result, load_result, truncate_name, format_name json_file = __file__.replace(".py", ".json") @@ -245,7 +245,6 @@ page_matcher = re.compile(tagre("a", "href", r'(comicprofile\.php\?id=\d+)', aft tagre("img", "title", r'([^"]+)')) url_matcher = re.compile(tagre("a", "href", r'(http://[^"]+/comics/)') + "Latest Comic") num_matcher = re.compile(r'50%">\s+(\d+)\s+') -desc_matcher = re.compile(r"(.+?)", re.DOTALL) adult_matcher = re.compile(tagre("img", "src", r'http://www\.smackjeeves\.com/images/mature_content\.png')) def handle_url(url, session, res): @@ -285,18 +284,11 @@ def handle_url(url, session, res): print("ERROR matching comic URL:", repr(data2[:300]), file=sys.stderr) continue comic_url = mo.group(1) - # search for description - end = mo.end() - mo = desc_matcher.search(data2[end:]) - if not mo: - print("ERROR matching comic description:", repr(data2[end:end+300]), file=sys.stderr) - continue - desc = format_description(mo.group(1)) # search for adult flag adult = adult_matcher.search(data2[end:]) bounce = name not in repeat_comics res[name] = [ - url_overrides.get(name, comic_url), num, desc, bool(adult), bounce + url_overrides.get(name, comic_url), num, bool(adult), bounce ] @@ -304,7 +296,7 @@ def get_results(): """Parse all search result pages.""" base = "http://www.smackjeeves.com/search.php?submit=Search+for+Webcomics&search_mode=webcomics&comic_title=&special=all&last_update=3&style_all=on&genre_all=on&format_all=on&sort_by=2&start=%d" session = requests.Session() - # store info in a dictionary {name -> url, number of comics, description, adult flag} + # store info in a dictionary {name -> url, number of comics, adult flag, bounce flag} res = {} # a search for an empty string returned 286 result pages result_pages = 286 @@ -333,15 +325,15 @@ def print_results(args): for name, entry in sorted(load_result(json_file).items()): if name in exclude_comics: continue - url, num, desc, adult, bounce = entry + url, num, adult, bounce = entry if num < min_comics: continue if has_comic(name): prefix = u'#' else: prefix = u'' - fp.write(u"%sadd(%r, %r, %r, %s, %s)\n" % ( - prefix, str(truncate_name(name)), str(url), desc, adult, bounce + fp.write(u"%sadd(%r, %r, %s, %s)\n" % ( + prefix, str(truncate_name(name)), str(url), adult, bounce )) diff --git a/scripts/update_description.py b/scripts/update_description.py deleted file mode 100755 index 6e8cf70f1..000000000 --- a/scripts/update_description.py +++ /dev/null @@ -1,82 +0,0 @@ -#!/usr/bin/env python -# -*- coding: iso-8859-1 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam -from __future__ import print_function -import sys -import os -import re -import codecs -sys.path.append(os.path.join(os.path.dirname(__file__), "..")) -from scriptutil import load_result, save_result, format_description -from dosagelib.scraper import get_scraperclasses - - -json_file = __file__.replace("update_description.py", "mkdescription.json") - - -def has_description(classname): - """Check if scraper with given classname already has a description.""" - for scraperclass in get_scraperclasses(): - if scraperclass.__name__ == classname: - return scraperclass.description - raise ValueError("Unknown scraper class %s" % classname) - - -EncodingMatch = re.compile(r'# -\*- coding: ([-a-zA-Z0-9]+) -\*-') - -def get_encoding(filename): - """Get an encoding of a .py filename.""" - with open(filename, 'r') as f: - for line in f: - mo = EncodingMatch.search(line) - if mo: - return mo.group(1) - break - raise ValueError("No encoding line at %s" % filename) - - -def answer(classname, info): - """Ask user if description is accurate.""" - description = info['description'].strip() - print() - prompt = u'%s: %s [y/N]? ' % (classname, description) - a = raw_input(prompt.encode('utf-8')) - return a.lower().startswith('y') - - -def main(args): - """Get scraper descriptions from google results.""" - if os.path.isfile(json_file): - result = load_result(json_file) - else: - result = {} - for classname, info in sorted(result.items()): - if has_description(classname) or '_' in classname: - continue - if info.get('answer') == 'no': - continue - if not answer(classname, info): - info['answer'] = 'no' - save_result(result, json_file) - continue - filename = info['module'].replace('.', os.sep) + ".py" - encoding = get_encoding(filename) - with codecs.open(filename, 'r', encoding) as f: - with codecs.open(filename+"_", 'w', encoding) as out: - write_description(f, out, classname, info) - os.rename(filename+"_", filename) - return 0 - - -def write_description(f, out, classname, info): - """Add description to class.""" - for line in f: - out.write(line) - if line.startswith('class %s(_BasicScraper):' % classname): - description = format_description(info['description']) - out.write(u' description = %r\n' % description) - return 0 - - -if __name__ == '__main__': - sys.exit(main(sys.argv[1:])) diff --git a/tests/test_comicnames.py b/tests/test_comicnames.py index 17a5ca759..3cc07125b 100644 --- a/tests/test_comicnames.py +++ b/tests/test_comicnames.py @@ -19,4 +19,3 @@ class TestComicNames(TestCase): else: comicname = name self.assertEqual(util.asciify(comicname), comicname) - self.assertTrue(isinstance(scraperclass.description, text_type), "Invalid description in %s: %r" % (scraperclass, scraperclass.description))