Hides scripts for popular browser games and social networks as well as scripts that use "foreign" characters in descriptions. Applies to posts in Forum too.
< 脚本GreasyFork Bullshit Filter的反馈
more annoying
...
Changed.
(I had already made this change
in my other version 'GreasyFork Bullshit Filter - for TS Citrus Gfork'
but I no longer use this one).
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Make filtered items look better?
So I have 3 scripts installed, this one being one of them, and saw that when enabled, the separation line between each script is still visible, making the list more annoying. A simple fix (from looking at hoothin's Sleazyfork result include script) is to change
td.parentNode.className='filtered';
totd.parentNode.parentNode.classList.add('filtered');