Outsourced-Logic / Skipper

Skipper is a browser extension that enhances accessibility on platforms like YouTube by providing automated interactions with "skip ad" buttons.
Apache License 2.0
2 stars 0 forks source link

[Task] Restructure the main branch #15

Closed Outsourced-Logic closed 1 year ago

Outsourced-Logic commented 1 year ago

The repository should be restructured to have 3 branches

Main branch - Contains all of Skipper's related files

Chrome branch - Contains files specific to Skipper's Chrome extension

Firefox branch - Contains files specific to Skipper's Firefox extension

This will be done so users can easily navigate to the Firefox or Chrome branch and download the files at once, in a format that can be easily ported into the respective browser without configuration.

Will need to create a new task to setup a workflow that pairs files and automatically updates one when the other is changed.

Related to:

12 - Firefox does not support V3

Outsourced-Logic commented 1 year ago

Task completed. Next task is #16 - Setup an automated workflow

This will ensure that files held in the main branch and the browser specific branches can be changed at the same time