Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 4612a7f

Browse files
committed
2 parents 869cf69 + 6ffdb9c commit 4612a7f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ https://user-images.githubusercontent.com/88860704/229323031-c7f71a07-1460-4b9b-
1313
### How it works
1414
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.
1515

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+
1623
### HELP WANTED
24+
- add text to button
1725
- reverse engineer api or use animations to cover loading time, if possible.
1826
- i obviously dont know javascript
1927

0 commit comments

Comments
 (0)