mirror of
https://github.com/opus-tango/scriptinjector.git
synced 2026-03-20 03:55:25 +00:00
763 B
763 B
Script Injector
This is a simple script injector that injects javascript code into some pages to modify the UI.
I recently set up the bookmark manager Karakeep, and so far I love everything except the compact view on the dashboard is not nearly dense enough for my taste. This just injects a javascript snippet that reduces the height and margins on the elements in the compact view.
Usage
- Clone the code
- Go to chrome://extensions/
- Enable developer mode (top right)
- Click "Load unpacked" (top left)
- Select the scriptinjector directory
- The extension should now be loaded and will modify the UI of the Karakeep dashboard.
There is no way to turn it on or off aside from modifying the code and reloading the extension or uninstalling it.