Sorry if this is the wrong place to ask

    • auhu@kbin.socialOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      It works great! I changed the blacklist.

      Not sure if it’s only me, but I got undefined errors sometimes so I added this spaghetti before the const description declaration:

      if (!article.getElementsByClassName("short-desc")[0]) return;

      if that helps anyone in the future