We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5e32d commit e6173bdCopy full SHA for e6173bd
README.md
@@ -6,14 +6,22 @@ This extension fixes the custom scrollbars that some sites have by deleting scro
6
7
# Development
8
9
-To regenerate icons:
+## 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
16
17
```
18
SIZE=48 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
19
SIZE=32 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
20
SIZE=16 ffmpeg -i wheel_128.png -vf scale=$SIZE:$SIZE wheel_$SIZE.png
21
22
23
+## Chrome extension
24
25
I followed this tutorial: https://developer.chrome.com/extensions/getstarted
26
27
# License
0 commit comments