Greasy Fork

posts

remove spam posts and other users

目前为 2024-09-24 提交的版本。查看 最新版本

// ==UserScript==
// @name         posts
// @namespace    http://tampermonkey.net/
// @version      2024-09-24
// @description  remove spam posts and other users
// @author       You
// @match        https://saidit.net/s/all/new*
// @match        https://saidit.net/new/*
// @match        https://saidit.net/insightful/*
// @match        https://saidit.net/fun/*
// @match        https://saidit.net/top/*
// @match        https://saidit.net/
// @match        https://saidit.net/?count*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=saidit.net
// @grant        none
// @license      AGPL 3.1
// ==/UserScript==

(function() {
    'use strict';

    Object.entries(document.querySelectorAll("p.title:not(.may-blank)")).reduce(function(res, item) {
        let title = item[1].innerText;
        let author = item[1].parentNode.parentNode.querySelector(".author").innerText;
        let domain = item[1].parentNode.parentNode.querySelector(".domain").childNodes[0].getAttribute("href");

        if(title.indexOf(" ") < 0) {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(domain.indexOf(".moe") >= 0) {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(domain.indexOf("pomf2.lain.la") >= 0) {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(domain.indexOf("john1126.com") >= 0) {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Priyanka112") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sonilovelyseo") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Urvashi1107") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "gxhzjbg") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sofihayat") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "jaksy") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "fabricodryclean") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Anastasia") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "james208") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "aumglobal") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "cakesncaksshop") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "rohannsharma13") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "kousalya") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "bat42") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "egizsolution") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "henryjack6952") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Aladinlegaspiseo") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "nehanp") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "SarahTylor") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "jalahi7325") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "zabaru") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "bayanprof12") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "zimahete") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ShellyCampbell") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "bayanprof12") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Jamesdvdd") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Lynxbuildinhg") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Kiransharma00") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "rayan") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "tevasve") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "aniket") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "emman04") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "whatamireallydoing") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "michaeljackson8076") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "IPTVTrends") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "mijixeb739") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "loop1414") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "KhandelwalA") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Brayden_765") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Doglas1") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Poonamdr1726") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Angelika_76") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "thomasmartink") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Kimbarly12") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "XTREAM4U") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "peter1309") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ClonifyNow") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sanjogi456") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "vandddsane123") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Seraphina29") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "kunjrajput") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "allegientsky") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "jenniferd") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "SamCorp") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "gannaantolikbezega ") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "bobmorrison") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "marketingmavens") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "NorAisyahhh") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "taskpr") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "kusdv8oij") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Savemoney") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "appdevelopersinida") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "incognito0432") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "abisha") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "shawnphilliptraining") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "radoboy") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "saidthemost") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ljena") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "homeiateam") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ex5mrn1okshy") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "rekiyadesigns") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "JobHuntMode") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "zeivia") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "simonharris") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "jc4710875") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ibtonystark") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "searozer") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "lefeve") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "mixagripflu") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sedebbbb") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "yahahmaa") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sivassk") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "teenpatti") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "joshschumann") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Jayakumar24") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "purvituvar") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "pbwDDD60897") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Techomsystem01") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "fusionbodyart") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "junesmith") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Roslinmathew") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Speechactors") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sdfsdfasdaasf") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ArunPandit") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Infiapp") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "WoodyWoodPecker") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "BABU") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Apptunixdubai") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "aceson03") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Amirr010") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "risingarc") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Kritirai") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sofiamurphy") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "fafelevi") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "keegen") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "elinafft24") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ibmohit") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sox15345") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ryeeeeeee") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "keesetrian") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ysrj1987") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Eternal-iptv") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "BarackObama") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "sabita") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "43g4w") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "liyanitseo") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Velvet_bloom") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "devcnailo") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "degraff") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ekd11296") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "naromanadinaho") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ekd11296") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "degraff") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "gary85k") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "John_Edwin") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "theshutterstudio") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "elihurrellfasion") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "kathrynvaughn") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Elanor") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "tomasmartikn") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "6vqejpuyxo") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "hokerdanial") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "hajafo2945") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "olescampeoneos") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "anaradomanis") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "helmsjoe926") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "elinafft24") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "james208") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "jaksy") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "zksdaxkubmwm") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "parejonean") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "rekha12") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "eyt71876") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ds164") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "arriazapharof") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "yix72274") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "mmm321") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "samsulak00077w") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "bungkusindomie") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "Naru") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "ieh00231") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        } else if(author == "satgurueducation") {
            item[1].parentNode.parentNode.remove();
            return false;
        }


        return true;
    }, true);

})();