Kemono Image Blur on Hover Only (Reliable)

Blurs post images on Kemono until hover

작성자
MoodyMonkey
일일 설치 수
0
총 설치 수
2
평점
0 0 0
버전
1.0
생성일
2025-05-17
갱신일
2025-05-17
크기
1.1KB
라이선스
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.