您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes the reccomended sites on the bottom of the page.
当前为
// ==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>');