// ==UserScript== // @name 隐藏开通QQ空间提示横幅 // @namespace https://greasyfork.org/users/197529 // @version 0.3.5 // @description 关闭QQ空间后,每次进入空间都会出现“开通空间”提示横幅。这个脚本隐藏横幅。 // @author kkocdko // @license Unlicense // @include *://user.qzone.qq.com/* // @noframes // @downloadURL none // ==/UserScript== 'use strict' document.body.insertAdjacentHTML('beforeend', ``)