Discussions » Creation Requests

Voyages Forum : add mask

Deleted user 92966
§
Posted: 2017-02-11

Voyages Forum : add mask

Hello,
I surf the site Travel Forum
Https://voyageforum.com/

But it now displays a warning
I can not find the element that masks it
Http://nsa38.casimages.com/img/2017/02/11/170211114456931851.png


It would be possible to have a script that blocks it ?

woxxomMod
§
Posted: 2017-02-11
Edited: 2017-02-11

You can hide it by adding a rule to your AdBlock/uBlock:

###mainColumn > div:first-child[id^="n"], #mainColumn > div:first-child[id^="n"] + .separator, #mainColumn > div:first-child[id^="n"] + .separator + div[style="height:8px"]

Or if you use Stylish extension:

@-moz-document domain("voyageforum.com") {
#mainColumn > div:first-child[id^="n"],
#mainColumn > div:first-child[id^="n"] + .separator,
#mainColumn > div:first-child[id^="n"] + .separator + div[style="height:8px"] {
    display:none!important;
}
}
Deleted user 92966
§
Posted: 2017-02-11

thank you
I did not understand or install it for Ublock
But it works with stylish

woxxomMod
§
Posted: 2017-02-11
Edited: 2017-02-11

To use it with uBlock: open that site, click uBlock icon in toolbar, click the eyedropper icon, paste the rule text in the minipopup in the bottom right corner of the page, click Create.

P.S. I've updated the rules above to also remove the separator.

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。