Qzone_Mod+NoAD(GM)

Qzone_Mod+NoAD样式去广告辅助脚本

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Qzone_Mod+NoAD(GM)
// @namespace   Qzone_Mod+NoAD(GM)
// @description Qzone_Mod+NoAD样式去广告辅助脚本
// @homepageURL https://greasyfork.org/zh-CN/scripts/22601-qzone-mod-noad-gm
// @author      Special-Denise
// @include     http://user.qzone.qq.com/*
// @include     https://user.qzone.qq.com/*
// @version     0.0.5
// @lastupdate  2017-03-31
// @grant       none
// ==/UserScript==
var VideoAD = document.querySelector('.f-single-top').parentNode;
//VideoAD.parentNode.removeChild(VideoAD);
VideoAD.innerHTML = '<center style="margin-top: -16px;"><a href="https://userstyles.org/styles/113708/qzone-mod-noad">Qzone_Mod+NoAD</a><a href="https://greasyfork.org/zh-CN/scripts/22601-qzone-mod-noad-gm">(GM)</a>:好友热播模块已屏蔽</center>';