🎬 FilmHD1080 - Enhance

🎬 FilmHD1080 best view and Dark Theme

当前为 2023-06-14 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         🎬 FilmHD1080 - Enhance
// @namespace    Wizzergod
// @version      3.1.1
// @description  🎬 FilmHD1080 best view and Dark Theme
// @homepageURL   https://greasyfork.org/ru/scripts/427407-filmhd1080-enhance
// @supportURL    https://greasyfork.org/ru/scripts/427407-filmhd1080-enhance
// @author       Wizzergod
// @match        *://*.*.filmhd1080.*/*
// @match        *://*.filmhd1080.*/*
// @match        *://filmhd1080.*/*
// @match        *://*.filmhd-1080.*/*
// @match        *://*.film-hd1080.*/*
// @match        *://*.filmhd1080.monster
// @grant        unsafeWindow
// @grant        GM_addStyle
// @icon https://www.emoji.co.uk/files/phantom-open-emojis/activity-phantom/12655-clapper-board.png
// ==/UserScript==


function addGlobalStyle(css) {
    var style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    document.head.appendChild(style);


    var elements = document.getElementsByClassName('604c7625');
    for (var i = 0; i < elements.length; i++) {
        elements[i].parentNode.removeChild(elements[i]);
    }


    var elements = document.getElementsByClassName('obertka-in');
    for (var i = 0; i < elements.length; i++) {
    var element = elements[i];
    element.style.marginTop = '100px';
  }
}



addGlobalStyle(`
  .full-taglist{
  display: none !important;
  }
  .polna-right{
  display: none !important;
  }
  .podval{
  display: none !important;
  }
  .epom-ec3caff6{
  display: none !important;
  }
  .604c7625{
  display: none !important;
  }
  .clearfix.site-desc{
  display: none !important;
  }
  .polna-mid noindex{
  display: none !important;
  }
  .polna-rkl{
  display: none !important;
  }
  .clearfix.site-desc{
  display: none !important;
  }
  .icon-l.polna-meta{
  display: none !important;
  }
  .db-rates{
  display: none !important;
  }
  .kratka-in {
    border: 3px solid black;
    margin-bottom: 10px;
    background: #f0f0f0;
    border-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .kratka-in:before {
    background-image: none;
    content: none;
  }
  .kratka-title {
    color: #fff;
    padding: 5px;
    text-shadow: #000000 1px 1px 1px;
  }
  .polna-poster {
    margin-top: 0px;
  }
  .polna-poster:before {
    background-image: none;
    content: none;
  }
  .tc-img {
    padding: 0;
    border: 3px solid black;
    margin-bottom: 10px;
    background: #f0f0f0;
    border-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .tc-img:before {
    content: none;
    background-image: none;
  }
  .have-brand .obertka-in {
    margin-top: 70px;
  }
  .have-brand {
    background-color: #1d1c1c;
  }
  .shapka {
    background-color: #2a2a2a;
  }
  body {
    color: #ffffff;
    background-color: #222;
  }
  a {
    color: #ffffff;
  }
  .polna-main {
    background-color: #fff0;
  }
  .full-taglist {
    background-color: #ffffff00;
  }
  .search-box input,
  .search-box input:focus {
    background-color: #222;
  }
  .slice-masked:before {
    background: #fff0;
  }
  .glav-skryt {
    background-color: #2a2a2a;
  }
  .kratka-text {
    background-color: #2a2a2a;
  }
  .slides-tabs {
    background-color: #1d1c1c;
  }
  .have-brand .obertka-in {
    background-color: #2a2a2a;
  }
  .rzd-tabs span {
    color: #ffffff;
    background-color: transparent;
  }
  .rzd-tabs span.current {
    background-color: #1e1e1e;
  }
  .rzd-capt,
  .rzd-right,
  .rzd-tabs span {
    background-color: #1e1e1e;
  }
  .button,
  .pagi-load a,
  .up-second li a,
  .up-edit a,
  .qq-upload-button,
  button:not(.color-btn):not([class*=fr]),
  html input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .meta-fav a {
    background-color: rgba(0, 0, 0, 0.18);
  }
  .comms-bg {
    background-color: #fff0;
  }
  .share-box {
    background-color: #fff0;
  }
  .slt-capt {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .navigation a,
  .pnext > span {
    background-color: rgba(0, 0, 0, 0.18);
  }
  .filter-wrap {
    background-color: #444;
  }
  .filter-box {

    color: #444;
  }
  .slides-tabs .owl-prev,
  .slides-tabs .owl-next {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .slides-tabs .owl-prev {
    left: -50px;
    border-radius: 20px 0px 0px 20px;
  }
  .slides-tabs .owl-next {
    right: -50px;
    border-radius: 0 20px 20px 0;
  }
  .polna-mid {
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  .fr-view {background-color: #222;
  }
  .gray-theme {
    background: #222;
    color: #9b59b6;
  }
  .ac-inputs input {
    background-color: #222;
  }
  .login-box {
    background-color: #292929;
  }
  input[type="text"], input[type="password"] {
  background-color: #222;
  color: #ffffff;
  }
  .lb-check input + label:before {
  background-color: #222;
  }
  .lb-check input:checked + label:before {
  background-color: #9b59b6;
  }
  #searchsuggestions {
  background: #222;
  }
  .have-brand .obertka-in {
    margin: 100px auto 0 auto;
    margin-top: 100px;
  }
`);