auhu@kbin.social to /kbin meta@kbin.social · 1 year agoIs there a way to filter out a specific word from my feed? Like a tampermonkey script or something?message-squaremessage-square5fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs there a way to filter out a specific word from my feed? Like a tampermonkey script or something?auhu@kbin.social to /kbin meta@kbin.social · 1 year agomessage-square5fedilinkfile-text
minus-squareauhu@kbin.socialOPlinkfedilinkarrow-up2·1 year agoIt 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
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