sex8

sex8 AD remove

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         sex8
// @namespace    acp
// @version      1.0
// @description  sex8 AD remove
// @author       ACP
// @match        http*://mrituiasm.info/*
// @match        http*://luntannxnv.fun/*
// @match        https://duoduoxbx.fun/*
// @match        *://*/portal.html
// @match        *://*/thread-*
// @grant GM_log

// @grant GM_getResourceText

// @grant GM_addStyle

// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var css = `
#loginasx
{
display:none;}
#info #logincon01,
#info #logincon02{
background:#ccc!important;
}
.b_oscar1,
.gd-list,
#ifocus,
.full.float-left12,
#carousel1,
.j-oscar,
.uk-block1-list1 .active-nav,.newsbanner
,.web-game-report,.zxy,
#forum_rules_149,.trioCarousel,.b_mu
{display:none}
#threadlist tbody{
display:none}
#separatorline ~tbody,#postlist tbody{
display:table-row-group;}
.b_pr,iframe,
.b_pr +div,.sign,.ad,.a_oscar,
.bm_c.cl.pbn
{display:none;}
.qd-top .qd-block ~.qd-block
{display:none!important;}
.text-ada,.uk-block3-list1,.hot-news-img,.hot-news-info{display:none;}
.tie-list li{width:50%!important;float:left;margin-bottom: 18px!important;}
.uk-block1-list2, .uk-block3-list2{width:890px!important;}
.vip-rank li,.hot-people{display:none;}
.hot-people, .vip-rank{height:auto!important;}
.vip-rank li:nth-child(4)~li{display:list-item;}

.content.margin-top10.clearfix +div,.floor-ad,
#fixed-bottom-modal,.V-video-float,.b_oscar1,#shortcut{display:none!important;}


`;
    var style=document.createElement("style");
    style.innerText=css;
    document.getElementsByTagName('head')[0].appendChild(style);


})();