Tape-Operator

Скрипт, превращающий IMDB, TMDB, Kinopoisk и Letterboxd в бесплатные онлайн - кинотеатры! 🎥

MIT License

Stars
395
Committers
2

With this script, IMDB, TMDB, Kinopoisk and Letterboxd will become free online cinemas! On each page with a movie or TV series, a flag will appear in the upper left corner. By clicking on it, you will open a player with the movie.

RUS | ENG

Installation 🎓

  1. Install one of the extensions for running custom scripts:

  2. Enable developer mode in your browser.

  3. Install the script by going to this link. (or download tape-operator.user.js from folder userscript) and install manually)

Done, now open a page with a movie (example) and click on the flag in the upper left corner!

If the flag doesn't appear, check if the script is installed correctly and restart your browser.

Deploy 🚀

In case the link to the player is blocked in your country, you can deploy your own version of the site!

This instruction is intended for developers and other users with the necessary technical skills.

  1. Publish the static site located in the player folder of this repository.

    • Files and the index.html page should be accessible at the main address. (http://example.com/index.html or simply http://example.com)
    • Remove the analytics script located in the header of the index.html file to avoid sending anonymous analytics.
  2. Edit the script from the userscript folder:

    • Replace the PLAYER_URL variable with the link to your site.
    • Add a line with the link to your site in the @match header. This is necessary for the browser to execute the script on your player page.
    • Remove the @updateURL and @downloadURL headers from the file so that the script doesn't try to update itself.
    • Make sure that the version in the @version header is equal to or not lower than the version specified in the config.js file, in the REQUIRED_VERSION variable. Otherwise, there will be a notification about an outdated script on the site.
  3. Install the edited script.

Self-hosting doesn't guarantee 100% site functionality, as Kinobox API is used to obtain sources, which is currently impossible to deploy independently.

Disclaimer

The player works based on Kinobox API and is provided solely for informational purposes!

The project does not store or distribute pirated content. All rights to the materials belong to their rightful owners. To remove illegal content, please contact the original source. I am not responsible for the content posted on third-party resources.

Piracy is bad!

License

MIT (LICENSE file)