You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Basically when `/videos` is found in the url it activates `contentScript.js`. It then creates the button on a 1s delay which allows the DOM to fully load. Once the button is pressed, it injects `styles` which is css that includes `flex-direction: column-reverse` and `flex-direction: row-reverse` which reverse the contents.
15
15
16
+
### How to use
17
+
1. Download latest release .zip file
18
+
2. Go to extension manager in browser and enable Developer mode
19
+
3. Click `Load unpacked` and give the path to the extracted files.
20
+
21
+
- Hopefully this extension will become available in the WebStore but its obviously not good enough to 'ship', therefore you must add it manually
22
+
16
23
### HELP WANTED
24
+
- add text to button
17
25
- reverse engineer api or use animations to cover loading time, if possible.
0 commit comments