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
-
Install one of the extensions for running custom scripts:
- Tampermonkey (recommended)
- Violentmonkey
- Greasemonkey
- Userscripts
-
Enable developer mode in your browser.
-
Install the script by going to this link. (or download
tape-operator.user.js
from folderuserscript
) 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.
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.
-
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.
- Files and the
-
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 theconfig.js
file, in theREQUIRED_VERSION
variable. Otherwise, there will be a notification about an outdated script on the site.
- Replace the
-
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.
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!
MIT (LICENSE file)