Skip to content

Center and enlarge story text on fictionmania.tv by tifm

Details

Authortifm

LicenseArtistic-2.0

Categoryfictionmania.tv

Created

Updated

Size490 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Center and enlarge story text on fictionmania.tv to make it easier to read

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Center and enlarge story text on fictionmania.tv
@version      1.0.1
@namespace    userstyles.world/user/tifm
@description  Center and enlarge story text on fictionmania.tv to make it easier to read
@author       tifm
@license      Artistic-2.0
==/UserStyle== */

@-moz-document regexp("https?://(?:www\\.)?fictionmania\\.tv/stories/readtextstory\\.html.*") {
    br + pre {
        width: fit-content;
        margin: auto;
        font-size: larger;
    }
}

Reviews

No reviews yet.