Skip to content

scrolling image captions by lexd0g

Screenshot of scrolling image captions

Details

Authorlexd0g

Licensehttp://www.wtfpl.net/txt/copying/

Categoryreddit

Created

Updated

Size545 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes reddit image captions scrollable because for some reason they don't let you see the whole text by default so this kind of fixes it

it looks ugly because i made this in 5 minutes so deal with it or improve it if you want i dont care

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           scrollable reddit image captions
@namespace      https://userstyles.world/style/6045/scrolling-image-captions
@version        1.0.0
@description    makes reddit image captions scrollable because theyre stupid and made it so you cant see the whole thing
@author         lexd0g
==/UserStyle== */

@-moz-document domain("reddit.com") {
    /* Insert code here... */
    
    ._15nNdGlBIgryHV04IfAfpA {
        overflow: auto;
    }
    
    ._26daP6nhhW7BT-CMzL0ijs {
	line-height: 24px;
    }

}

Reviews

No reviews yet.