Greasy Fork

来自缓存

Greasy Fork is available in English.

BT之家 去页面广告

BTBTT NOAD

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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%'});