Hide Useless Fandom Stuff

Gets rid of the non-wiki related stuff in all Fandom websites.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==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;
}