Kemono Image Blur on Hover Only (Reliable)

Blurs post images on Kemono until hover

作者
MoodyMonkey
今日安裝
0
安裝總數
4
評價
0 0 0
版本
1.0
建立日期
2025-05-17
更新日期
2025-05-17
尺寸
1.1 KB
授權條款
MIT
腳本執行於

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.