您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Maybe delete you browsing history when your done.
/* ==UserStyle== @name Incestflix Better Layout @namespace github.com/openstyles/stylus @version 0.0.2 @description Maybe delete you browsing history when your done. @author UglyBoi @license MIT ==/UserStyle== */ @-moz-document domain("incestflix.org") { :root { --scrollbar-background: #960000; --blue-night: #acacac; --red-day: #F8333C; --red-night: #3e0a0d; --green-day: #28B75C; --green-night: #591818; } #incflix-bodywrap { max-width: none; text-align: center; } #photos .img-overflow{ margin: 1px; width: 445px !important; height: 250px!important; } #incflix-indexwrap { max-width: none; text-align: center; } #tables { text-align: left; padding: 0em 0.5em; max-width: none; } body > center:nth-child(4){ display:none; } #incflix-header{ position:absolute; top:-75px; } [class=headerlogo]{ position:absolute; top:70px; left:0px; transform: scale(0.5); } #tagline{ display:none!important; } #videotags { width: 100%; margin-top: 0em; text-align: left; } /* ============ SCROLLBAR ============ */ /* Sizing */ ::-webkit-scrollbar { width: 5px; height: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #c6c6c600; } /* Track on hover */ ::-webkit-scrollbar-track:hover { background: #c6c6c6; } /* Handle */ ::-webkit-scrollbar-thumb { background: var(--scrollbar-background); } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #171717; } }