Better BDFilm
// ==UserScript==
// @name BD File Remover
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://bdfilm.lofter.com/
// @grant none
// ==/UserScript==
(function(){
$('.g-hd0').remove();
$('.g-hd1').remove();
$('.info').remove();
})()