BT之家宽屏+去广告

BT之家宽屏显示+去广告

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         BT之家宽屏+去广告
// @namespace    beautyears
// @version      0.0.3
// @description  BT之家宽屏显示+去广告
// @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/*
// @match        *://btbtt11.com/*
// @match        *://btbtt12.com/*
// @match        *://btbtt13.com/*
// @match        *://btbtt15.com/*
// @match        *://btbtt17.com/*
// @match        *://btbtt18.com/*
// @match        *://btbtt19.com/*
// @match        *://www.btbtt12.com/*
// @match        *://www.btbtt13.com/*
// @match        *://www.btbtt15.com/*
// @match        *://www.btbtt17.com/*
// @match        *://www.btbtt18.com/*
// @match        *://www.btbtt19.com/*
// @match        *://btbtt12.com/*
// @match        *://btbtt13.com/*
// @match        *://btbtt15.com/*
// @match        *://btbtt17.com/*
// @match        *://btbtt18.com/*
// @match        *://btbtt19.com/*
// @match        *://www.btbtt12.com/*
// @match        *://www.btbtt13.com/*
// @match        *://www.btbtt15.com/*
// @match        *://www.btbtt17.com/*
// @match        *://www.btbtt18.com/*
// @match        *://www.btbtt19.com/*
// @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%'});