Bùi Minh Đức
Bùi Minh Đức
Make sure that your image is publicly accessible, i.e. you can go to the URL and view it from your web browser, and that the image does not take more...
Under Style, set the background colour of posts and sidebar with a transparency level between 0 and 1 using `rgba()`. The Theme Blur level you've set will apply accordingly. >...
I think I kinda figured out what the problem was: 1. ASFOWC [only executes when `comment-body-header` is attached to the page](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/content/tweak_loader.js#L105); this element only shows up on full post pages...
whoops I should've done more research... Looking into it as soon as I can. In 1.16.0 we moved from using JavaScript to dynamically apply the CSS code for changing the...
yea yea, the CSS changes for font sizes being applied globally is intended and is also why we had to set default failsafe font sizes. Should be fixed soon, thanks...
see https://github.com/joelacus/RedditEnhancer/issues/98#issuecomment-2595160112
RE does not use Reddit APIs for the Auto Show Formatting Options When Commenting feature, rather it injects JavaScript into the page to tell the browser to click the Show...
Make sure to turn off Auto Expand Hidden Comments and Auto Load More Comments under Productivity, and that there are no other conflicting extensions running (e.g. Sink It)
@aronatem old.lemmy.world and [mlmym](https://github.com/rystaf/mlmym) in general use a completely different set of HTML elements, classes and attributes, which, as @joelacus said, means we would have to completely rewrite some of,...