Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Elements6007 committed Apr 2, 2023
2 parents 869cf69 + 6ffdb9c commit 4612a7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ https://user-images.githubusercontent.com/88860704/229323031-c7f71a07-1460-4b9b-
### How it works
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.

### How to use
1. Download latest release .zip file
2. Go to extension manager in browser and enable Developer mode
3. Click `Load unpacked` and give the path to the extracted files.

- Hopefully this extension will become available in the WebStore but its obviously not good enough to 'ship', therefore you must add it manually

### HELP WANTED
- add text to button
- reverse engineer api or use animations to cover loading time, if possible.
- i obviously dont know javascript

Expand Down

0 comments on commit 4612a7f

Please sign in to comment.