MyAnimeList Remove Recommended Sites

Removes the reccomended sites on the bottom of the page.

当前为 2018-01-18 提交的版本,查看 最新版本

// ==UserScript==
// @name         MyAnimeList Remove Recommended Sites
// @namespace    https://greasyfork.org/en/users/96096-purple-pinapples
// @version      0.9.3
// @description  Removes the reccomended sites on the bottom of the page.
// @author       PurplePinapples
// @include      /^https?:\/\/myanimelist\.net.*
// @exclude      /^https?:\/\/myanimelist\.net\/(animelist|mangalist).*
// @license      WTFPL
// ==/UserScript==

$('head').append('<style type="text/css">.footer-link-icon-block {display: none !important;}.page-common #copyright{padding-top: 10px !important;}</style>');