Hide Useless Fandom Stuff

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==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;
}