From d8eb6b6e12102d553fbfa07b1637953522efeeb7 Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+opus-tango@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:04:12 -0400 Subject: [PATCH] add readme --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6d546fa --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +# 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 + +1. Clone the code +2. Go to chrome://extensions/ +3. Enable developer mode (top right) +4. Click "Load unpacked" (top left) +5. Select the scriptinjector directory +6. 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.