Remove Twitter outdated banner

Removes Twitter outdated banner when using old Twitter

当前为 2020-02-19 提交的版本,查看 最新版本

// ==UserScript==
// @name        Remove Twitter outdated banner
// @name:en     Remove Twitter outdated banner
// @description Removes Twitter outdated banner when using old Twitter
// @match       https://twitter.com/*
// @require     http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant       GM_addStyle
// @author      rebane2001
// @version 0.0.1.20200219194411
// @namespace https://greasyfork.org/users/447264
// ==/UserScript==

$("#banners").remove();
$(".topbar-spacer").remove();