Greasy Fork is available in English.
BTBTT NOAD
// ==UserScript==
// @name BT之家 去页面广告
// @namespace hoowong
// @version 1.0beta
// @description BTBTT NOAD
// @author beautyears
// @match *://www.btbtt.net/*
// @match *://www.btbtt.co/*
// @match *://www.btbtt.me/*
// @match *://www.btbtt.pw/*
// @match *://www.btbtt.la/*
// @match *://www.btbtt.us/*
// @match *://www.88btbtt.com/*
// @match *://www.51btbtt.com/*
// @match *://www.52btbtt.com/*
// @match *://www.91btbtt.com/*
// @match *://www.mebtbtt.com/*
// @match *://www.btbtt.life/*
// @match *://www.btbtt.live/*
// @match *://www.btbtt.xyz/*
//
// @grant none
// ==/UserScript==
var bttmp=null;
$('body').css('background','none');
for(var i=0;i<100;i++){
bttmp=$('body *')[0];
if(bttmp.id=='wrapper1')
break;
$(bttmp).remove();
}
$('.width').css({'max-width':'90%','width':'90%'});