Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)