Greasy Fork

No Ads For GoGoAnime.se

Removes ads on gogoanime.se

目前为 2018-04-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         No Ads For GoGoAnime.se
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Removes ads on gogoanime.se
// @author       NobleWolf42
// @match        https://www1.gogoanime.se/*
// @grant        none
// ==/UserScript==

$('.banner_center').remove();