Kemono Image Blur on Hover Only (Reliable)

Blurs post images on Kemono until hover

Penulis
MoodyMonkey
Pemasangan harian
0
Total pemasangan
0
Nilai
0 0 0
Versi
1.0
Dibuat
17 Mei 2025
Diperbarui
17 Mei 2025
Size
1,1 KB
Lisensi
MIT
Berlaku untuk

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.