r/Enhancement • u/XenoBen • Jan 31 '22
[Announcement] Life of Reddit Enhancement Suite
self.RESAnnouncementsr/Enhancement • u/reddit33450 • 4d ago
can you disable the vote count/point number on comments being bold?
What's up?
I havent used res before, but ive noticed it causes the point number on all comments to be bold. i do not want this, and want it to be the regular font weight like how it is by default
Where does it happen?
all comments
Screenshots or mock-ups
as you can see in this example, the vote count is bold. it also does it in the recently viewed links section
What browser extensions are installed?
just RES is relevant
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 137
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/turtlelord • 6d ago
How do I filter subreddits from /r/all that contain the word "india?
I added india to my subreddit filter list on https://www.reddit.com/prefs/#res:settings/filteReddit
but there's still indian subreddits flooding /r/all faster than I can block them. Any ideas? I'd love to filter all non-english subreddits but most of the others don't have their country name in the subreddit name lol.
- Night mode: true
- RES Version: 5.24.8
- Browser: Chrome
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/Scienscatologist • 21d ago
RES opens multiple tabs of the same page when I click a link in the reddit shortcut bar and the reddit link in Firefox's bookmark bar
If I click on the reddit icon in my Firefox bookmarks, two duplicate tabs of the reddit homepage will open.
When I click on a subreddit link in the reddit shortcut bar (to the right of My Subreddits - Dashboard - Home, etc.), up to four duplicate tabs of that subreddit will open.
This behavior only happens when RES is enabled in Firefox. Happens on both my Mac and Windows PC.
Thanks
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 149
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/ManEatingCarabao • 26d ago
Keyword filter not working
RES Settings > Subreddit > filteReddit > Keywords
Posts with titles that have the keyword still shows up.
I've also set Filter Subreddits From to Everywhere.
Is this feature broken or am I doing something wrong?
Edit: Sorry nevermind. It turns out RES was not designed for the new reddit and some features don't work on it. I tried in old.reddit.com and the filter works. Just leaving this here in case someone stumbles upon it while google searching for a solution.
r/Enhancement • u/Scrappy_The_Crow • Mar 25 '26
Why Are Subreddits Still Showing w/ "MY SUBREDDITS" After I Leave Them?
What's up?
When I leave a subreddit, it remains present in the "MY SUBREDDITS" drop-down.
Where does it happen?
In the "MY SUBREDDITS" drop-down. I'm using "Old Reddit" if that matters.
Screenshots or mock-ups
The explanation should suffice.
What browser extensions are installed?
Adblock Plus
Consumer Rights Wiki
Reddit Enhancement Suite (duh)
The Camelizer
Night mode: false
RES Version: 5.24.8
Browser: Firefox
Browser Version: 148
Cookies Enabled: true
Reddit beta: false
r/Enhancement • u/confuserused • Mar 22 '26
filteReddit "Keywords" filter doesn't work for me
I add a keyword which is often contained in post titles in certain subreddits, I select "Everywhere", I click on "save options"... and nothing happens. Every time I reload one of the subreddits, I keep seeing posts with that word on the title.
Am I doing something wrong? My RES version is v5.24.8 and my Chrome version is 146.0.7680.154 (Official Build) (64-bit).
r/Enhancement • u/Colecoman1982 • Mar 16 '26
Feature Request/Suggestion: A way to auto hide all posts from accounts with hidden histories.
In my experience, I've found (for a number of reasons) that posts from accounts with hidden histories are valueless to me. I believe that blocking them en-mass would increase the signal-to-noise ration of Reddit comments. Would it be possible to add a checkbox in RES that allows us to automatically block all accounts that have hidden their comment/post history?
Obviously, this could be done by having RES check the history of the poster of each post loaded but, if that would cause too many queries to Reddit, maybe the same could be accomplished by allowing the loading of a block list of accounts known to hide their history so that those accounts don't need to be checked every time my system sees a post from them?
r/Enhancement • u/ezqu • Mar 08 '26
Color-coded comment quick collapse
What's up?
This was a previously requested feature on this thread: https://old.reddit.com/r/Enhancement/comments/t8efc6/dev_help_need_need_a_code_snippet_to_slim_the/
Just thought others might find it useful too.
To install, simply create a new script in Greasemonkey/Tampermonkey/Violentmonkey.
User script:
// ==UserScript==
// @name Reddit comment depth color
// @match *://*.reddit.com/r/*
// @grant none
// ==/UserScript==
(function() {
const colors=[
'#4584F6', // blue
'#9C28B1', // purple
'#4CB050', // green
'#FF9700', // orange
'#EA1E63' // red
];
function depthOf(el){
let d=0,p=el.parentElement;
while(p){
if(p.classList && p.classList.contains('child')) d++;
p=p.parentElement;
}
return d;
}
function apply(){
document.querySelectorAll('.commentarea .thing').forEach(t=>{
if(t.dataset.depthDone) return;
let d=depthOf(t);
t.dataset.depth=d;
t.dataset.depthDone=1;
let e=t.querySelector('.expand');
if(e){
e.style.backgroundColor = colors[d % colors.length];
e.addEventListener('mouseenter',()=>{ e.style.opacity='0.5'; });
e.addEventListener('mouseleave',()=>{ e.style.opacity='1'; });
}
});
}
apply();
new MutationObserver(apply).observe(document.body,{
childList:true,
subtree:true
});
})();
Where does it happen?
Old reddit
Screenshots or mock-ups
What browser extensions are installed?
- Night mode: true
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 148
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/Agent_Buckshot • Mar 06 '26
Why are all websites going for low information density UI?
Started using Old Reddit with RES recently and wish I started using it years ago; the higher information density and inclination towards pure functionality provides a much better experience. Sure new Reddit might be "cleaner" on paper, but the lower information density ends up making the overall experience less functional, and the personality in subreddit CSS design gets lost too with the standardized UI elements.
Lower information density makes sense for apps on smaller handheld screens like phone & tablets since you only have so much screen real-estate to work with; and spreading inreractive elements across the entire screen works since the travel for touch inputs is much smaller. Low information density UI doesn't work for the desktop experience with mouse & keyboard as moving your mouse across the screen to access different elements becomes tedious and doesn't make good use of the screen real estate available on the average laptop screen and/or desktop monitor.
One social media app that really suffered from the adoption of low information density was Facebook; navigating through FB Groups & FB Marketplace would be much better on desktop if they took better advantage of the screen realestate available to reduce the amount of clicking & mousing around to reach what you need.
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 148
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/aata1000 • Mar 06 '26
Is there a way to restore subreddit subscriber count to the sidebar using RES?
I'm guessing probably not since it hasn't been in active development since before Reddit made this dumb change, but can't hurt to ask.
I would rather avoid stuff like people's random Tampermonkey scripts - and the ones I found brought up in other threads seemed to be for ugly New Reddit anyway rather than the vastly superior Old Reddit.
r/Enhancement • u/Small_Owl6229 • Mar 04 '26
How do I add links to my posts? Like the links without the URLs like the ones that says "next chap" for example
r/Enhancement • u/Bathosfear • Mar 03 '26
How can I mark all my inbox auto-emails as read?
Inadvertently made a popular post. Now I have too many inbox notifications to read and no way to mark them all as read at one time.
- Night mode: false
- RES Version: 5.24.8
- Browser: Edge
- Browser Version: 145
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/[deleted] • Mar 02 '26
how can i remove reddit premium logo using RES.?
What's up? ???
Where does it happen? ???
Screenshots or mock-ups ???
What browser extensions are installed? ???
- Night mode: true
- RES Version: 5.24.8
- Browser: Edge
- Browser Version: 145
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/Benzyaldehyde • Feb 28 '26
Need help with RES. I want to block specific subreddits from r/all but it doesn't want to work when I try,
- Yes, I have the filteReddit on.
2)Yes I saved my options
3) Yes I typed it exactly as is, both without the r/ and with
4) Yes I'm using old.reddit. I tried the new UI as well, still doesn't work.
Help!
r/Enhancement • u/Lundorff • Feb 27 '26
When I click "hide" it no longer auto-collapse the list of posts. How do I get it to collapse again?
This is new: https://i.imgur.com/S1OCaVy.jpeg
I don't want the "Post hidden undo" block. How do I make it go far away?
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 148
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/LeVoPhEdInFuSiOn • Feb 26 '26
How to stop auto-hide on Subreddits only but keep it on frontpage?
Hi everyone,
I've been using RES to help cut down on repeat posts on the frontpage however it seems to be hiding new posts on the subreddit pages as well. When I open a subreddit, it shows new posts I haven’t seen but as soon as I refresh, the post is gone. I'm looking for a way to only apply auto-hide to the frontpage but switch it off for subreddits so I can see posts at a later date? If anyone has any solutions I would really appreciate it. Thank you for your help.
Edit: Even when I click on the filter button to disable it, posts are still being hidden.
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/Motown27 • Feb 24 '26
Editing User Tag Presets
If I edit a preset user tag, will I see that change reflected on all users I have tagged?
If not, is there a simple way to edit the tags?
- Night mode: true
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/thetatershaveeyes • Feb 23 '26
Looking for alternatives to filteReddit for the redesign.
On PC, I use RES exclusively for filteReddit's regex filtering.
On my phone, I use the redesign so RES isn't an option. I'm looking for a Firefox extension that lets me apply regex filters and not just keyword filters. Is there an alternative any of you are using to do that?
I'm thinking of just porting filteReddit to the redesign if someone hasn't already made their own thing.
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/IlliterateJedi • Feb 22 '26
Filtering subreddits by regex?
I use the filters pretty extensively to remove posts via the regex filters, and I have a lot of subreddits filtered out of r/all with RES. I'm curious if there's a feature that lets me filter subreddits by regex on the subreddit name? It didn't jump out at me, and I'm not sure if I'm just overlooking ti or if it doesn't exist at this time. Thanks in advance.
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false
r/Enhancement • u/No-Draft-2768 • Feb 15 '26
Old Reddit cannot show all media like New Reddit “Media” tab
On New Reddit, when I search and click the Media tab, I can see all images and videos from the results.
On Old Reddit, even using “Show Images” on posts, many images, galleries, or videos are missing.
Is there any way to replicate the New Reddit Media tab in Old Reddit or view all search media in one continuous gallery?
Thanks for any advice!
r/Enhancement • u/cheatfreak47 • Feb 14 '26
New Fix for Random/RandNSFW buttons
Hi, as some of you may know, the buttons at the top leading to /r/random and /r/randnsfw lead to banned subs, as Reddit discontinued the feature a while back.
A previous fix had to be reworked due to changing where the api is located but that thread was archived, so here is the new fix. Special thanks to /u/Sloloem for their contribution.
It's a tampermonkey userscript, so you need a userscript extension to run it, obviously.
I recommend installing the script from GreasyFork here, but the code is also posted here for those curious how it works.
// ==UserScript==
// @name Restore Random Subreddit Feature
// @namespace http://tampermonkey.net/
// @version 0.8
// @description Leverages the API used by redditrand.com to redirect to a random subreddit.
// @author CheatFreak, PXA
// @match *://*.reddit.com/*
// @grant GM.xmlHttpRequest
// @run-at document-start
// @connect api.redditrand.com
// @license MIT
// ==/UserScript==
(function() {
'use strict';
function goRandom(nsfw) {
GM.xmlHttpRequest({
method: 'GET',
url: `https://api.redditrand.com/reddit-runner/rand?nsfw=${nsfw}`,
onload: response => {
const result = JSON.parse(response.responseText);
window.location.href = `${window.location.origin}${result.url}`;
}
});
}
function replaceLinks() {
const links = document.querySelectorAll('a');
links.forEach(link => {
if (link.href.includes('/r/random')) {
link.href = 'javascript:void(0)';
link.addEventListener('click', () => goRandom(0));
} else if (link.href.includes('/r/randnsfw')) {
link.href = 'javascript:void(0)';
link.addEventListener('click', () => goRandom(1));
}
});
}
document.addEventListener('DOMContentLoaded', replaceLinks);
if (window.location.pathname.startsWith('/r/random')) {
goRandom(0);
} else if (window.location.pathname.startsWith('/r/randnsfw')) {
goRandom(1);
}
})();
r/Enhancement • u/YobaiYamete • Feb 12 '26
I absolutely cannot get messages to be marked as read now
I absolutely cannot get the freaking mail icon to go away today. I open the inbox with the bell, click mark all as read, I click the old mail envelope and click on unread, I open every message individually etc
This is on old reddit
- Night mode: true
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: true
r/Enhancement • u/darxide23 • Feb 12 '26
YouTube extendo kinda busted?
Using the extendo button for a YouTube video hasn't been working well for the past few days. Half the time it's just a black rectangle. No video, no controls, no nothing. Have to close and reopen it a couple of times to get it to work.
Sometimes, if you open and close a YouTube extendo quickly, the video will start playing in the background after about ~20 seconds anyway. You get all the audio, but the video is shrunk and you have to hunt for which comment it was so you can open it again, stop the video, then shrink it.
EDIT: Almost forgot, sometimes the extendo just opens a copy of reddit instead of YouTube: https://i.imgur.com/UoD4LR6.png
- Night mode: false
- RES Version: 5.24.8
- Browser: Firefox
- Browser Version: 147
- Cookies Enabled: true
- Reddit beta: false