// ==UserScript== // @name Free kinopoisk // @namespace https://github.com/eCxb3/cps // @version 2077v.1.1-beta // @description Allows you to watch movies/series on kinopoisk.ru for free. // @author ezX {cps}; // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js // @match https://www.kinopoisk.ru/film/* // @match https://www.kinopoisk.ru/series/* // @match https://flicksbar.cc/* // @icon https://www.google.com/s2/favicons?sz=64&domain=kinopoisk.ru // @grant GM_getValue // @grant GM_setValue // @downloadURL none // ==/UserScript== /* _________ ___. __ \_ ___ \___.__.\_ |__ _________________ __ __ ____ | | __ / \ \< | | | __ \_/ __ \_ __ \____ \| | \/ \| |/ / \ \___\___ | | \_\ \ ___/| | \/ |_> > | / | \ < \______ / ____| |___ /\___ >__| | __/|____/|___| /__|_ \ \/\/ \/ \/ |__| \/ \/ _________ __ / _____// |_ ____ ___________ ______ \_____ \\ __\/ __ \_/ __ \_ __ \/ ___/ / \| | \ ___/\ ___/| | \/\___ \ /_______ /|__| \___ >\___ >__| /____ > \/ \/ \/ \/ */ (function() { 'use strict'; function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } console.log('Start ezX 😎'); const kinopoisk = function() { $(document).ready(function() { const $oldButton = $('button.kinopoisk-watch-online-button.styles_root__EZXGw'); if ($oldButton.length) { $oldButton.remove(); const $newButton = $('