您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Blurs post images on Kemono until hover
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.