// ==UserScript== // @name Free kinopoisk // @namespace https://github.com/eCxb3/cps // @version 2077v.1.4.2.1 // @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://flicksbar.*/* // @include *://*svetacdn.*/* // @include *://*embprox.*/* // @include *://*kodik.*/* // @connect www.kinopoisk.ru // @icon https://www.google.com/s2/favicons?sz=64&domain=kinopoisk.ru // @grant GM_xmlhttpRequest // @run-at document-start // @compatible Chrome // @compatible Edge // @compatible Firefox // @compatible Opera // @license CC-BY-SA-4.0 // @downloadURL none // ==/UserScript== /* _________ ___. __ \_ ___ \___.__.\_ |__ _________________ __ __ ____ | | __ / \ \< | | | __ \_/ __ \_ __ \____ \| | \/ \| |/ / \ \___\___ | | \_\ \ ___/| | \/ |_> > | / | \ < \______ / ____| |___ /\___ >__| | __/|____/|___| /__|_ \ \/\/ \/ \/ |__| \/ \/ _________ __ / _____// |_ ____ ___________ ______ \_____ \\ __\/ __ \_/ __ \_ __ \/ ___/ / \| | \ ___/\ ___/| | \/\___ \ /_______ /|__| \___ >\___ >__| /____ > \/ \/ \/ \/ */ (function() { 'use strict'; const $ = jQuery.noConflict(true); function addGlobalStyle(css) { let $head = $('head'); if (!$head) return return $('