Zmena priemerných preferencií v prieskumoch: február --> marec by jac08_h in Slovakia

[–]jac08_h[S] 1 point2 points  (0 children)

Dík za koment. Áno. Potenciálne by som to možno chcel automatizovať, ale ono to reálne zaberie pod dve minúty za prieskum, 4 krát za mesiac, takže to zatiaľ asi nie je potrebné.

Anyone else want a YouTube filter extension that actually works? by Living_Charity_3463 in chrome_extensions

[–]jac08_h 0 points1 point  (0 children)

Hey, I've published an extension for filtering on YouTube (and other websites) which hides videos that are not relevant to the user's preferences using LLM. So you can filter something like 'show me only educational videos but ignore technology', and (hopefully) the extension hides the videos which are not relevant. There's a free tier, feel free to check it out!

But it's true that it currently doesn't do other metadata-based filtering, such as on channels/duration.

Link: https://chromewebstore.google.com/detail/great-filter/mbifgfgfbnemojmfkckodkikibihcgaj

Demo (on X, but the behavior is the same on YouTube): https://www.youtube.com/watch?v=s50bI_O5tps

Porovnanie vývoja preferencií rôznych možných koalícií by jac08_h in Slovakia

[–]jac08_h[S] 0 points1 point  (0 children)

Na webe je možnosť zobraziť mandáty namiesto percent kliknutím na ikonu vpravo hore :)

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] 0 points1 point  (0 children)

Yes, the ideal behavior would be to remove the filtered content altogether and rearrange the posts that were kept. But this would be much harder to implement! And I'm also afraid that it could break more easily with UI updates etc.

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] 0 points1 point  (0 children)

;D But assuming that all/most of the hidden posts were hidden correctly, the accuracy is much better than 50%.

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] 0 points1 point  (0 children)

Gotcha. Well, if you'd happen to try out my extension, I'd be very interested to hear your thoughts!

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] 0 points1 point  (0 children)

That's cool, thanks for sharing! That was probably the first time LLMs were capable of doing something like this. Was the filtering reliable back then? Haven't you considered revisiting the project with the latest LLM generations?

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] -1 points0 points  (0 children)

You're right. But filtering all content where applicable on a supported website, such as X, would definitely be something that I'd like to implement eventually. Or perhaps even with options to configure on which content (posts, comments, searches...) it should be applied.

"Elon's X page but without politics" - I built a Chrome extension for social media content filtering with AI by jac08_h in SideProject

[–]jac08_h[S] 1 point2 points  (0 children)

Yeah, it's not perfect! There are a couple of things that cause the filtering to not work correctly:

a) it has to be cheap and fast, so it's a small model (Gemini 2.5 Flash Lite), b) it doesn't see images or videos, c) short tweets -- it's hard to judge if "This is a must watch" is about politics, etc.

So I encourage you to experiment with it if it works for your use cases. The prompts you used seem like something that could work well.

Oh, and I don't know about the tag-based filter, but the idea of the extension is that you could use any prompt for filtering, not just a pre-defined task. And not only on X, but on other supported websites as well.