sex8

sex8 AD remove

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==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);


})();