Suveikė..
Dėkingas gausiai.
2019-01-30 11:37, Kestas rašė:
> adblock plus i filter lista:
>
> delfi.lt###ads-bottom-bar-container
> delfi.lt##.side-menu
> delfi.lt##.app_gdpr--2k2uB
>
> tada susimeti tampermonkey plugina ir jame pridedi kazka panasaus:
>
> // ==UserScript==
> // @name New Userscript
> // @namespace http://tampermonkey.net/
> // @version 0.1
> // @description try to take over the world!
> // @author You
> // @match http*://www.delfi.lt/*
> // @grant none
> // ==/UserScript==
>
> (function() {
> 'use strict';
>
> $('#wallpaper').remove();
> $('#wallpaper-link-container').remove();
> $('#wallpaper-sitehat').remove();
> $('#header-top-banner').remove();
> $('.header-expand-overlay').prevAll('div').remove();
> $('.row .col-xs-3.right .ad').parent().remove();
> $('.row .col-xs-3.right .delfi-ads-block').parent().remove();
> $('a[title="Uždaryti"]').parent().remove();
> })();
>
>
> "xsas" <kazkoks@kazkur.lt> wrote in message
> news:q2rpcb$e8q$1@trimpas.omnitel.net...
>> Sveiki,
>>
>> AdblockPlus delfyje visai nebesusitvarko su sušikto topsport reklama..
>>
>> Ką galima pareguliuot/įdarbint šiam reikalui?
>> Naršyklė- chromas..
>>
>> Ačiū
>