Coder Social home page Coder Social logo

better-netflix's Introduction

New Function (added: 2022/04/04)

「視聴を続ける」を自動でスキップ Skip continue watching

Better Netflix

Better Netflix is an Add-on for Firefox and Chrome that adds various features to Netflix:

  • Ultrawide display support (21:9 aspect ratio)
  • Zoom in and out of the video
  • Show the elapsed time of the video
  • Disable mouse movement on button press
  • Statistics: current FPS and resolution of the video
  • Use the mouse wheel to change the volume
  • Button to pick a random video of the Netflix list

Build

Prerequisites

The following npm packages are required:

  • typescript
  • @types/chrome
  • webpack
  • webpack-cli

TypeScript

Visual Studio Code

To build TypeScript with Visual Studio Code:

Press CTRL + SHIFT + B

Select tsc: build

Build script

The -t or --typescript parameter can be used to build TypeScript. The tsc command has to be available (TypeScript has to be installed on the system). JavaScript is being built for Browsers as well.

Run python build.py -t

Build JavaScript for Browsers

Run python build.py

Distribution

To create the zip files use the -z or --zip parameter:

python build.py -z

Publish

A python-gitlab.cfg file needs to be created in the root of the repository with a private gitlab token:

[global]
default = gitlab
ssl_verify = true
timeout = 5

[gitlab]
url = https://gitlab.com
private_token = GITLAB_TOKEN
api_version = 4

The following command updates the version numbers in the manifests:

python build.py -u

Then commit and push the changes.

The following command creates a new release on gitlab:

python build.py -p

better-netflix's People

Contributors

nuiohger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.