79472574

Date: 2025-02-27 11:53:07
Score: 1
Natty:
Report link

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);
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: C Amelia