NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name TrAnimeizle Karanlik Tema // @namespace https://linktr.ee/DeadLyBro // @description www.TrAnimeizle.co'ya Karanlık Tema Ekle (Scripti devre dışı bıraktığınızda eski haline döner.) // @author DeadLyBro // @copyright 2022, DeadLyBro (https://openuserjs.org/users/DeadLyBro) // @version 1.1 // @match https://www.tranimeizle.co/* // @icon https://www.google.com/s2/favicons?sz=64&domain=tranimeizle.co // @grant none // @license MIT // @updateURL https://openuserjs.org/meta/DeadLyBro/TrAnimeizle_Karanlik_Tema.meta.js // @downloadURL https://openuserjs.org/install/DeadLyBro/TrAnimeizle_Karanlik_Tema.user.js // ==/UserScript== // ==OpenUserJS== // @author DeadLyBro // ==/OpenUserJS== (function() { 'use strict'; var stil = document.createElement("style"); stil.innerHTML = `.comment-author,a,h1,h2,h3,h4,h5,h6{text-shadow:0 0 .2em #000,0 0 .2em #000,0 0 .2em #000}.comment-form .form-control,.header-mid,.page_main_wrapper{background:#17181e!important}.add-inner,.archive-wrapper,.attr-nav .input-group .input-group-addon,.featured-inner,.post-body,.post_details_block,.tabs-wrapper,.ui.tag,.youtube-wrapper,nav.navbar.bootsnav{background:#322424!important}@media (min-width:993px){nav.navbar.bootsnav ul.nav>li>a{color:grey!important}}input[type=text],textarea{color:#fff!important}.input-group-addon{color:grey!important}.comment-form,.comments-container,.post-footer,.post-head{background:#24252f!important}.panel_header h4,.post-head .title{color:#de1833!important}.post-footer .social ul li a{color:#777}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover,.pagination>li>a,.pagination>li>span{background:#383838!important}a,h1,h2,h3,h4,h5,h6{color:#c9c9c9!important}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background:#502020!important}.reatting{color:gold!important}.comment-author{color:rgb(84 84 84)!important}.breadcrumb{background:#322424!important;border:1px solid #424242!important}`; document.body.append(stil); // Oluşturduğumuz Stil'i Body'e ekleme işlemi. })();