Old post but here is my current working solution as of Feb 2025:
$(document).ready(function () { setInterval(function () { $("iframe[id^='dsq-app']:not([src*='disqus.com/embed'])").remove(); }, 1000); });