Skip to content

Fix the sites that try to change your scrollbar by deleting the scrollbar CSS rules every few seconds

License

Notifications You must be signed in to change notification settings

ubershmekel/default-scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

default-scrollbar

Get your default scrollbar back!

This extension fixes the custom scrollbars that some sites have by deleting scrollbar CSS rules.

Development

How it works

Based on the answer here https://superuser.com/questions/380629/is-there-a-way-to-disable-custom-webkit-scrollbars/1585452#1585452

I just run it in a setInterval.

To regenerate icons

SIZE=48 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
SIZE=32 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
SIZE=16 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png

Chrome extension

I followed this tutorial: https://developer.chrome.com/extensions/getstarted

License

MIT

About

Fix the sites that try to change your scrollbar by deleting the scrollbar CSS rules every few seconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published