Skip to content

The Final Outpost - No Anti Adblock by wyrm312772

Screenshot of The Final Outpost - No Anti Adblock

Details

Authorwyrm312772

LicenseCC-BY-NC-4.0

Categoryfinaloutpost.net

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gets rid of the anti adblock image

Notes

-fixed most pages it did not work on before

Source code

/* ==UserStyle==
@name           The Final Outpost - No Anti Adblock
@namespace      github.com/openstyles/stylus
@version        7.0.4
@description    Gets rid of the Anti Adblock image
@author         Wyrm312772
==/UserStyle== */

@-moz-document domain("finaloutpost.net") {
    div.VTR4vIPqiA:nth-of-type(4) {
 display: none !important;
}

img[src="/img/ui/abb2.png"] {
    display: none !important;
    height: 0px;
    width: 0px;
}
    .row.mt-2 > .col .btn-primary {
    display:none;
    }
}

@-moz-document url-prefix("https://finaloutpost.net/inventory"), url-prefix("https://finaloutpost.net/lab"), url-prefix("https://finaloutpost.net/shelter"), url-prefix("https://finaloutpost.net/breed"), url-prefix("https://finaloutpost.net/science"), url-prefix("https://finaloutpost.net/inventory"), url-prefix("https://finaloutpost.net/store"), url-prefix("https://finaloutpost.net/trade"), url-prefix("https://finaloutpost.net/world/scientists"), url-prefix("https://finaloutpost.net/quests/"), url-prefix("https://finaloutpost.net/visit/"), url-prefix("https://finaloutpost.net/holiday"), url-prefix("https://finaloutpost.net/hw"), url-prefix("https://finaloutpost.net/action"), url-prefix("https://finaloutpost.net/account"), url-prefix("https://finaloutpost.net/tabs"), url-prefix("https://finaloutpost.net/credits"), url-prefix("https://finaloutpost.net/terms"), url-prefix("https://finaloutpost.net/privacypolicy"), url-prefix("https://finaloutpost.net/help"), url-prefix("https://finaloutpost.net/artpolicy"), url-prefix("https://finaloutpost.net/adopt"), url-prefix("https://finaloutpost.net/pedigree"), url-prefix("https://finaloutpost.net/market"), url-prefix("https://finaloutpost.net/world"), url-prefix("https://finaloutpost.net/summer"), url-prefix("https://finaloutpost.net/a"), url-prefix("https://finaloutpost.net/b"), url-prefix("https://finaloutpost.net/c"), url-prefix("https://finaloutpost.net/d"), url-prefix("https://finaloutpost.net/e"), url-prefix("https://finaloutpost.net/f"), url-prefix("https://finaloutpost.net/g"), url-prefix("https://finaloutpost.net/h"), url-prefix("https://finaloutpost.net/i"), url-prefix("https://finaloutpost.net/j"), url-prefix("https://finaloutpost.net/k"), url-prefix("https://finaloutpost.net/l"), url-prefix("https://finaloutpost.net/m"), url-prefix("https://finaloutpost.net/n"), url-prefix("https://finaloutpost.net/o"), url-prefix("https://finaloutpost.net/p"), url-prefix("https://finaloutpost.net/q"), url-prefix("https://finaloutpost.net/r"), url-prefix("https://finaloutpost.net/s"), url-prefix("https://finaloutpost.net/t"), url-prefix("https://finaloutpost.net/u"), url-prefix("https://finaloutpost.net/v"), url-prefix("https://finaloutpost.net/w"), url-prefix("https://finaloutpost.net/x"), url-prefix("https://finaloutpost.net/y"), url-prefix("https://finaloutpost.net/z") {
 div.VTR4vIPqiA {
 display: none !important;
 background-image: none !important;
}
}

@-moz-document url-prefix("https://finaloutpost.net/") {
    div.VTR4vIPqiA {
    background-image: none !important;
}
}

Reviews

No reviews yet.