From 1f9d16e6148b774fb4e11e78bb0149004f260513 Mon Sep 17 00:00:00 2001 From: Dave Eargle Date: Mon, 27 Jun 2016 10:07:56 -0400 Subject: [PATCH] evading pesky adblockers on ad.html the commonly-used ad-blocking list on https://easylist.github.io/easylist/easylist.txt was recently updated to include 'container-ad', which blocks our entire psiturk ad container. changing our container id. see https://groups.google.com/forum/#!topic/psiturk/yzT-w7KZxms --- psiturk/example/templates/ad.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psiturk/example/templates/ad.html b/psiturk/example/templates/ad.html index 66cf580e1..273bba805 100644 --- a/psiturk/example/templates/ad.html +++ b/psiturk/example/templates/ad.html @@ -41,7 +41,7 @@ margin-right: 1em; } - #container-ad { + #container-not-an-ad { /* obtuse name because pesky ad-blocker extensions */ background: white; margin: 30px; } @@ -52,7 +52,7 @@ -
+