// ==UserScript== // @name Free kinopoisk // @namespace https://github.com/ecXbe/Free-Kinopoisk // @version 2077v.1.6.3 // @source https://github.com/ecXbe/Free-Kinopoisk // @supportURL https://github.com/ecXbe/Free-Kinopoisk // @description Allows you to watch movies/series on kinopoisk.ru for free. // @description:ru Позволяет вам смотреть фильмы/сериалы на kinopoisk.ru бесплатно. // @author ezX {cps}; // @require http://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js // @include /^https:\/\/www\.kinopoisk\.ru\/.*$/ // @include /^https:\/\/.*flcksbr\..*$/ // @include /^https:\/\/thesaurus\.allohalive\..*$/ // @include /^https:\/\/.*svetacdn\..*$/ // @include /^https:\/\/api\..*\.ws\/.*$/ // @include /^https:\/\/.*kodik\..*$/ // @include /^https:\/\/.*\.fotpro135alto\.com\/.*$/ // @connect www.kinopoisk.ru // @connect api.github.com // @connect raw.githubusercontent.com // @icon https://www.google.com/s2/favicons?sz=64&domain=kinopoisk.ru // @grant GM_xmlhttpRequest // @grant GM_info // @run-at document-body // @compatible Chrome // @compatible Edge // @compatible Firefox // @compatible Opera // @license CC-BY-SA-4.0 // @downloadURL https://update.greasyfork.icu/scripts/461423/Free%20kinopoisk.user.js // @updateURL https://update.greasyfork.icu/scripts/461423/Free%20kinopoisk.meta.js // ==/UserScript== /* _________ ___. __ \_ ___ \___.__.\_ |__ _________________ __ __ ____ | | __ / \ \< | | | __ \_/ __ \_ __ \____ \| | \/ \| |/ / \ \___\___ | | \_\ \ ___/| | \/ |_> > | / | \ < \______ / ____| |___ /\___ >__| | __/|____/|___| /__|_ \ \/\/ \/ \/ |__| \/ \/ _________ __ / _____// |_ ____ ___________ ______ \_____ \\ __\/ __ \_/ __ \_ __ \/ ___/ / \| | \ ___/\ ___/| | \/\___ \ /_______ /|__| \___ >\___ >__| /____ > \/ \/ \/ \/ */ (function() { 'use strict'; const $ = jQuery.noConflict(true); function addGlobalStyle(css) { let $head = $('head'); if (!$head) return return $('