Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamius-han/ultrawidify
Firefox extension that allows you to work around some people's inability to properly encode 21:9 videos.
https://github.com/tamius-han/ultrawidify
aspect-ratio chrome-extension firefox-extension netflix ultrawide youtube
Last synced: about 1 month ago
JSON representation
Firefox extension that allows you to work around some people's inability to properly encode 21:9 videos.
- Host: GitHub
- URL: https://github.com/tamius-han/ultrawidify
- Owner: tamius-han
- Created: 2016-10-16T11:07:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T14:34:06.000Z (4 months ago)
- Last Synced: 2024-09-16T17:16:29.131Z (4 months ago)
- Topics: aspect-ratio, chrome-extension, firefox-extension, netflix, ultrawide, youtube
- Language: TypeScript
- Size: 22.9 MB
- Stars: 170
- Watchers: 6
- Forks: 9
- Open Issues: 39
-
Metadata Files:
- Readme: README-AMO.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.MD
Awesome Lists containing this project
README
# Build guide for AMO
## Build platform
The extension is built on a PC running Manjaro Linux. npm and node are installed from repositories/aur.
### Software versions:
Node/npm versions:
```
node: %%NODE_VERSION%%
npm: %%NPM_VERSION%%
```Linux (`uname -a`):
```
%%LINUX_VERSION%%
```## Reproducing build
Run the following commands to install dependencies and compile the firefox build:
```
npm ci
npm run build
```The compiled code pops up in `/dist-ff`.