The Un-Official Proxomitron Forum
services.taboolasyndication.com - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: services.taboolasyndication.com (/showthread.php?tid=2085)



services.taboolasyndication.com - scoop - Mar. 17, 2013 07:21 PM

How do we remove this services.taboolasyndication.com which is appearing on a lot of sites lately


RE: services.taboolasyndication.com - JJoe - Mar. 18, 2013 08:44 PM

Try adding

Code:
[^/]++.taboolasyndication.com/   $TST(keyword=*.i_script:12.*)

to AdHosts-J.

HTH


RE: services.taboolasyndication.com - scoop - Mar. 19, 2013 12:40 PM

Still getting them on the page.

example
Videos you may like by Taboola
http://www.dailymail.co.uk/tvshowbiz/article-2295498/Daisy-Lowe-gets-caught-rain-takes-dog-walk-covered-huge-parka-coat.html

There is a large section of sh~#e videos links at the bottom


RE: services.taboolasyndication.com - ProxRocks - Mar. 19, 2013 01:59 PM

that THREE-MILE long column on the right is what needs axed, lol...


RE: services.taboolasyndication.com - JJoe - Mar. 19, 2013 03:57 PM

(Mar. 19, 2013 12:40 PM)scoop Wrote:  Still getting them on the page.

Dailymail is hosting the script

Code:
<script type="text/javascript" src="http://taboola.dailymail.co.uk/libtrc/dailymail/loader.js">

so try adding

Code:
taboola.                         $TST(keyword=*.i_script:12.*)

to AdHosts-J.

To cover more possibilities, adding:

Code:
taboola

to AdKeys-j catches

Code:
<Match: <script> Block: Ad Scripts - Content     09.11.15 [pr sd jd] (d.2) >
<script type="text/javascript">
window._taboola = window._taboola || [];
_taboola.push({article:'auto'});
_taboola.push({mode:'horizontalx4', container:'taboola-horizontalx4', link_target:'lightbox'});

</Match>

taboola

to AdKeys

Code:
<Match: <td>... Remove/Hide: Ad Containers - IDs     10.10.16 [sd] (d.2) >
<div id="taboola-horizontalx4">
</Match>

taboola to AdPaths-j catches something like

Code:
<Match: <script> Block: Scripts by URL     10.10.16 [pr] (d.2) >
<script type="text/javascript" src="http://dailymail.co.uk/taboola/libtrc/dailymail/loader.js">
</Match>

HTH