Greasy Fork

SpaceBattles Ad Frame Remover

Remove that huge AF ad banner at the top of SB

目前为 2021-09-05 提交的版本。查看 最新版本

// ==UserScript==
// @name         SpaceBattles Ad Frame Remover
// @namespace    fwooper.tk
// @version      0.1
// @description  Remove that huge AF ad banner at the top of SB
// @author       plaguewolf
// @match        https://forums.spacebattles.com/*
// @icon         https://www.google.com/s2/favicons?domain=spacebattles.com
// @grant        none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==

$('.samItem').remove();