// ==UserScript== // @name Kinopoisk - Add to folder // @namespace scriptomatika // @author mouse-karaganda // @description Добавить фильм в папку // @license MIT // @match https://www.kinopoisk.ru/film/* // @require https://greasyfork.org/scripts/379902-include-tools/code/Include%20Tools.js // @icon https://www.google.com/s2/favicons?sz=64&domain=kinopoisk.ru // @version 1.0 // @grant none // @downloadURL none // ==/UserScript== (function() { let $ = window.jQuery; console.log('kinoscript :: Userscript run at == ', location.href); let poisk = {}; let plugin = { insertStyle: function() { let styleText = [ '.styles_userFoldersContainer { text-align: center; margin-bottom: 24px; }', '.styles_userFoldersContainer a { color: #3bb33b; text-align: center; text-decoration: none; font-weight: bold; }', '.styles_userFoldersContainer a:hover { color: #266fff; }', '.styles_userFoldersContainer iframe { width: 0; height: 0; border: 0; w_display: none; }', '.styles_userFoldersContainer iframe { width: 280px; height: 280px; }' ]; $('