Skip to content

Commit e6173bd

Browse files
committed
Add implementation detailt to README.md
1 parent af5e32d commit e6173bd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ This extension fixes the custom scrollbars that some sites have by deleting scro
66

77
# Development
88

9-
To regenerate icons:
9+
## How it works
10+
11+
Based on the answer here https://superuser.com/questions/380629/is-there-a-way-to-disable-custom-webkit-scrollbars/1585452#1585452
12+
13+
I just run it in a setInterval.
14+
15+
## To regenerate icons
1016

1117
```
1218
SIZE=48 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
1319
SIZE=32 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
1420
SIZE=16 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
1521
```
1622

23+
## Chrome extension
24+
1725
I followed this tutorial: https://developer.chrome.com/extensions/getstarted
1826

1927
# License

0 commit comments

Comments
 (0)