Adblockers (in this case: https://getadblock.com/) inject stylesheets, setting the display property to none for certain CSS selectors.
The Pollfish Web Plugin is affected by this stylesheet injection. The injected style: gdpr:not(body):not(html) { display: none !important } makes the entire element that wraps the "I agree" button (start survey) invisible to the users as shown below:

.
While there are alot of filters, the one that includes the blocking style comes from:
https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt
As an exmaple, changing the Web Plugin's gdpr class to gdpr-info makes the content visible again.
I also tested the web plugin with uBlock Origin with no issues, as far as I can tell.
Adblockers (in this case: https://getadblock.com/) inject stylesheets, setting the
displayproperty tononefor certain CSS selectors.The Pollfish Web Plugin is affected by this stylesheet injection. The injected style:
gdpr:not(body):not(html) { display: none !important }makes the entire element that wraps the "I agree" button (start survey) invisible to the users as shown below:.
While there are alot of filters, the one that includes the blocking style comes from:
https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt
As an exmaple, changing the Web Plugin's
gdprclass togdpr-infomakes the content visible again.I also tested the web plugin with uBlock Origin with no issues, as far as I can tell.