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
Authorlexd0g
Licensehttp://www.wtfpl.net/txt/copying/
Categoryreddit
Created
Updated
Size545 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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
/* ==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;
}
}