Greasy Fork is available in English.
如题
当前为
// ==UserScript==
// @name 哔哩哔哩生肉隐藏
// @namespace http://weibo.com/zheung
// @version 0.3.140904
// @description 如题
// @include http://www.bilibili.com/video/bangumi-two-*.html
// @include http://bilibili.kankanews.com/video/bangumi-two-*.html
// @copyright DanoR
// ==/UserScript==
var otitle = document.querySelectorAll("a.title");
for(i=0;i<otitle.length;i++)
if(otitle[i].innerHTML.indexOf("生肉") != -1)
otitle[i].parentNode.parentNode.style.display = "none";