Skip to content

Fan fiction story by keybounce

Details

Authorkeybounce

LicenseNo License

CategoryFanfiction.net

Created

Updated

Size889 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fanfiction: Default browser font, permit right clicks

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Fan fiction story
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Fanfiction: Default browser font, permit right clicks
@author         Keybounce
==/UserStyle== */

@-moz-document url-prefix("https://www.fanfiction.net/s/") {
    /* Insert code here... */
    /* 
    Fan fiction stupidly assumes that their small list of fonts
    is all you could want; restore browser choice. Same with font 
    size, etc.
    
    Also remove the right-click/copy-paste block.
    1.0.1: Removed the minimum window size... why???

    */
    
    .storytext  {
        font-family: inherit;
        font-size: inherit;
        line-height: normal;
        user-select: unset !important;
    }

    .storytextp {
        user-select: unset !important;
    }
    
    body, .maxwidth {
        min-width: unset !important;
    }
    
}

Reviews

No reviews yet.