Skip to content

Weeb Books Editor by Birphon

Screenshot of Weeb Books Editor

Details

AuthorBirphon

LicenseNo License

Categoryflamecomics

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Edits webcomic sites as Webtoons, Aurascans and Flamecomics

Notes

  • Webtoons
    ⋅⋅⋅ Generates a Dark Mode for Webtoons
    ⋅⋅⋅ Doesn't effect the homepage, only the viewer (i.e. a chapter)
  • Aurascans
    ⋅⋅⋅ Removes Alandal ads at the bottom of their page
  • Flamecomics
    ⋅⋅⋅ Removes Flamecomic ads for new series they support
  • Mangahub
    ⋅⋅⋅ Removes the page number separator at the bottom of every image for a cleaner viewing experience

Source code

/* ==UserStyle==
@name         Flamecomics AD Remover
@version      20240606.07.50
@namespace    https://userstyles.world/user/Birphon
@description  Removes the Flamecomics AD's for other series on their site - Difference in viewing: https://imgur.com/a/Vnqzjor
@author       Birphon
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://asuracomic") {
a[href^="https://story.alandal.com/"] {
    display: none
}
}

@-moz-document url-prefix("https://www.webtoons.com/en/") {
/* Apply dark theme to all Webtoons pages */
body,
p,
span,
div:not(.card_lst),
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff !important;
    background-color: #1e1e1e !important;
}

a,
.grade_area {
    color: #66ccff !important;
}

a:visited {
    color: #cc66ff !important;
}

._episodeItem:hover {
    background-color: transparent !important;
}

.u_cbox_wrap,
.u_cbox_en,
.u_cbox_type_sort_favorite,
.episode_area {
    background-color: #252525 !important;
    color: #e0e0e0 !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

.comment_area .u_cbox_nick {
    font-weight: bold !important;
    color: #66ccff !important;
}

.comment_area .u_cbox_info_base {
    color: #ccc !important;
}

/* Set background of div with class "info" to transparent */
div.info,
.genre,
.g_action,
.subj {
    background-color: transparent !important;
}

div.author_area {
    background-color: transparent !important;
}


/* Change text color when li has class "on" */
.daily_tab .on a.btn_daily {
    color: #1e1e1e !important;
}
}

@-moz-document url-prefix("https://flamecomics.me/") {
.blox.mlb.kln,
.kln,
.promo-banner {
    display: none
}

#radio_content {
    display: none
}
}

@-moz-document domain("mangahub.io") {
._3w1ww {
    display: none !IMPORTANT;
}
}

@-moz-document url-prefix("https://rizzfables") {
.realm-radio, a[href^="https://discord.com/invite/Yxhj5FbATU"] {
    display: none
}
}

Reviews

No reviews yet.