Kemono Image Blur on Hover Only (Reliable)

Blurs post images on Kemono until hover

Autor
MoodyMonkey
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
1.0
Creado
17/5/2025
Actualizado
17/5/2025
Tamaño
1,1 KB
Licencia
MIT
Funciona en

Kemono has a LOT of weird content. I don't really want to see that and I suspect most people don't either... Well maybe not going by the popular posts.
Anyway, this will just blur all the post images on the search results page and other pages with the same format (popular, etc)


You can unblur them by mousing over them. Can be a little annoying when you actually search something.


Edit: I've made it so it checks if the URL contains "posts?q=" (you actually searched something) and if you did then it won't blur the images.


If you want it to always blur images until you hover over them then change line12
FROM:
const useUrlCheck = true;
TO:
const useUrlCheck = false;




Value true means if you have searched for something it will not blur the images. But on the search homepage, popular, etc it will blur them.

Value false means it will always blur the images even if you are searching for something.