Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ticklemynausea/youtube-tv-ua-spoof
Grants access to the Youtube Web TV interface by spoofing browser user agent string
https://github.com/ticklemynausea/youtube-tv-ua-spoof
Last synced: 11 days ago
JSON representation
Grants access to the Youtube Web TV interface by spoofing browser user agent string
- Host: GitHub
- URL: https://github.com/ticklemynausea/youtube-tv-ua-spoof
- Owner: ticklemynausea
- Created: 2019-10-31T09:51:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:44:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T12:25:34.262Z (2 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube TV User Agent Spoof
Grants access to the Youtube Web TV interface by spoofing browser user agent string
## Install
$ npm install
## Development
npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge## Build
npm run build chrome
npm run build firefox
npm run build opera
npm run build edge## Environment
The build tool also defines a variable named `process.env.NODE_ENV` in your scripts.
## Docs
* [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox)