Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 148 Bytes

File metadata and controls

9 lines (7 loc) · 148 Bytes

Begone Scrollbar

Chrome Browser extension to removes the scrollbar via css by injecting:

::-webkit-scrollbar {
   display: none
}