Description from extension meta
Decorate your scrollbars.
Image from store
Description from store
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually.
Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
Latest reviews
- (2025-06-20) jmghjmv: Simple things that make for an easier life, thankyou!
- (2025-05-30) Илья Лесной: Thanks for the extension, it was a real lifesaver on Vivaldi, because I like the system style of the scrollbars, but after the update it got its own style.
- (2025-05-27) Tom Scott: Having such a narrow scroll bar in Opera with no way to modify it in settings is _egregiously hostile_ to the user! Thanks for modifying the css so that we don't have to!
- (2025-03-20) Misha Lobanov: Fix issues with this one. Thanx!
- (2025-03-14) David Doster: Thank you! This is awesome. I can make Brave look like a real Windows program now!
- (2024-10-26) Viktor Jonsson: Thank you! I feel like a boomer, but why have a scroll bar if you can't see it? Drives me nuts. So this plugin helps.
- (2024-10-03) ffinder: Rescroller is Awesome! Can we SAVE our brand new scrollbars? If not Please create the option to Save our newly created custom-made scrollbars and of course the option to Load them. It's hard work to change all the settings, add custom images and create a scroll bar just the way you like it, any user should be able to save his created user scroll bars not just for backup purposes for any reason whatsoever, but also In the event you make changes that you don't like anymore, and to share with other users on social platforms like 𝕏 Facebook Instagram YouTube etc... Also a website with the best user created scrollbars to download and load into the rescroller settings will be awesome! ff
- (2024-08-11) GregorJan: New version 2024.7.7 broke the twitch.tv left channel panel.
- (2024-07-15) bioLarzen: I've been using this extension for a while now, and it has worked most of the time just fine. It's been a PITA to set it up to work with images (kept mistaking the horizontal and vertical bar images for each other), but once I managed, it worked fine... ... up until today, when the original scrollbars were reset for no apparent reason - and I no longer seem to be able to set images. The option is still there, but whenever I select an imge, it doesn't register. And the images are suitable for this - the extention used them fine for years. I hope this can be fixed (or will fix itself somehow) because this is the only Chrome extension I know of that allows me to use images for scrollbars. (PC, Win 10 Home, Chrome 126.0.6478.127)
- (2024-06-30) catherine brown: Keeps disapearing don't work very good
- (2024-05-07) Adrian Bolog: Youtube Solution: Remove this extension. Enable Experimental Feature: chrome://flags/#fluent-overlay-scrollbars
- (2024-04-20) ManiK Fox: Easy to set up and looks great. Might not work with every site, but that's not the fault of the scroll bar - it's the sites themselves. So no worries here.
- (2024-03-23) yo foxjoke: please fix to work on youtube
- (2024-03-16) Lucas Araújo: Stopped working on YouTube and a bunch of other websites.
- (2024-03-03) RozeRedd: NO longer works in Youtube, pls FIX this like immediately. Works fine on other sites. At least give us an explanation of why no longer working in Youtube &/or when we can expect a fix...or if there will be one.
- (2024-02-18) コード・リムーバー: Suddenly it stopped working on YouTube.
- (2024-02-14) Luis Lopez: No longer works on youtube, please fix this. Youtube's ugly gray bar is offensive.
- (2024-01-23) David Polonskiy: Doesn't work on YouTube. Please, fix it.
- (2024-01-23) Noel Kropf: This is super helpful to make Google Sheets scroll bars much more visible. The default behavior on a large screen is a very thin bar which is nearly invisible until you move the mouse over it. In Rescroller settings: increase the scrollbar size (width), make the background color visible and the slider color black. Then open a new tab or window on a Sheets document, and VOILA! Thank you so much!
- (2023-12-30) Parappa IRL: It allows you to personalize the appearance of the scrollbars on webpages. You can adjust the color, shadows, borders, and more of each scrollbar element using the settings provided. And if you're feeling extra creative, you can even write custom CSS to style the scrollbars exactly how you want them. It's a fun way to add a personal touch to your browsing experience
- (2023-12-18) kljoki kljoki: Working on Opera browser too [win11]
- (2023-08-25) Carlos Henrique: P E R F E C T - create a invisible scroll bar?
- (2023-08-25) Carlos Henrique: P E R F E C T - create a invisible scroll bar?
- (2023-06-29) Mohamed Abdelaal: A wise designer once said "good design is hidden" because we do not even feel that it is there, like its exactly what we expect. I have been using this extension for about 3 years now and it is perfect. I would like to thank the team behind it for making my life easier.
- (2023-06-29) Mohamed Abdelaal: A wise designer once said "good design is hidden" because we do not even feel that it is there, like its exactly what we expect. I have been using this extension for about 3 years now and it is perfect. I would like to thank the team behind it for making my life easier.
- (2023-04-16) Andrew Hay: Chrome's default scrollbar (light grey on white) is almost invisible on my monitor, so thank you!
- (2023-04-16) Andrew Hay: Chrome's default scrollbar (light grey on white) is almost invisible on my monitor, so thank you!
- (2022-12-04) Kami: Well, blacklist doesn't work. Which kinda sucks, because i kinda like the scroll bar on some websites... I made a scroll bar which is pretty cool. (I use this on SpotOn - Github) ::-webkit-scrollbar { width: 5px; height: 1px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: linear-gradient(230deg, #ff000036, #ff800036, #ffff0036, #80ff0036, #00ff0036, #00ff8036, #00ffff36, #0080ff36, #0000ff36, #8000ff36, #ff008036); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 10s ease infinite;, border-radius:50px; } ::-webkit-scrollbar-thumb:hover { background: linear-gradient(230deg, #ff00007a, #ff80007a, #ffff007a, #80ff007a, #00ff007a, #00ff807a, #00ffff7a, #0080ff7a, #0000ff7a, #8000ff7a, #ff00807a); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 1s ease infinite; } ::-webkit-scrollbar-thumb:active { background: linear-gradient(230deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff0080); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 1s ease infinite; } ::-webkit-scrollbar-track { background: #056f572e; border: 0px none #ffffff; border-radius: 50px; } ::-webkit-scrollbar-track:hover { background: #ffc0cb; } ::-webkit-scrollbar-track:active { background: #ffc0cb;
- (2022-12-04) Kami: Well, blacklist doesn't work. Which kinda sucks, because i kinda like the scroll bar on some websites... I made a scroll bar which is pretty cool. (I use this on SpotOn - Github) ::-webkit-scrollbar { width: 5px; height: 1px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: linear-gradient(230deg, #ff000036, #ff800036, #ffff0036, #80ff0036, #00ff0036, #00ff8036, #00ffff36, #0080ff36, #0000ff36, #8000ff36, #ff008036); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 10s ease infinite;, border-radius:50px; } ::-webkit-scrollbar-thumb:hover { background: linear-gradient(230deg, #ff00007a, #ff80007a, #ffff007a, #80ff007a, #00ff007a, #00ff807a, #00ffff7a, #0080ff7a, #0000ff7a, #8000ff7a, #ff00807a); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 1s ease infinite; } ::-webkit-scrollbar-thumb:active { background: linear-gradient(230deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff0080); -webkit-animation: rainbow 10s linear infinite; -z-animation: rainbow 10s linear infinite; -o-animation: rainbow 10s linear infinite; animation: rainbow 1s ease infinite; } ::-webkit-scrollbar-track { background: #056f572e; border: 0px none #ffffff; border-radius: 50px; } ::-webkit-scrollbar-track:hover { background: #ffc0cb; } ::-webkit-scrollbar-track:active { background: #ffc0cb;
- (2022-10-26) Sergio Vazquez II: AWESOME extension! Works perfectly, and offers LOTS of fun options. 👍🏼 EDIT - Spoke too soon. Blacklisting doesn't work. Had to uninstall.
- (2022-10-26) Sergio Vazquez II: AWESOME extension! Works perfectly, and offers LOTS of fun options. 👍🏼 EDIT - Spoke too soon. Blacklisting doesn't work. Had to uninstall.
- (2022-10-07) Jonathan: All I want is to have consistent, standard size scrollbars that look as much like the OS default as possible, but that seems impossible. I tried this extension to counter those idiot web developers (or idiot managers of developers) that customize scroll bars, making them 2 pixels wide, impossible to see and use on a 24 inch, 1920x1080 display. However, the button feature on this extension doesn't work, and that is a deal-breaker. After you choose all of the up/down/left/right images, they are all screwed up; up displays as left, etc. Attempting to change the incorrect image messes with the other three.
- (2022-10-07) Jonathan: All I want is to have consistent, standard size scrollbars that look as much like the OS default as possible, but that seems impossible. I tried this extension to counter those idiot web developers (or idiot managers of developers) that customize scroll bars, making them 2 pixels wide, impossible to see and use on a 24 inch, 1920x1080 display. However, the button feature on this extension doesn't work, and that is a deal-breaker. After you choose all of the up/down/left/right images, they are all screwed up; up displays as left, etc. Attempting to change the incorrect image messes with the other three.
- (2022-07-17) BREAKING THE4THWALL: Good extension only downside is it needs more than a color picker. can't make silver or gold with it. so it could use some color options like that to go with the custo color picker.
- (2022-07-17) BREAKING THE4THWALL: Good extension only downside is it needs more than a color picker. can't make silver or gold with it. so it could use some color options like that to go with the custo color picker.
- (2022-07-08) Cheyenne Maner: cool
- (2022-07-08) Cheyenne Maner: cool
- (2022-03-31) Rachel Phillips: excellent makes the scroll bar wide, very helpful with the gmail with the panels , can see better
- (2022-03-31) Rachel Phillips: excellent makes the scroll bar wide, very helpful with the gmail with the panels , can see better
- (2022-01-29) DarKnightMike • 10 years ago: I love this extension! I love to have the ability to customize my scrollbar by changing the color, making it bigger, or removing it completely. I am using this extension to essentially remove the scrollbar because the horizontal bar on the bottom of YouTube was bothering me by getting in the way of my videos, even when fullscreening. With this extension that problem no longer exists.
- (2022-01-29) DarKnightMike • 10 years ago: I love this extension! I love to have the ability to customize my scrollbar by changing the color, making it bigger, or removing it completely. I am using this extension to essentially remove the scrollbar because the horizontal bar on the bottom of YouTube was bothering me by getting in the way of my videos, even when fullscreening. With this extension that problem no longer exists.
- (2021-12-12) Rob: Works great, but I wish it used the Chrome sync API.
- (2021-12-12) Rob: Works great, but I wish it used the Chrome sync API.
- (2021-10-14) Lizzy: So good i used on opera gx and its amazing
- (2021-10-14) Lizzy: So good i used on opera gx and its amazing
- (2021-09-28) James: Very easy to use with lots of features.
- (2021-09-28) James: Very easy to use with lots of features.
- (2021-06-06) Faheem Ahmad: good but needs to be updated
- (2021-06-06) Faheem Ahmad: good but needs to be updated
- (2021-04-10) Ake10: can't live without it