您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Gets rid of the non-wiki related stuff in all Fandom websites.
当前为
/* ==UserStyle== @name Hide Useless Fandom Stuff @author Gresh1234 @namespace Gresh1234 @description Gets rid of the non-wiki related stuff in all Fandom websites. @locale en-us @match *://*.fandom.com/* @version 1.1 @license MIT ==/UserStyle== */ .main-container { display: flex; flex-direction: column; margin-left: 0px; min-width: calc(768px); width: calc(100%); } .WikiaBarWrapper { display: none; } .notifications-placeholder { display: none; } .global-footer__content { display: none; } .global-explore-navigation { display: none; } .page__right-rail { display: none; } .global-top-navigation__fandom-logo { display: none; } .global-top-navigation__start-new-wiki { display: none; } .community-navigation__fandom-heart { display: none; }