MEMEBLOX

Turn Roblox Into Pure Memes!

Terá de instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

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

Terá de instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Terá de instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Terá de instalar uma extensão como Tampermonkey para instalar este script.

Terá de instalar uma extensão de gestão de scripts de utilizador para instalar este script.

(Já tenho um gestor de scripts de utilizador, deixe-me instalá-lo!)

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão como Stylus para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

Terá de instalar uma extensão de gestão de estilos de utilizador para instalar este estilo.

(Já tenho um gestor de estilos de utilizador, deixe-me instalá-lo!)

// ==UserScript==
// @name          MEMEBLOX
// @namespace     http://userstyles.org
// @description	  Turn Roblox Into Pure Memes!
// @author        MangWasTaken
// @match       http://roblox.com/*
// @match       https://roblox.com/*
// @match       http://*.roblox.com/*
// @match       https://*.roblox.com/*
// @run-at        document-start
// @version       1
// @license MangWasTaken
// ==/UserScript==
(function() {var css = [
	"/* i really want this to be global */",
	"  .ad, .ad *, .img_ad, .ad-annotations, #google_image_div, #aw0, #AdvertisingLeaderboard",
	"  {",
	"    display: none !important;",
	"  }",
	"",
	"  .ad, .ad *, .img_ad, .ad-annotations, #google_image_div, #aw0, #AdvertisingLeaderboard",
	"  {",
	"    display: none !important;",
	"  }",
	"  /*Ad removal */",
	"  #header",
	"  {",
	"    background-color: #b9baff;",
	"  }",
	"",
	"  .navigation .notification-icon, .rbx-highlight",
	"  {",
	"    background: #000;",
	"  }",
	"",
	"  #chat-header",
	"  {",
	"    background: #b9baff;",
	"      /*Party header*/",
	"    ;",
	"  }",
	"",
	"  .slide-item-container-left, .profile-avatar-right",
	"  {",
	"    background: #b9baff;",
	"  }",
	"",
	"  .rbx-tabs-horizontal .rbx-tab.active .rbx-tab-heading, .rbx-tabs-horizontal .rbx-tab-heading:hover, .rbx-tabs-horizontal .rbx-tab-heading:focus, .rbx-tabs-horizontal .rbx-tab-heading:active",
	"  {",
	"    box-shadow: 0 -4px 0 .6 #b9baff inset;",
	"  }",
	"",
	"  .forum-table-header, body .forum-table-header th, body .forum-table-footer, #ctl00_cphRoblox_Message1_ctl00_CenterColumn > table > tbody > tr:nth-child(1) > th, #ctl00_cphRoblox_CenterColumn > table > tbody > tr:nth-child(1) > th",
	"  {",
	"    background: #b9baff !important;",
	"      /*Forum colors and messaging underline color*/",
	"    ;",
	"  }",
	"",
	"  .rbx-upgrade-now #upgrade-now-button, .rbx-btn-secondary-xs.btn-more, #AjaxCommentsContainer > div > div.comment-form > form > button, .rbx-vip-server-create, .btn-secondary-xs",
	"  {",
	"    background-color: #b9baff !important;",
	"    border-color: #b9baff;",
	"      /*Updrade button*/",
	"    ;",
	"  }",
	"",
	"  .rbx-upgrade-now #upgrade-now-button:hover, .rbx-btn-secondary-xs.btn-more:hover, #AjaxCommentsContainer > div > div.comment-form > form > button:hover, .rbx-vip-server-create:hover, .btn-secondary-xs:hover",
	"  {",
	"    background: #b9baff !important;",
	"    border-color: #b9baff;",
	"  }",
	"",
	"  #TopAbpContainer, .ad-annotations, #LeftGutterAdContainer, #RightGutterAdContainer, #Skyscraper-Adp-Right, #Skyscraper-Adp-Left, .abp-spacer, #GamesListContainer1 > div.games-list > ul > div.abp.in-game-search-ad.dynamic-ad.ad-order-even, #GamesListContainer1 > div.games-list > ul > div.abp.in-game-search-ad.dynamic-ad.ad-order-odd, #GamesListContainer8 > div.games-list > ul > div.abp.in-game-search-ad.dynamic-ad.ad-order-even, #GamesListContainer8 > div.games-list > ul > div.abp.in-game-search-ad.dynamic-ad.ad-order-odd, .sponsored-game, .alert-info, #mCSB_1_container > ul > li.font-bold.small, #mCSB_1_container > ul > li.rbx-nav-sponsor",
	"  {",
	"    display: none !important;",
	"  }",
	"",
	"  #navbar-search-input, #navbar-search-btn",
	"  {",
	"    border: 1px solid #b9baff;",
	"      /*Search border color*/",
	"    ;",
	"  }",
	"",
	"  body",
	"  {",
	"    background: transparent !important;",
	"  }",
	"",
	"  .content",
	"  {",
	"    background: transparent !important;",
	"  }",
	"",
	"  #fb-root",
	"  {",
	"    width: 100% !important;",
	"    height: 100% !important;",
	"    position: fixed !important;",
	"    background-image: url(https://i.kym-cdn.com/photos/images/original/000/768/602/ee3.gif) !important;",
	"      /* Background */",
	"    background-size: cover !important;",
	"    background-attachment: fixed !important;",
	"  }",
	"",
	"  #party_none_title, div.friend_dock_chatbox_titlebar.chat-header-blink-off",
	"  {",
	"    background: linear-gradient(to bottom, #b9baff, #b9baff);",
	"  }",
	"",
	"  #ctl00_cphRoblox_RightColumn, #Body > table > tbody > tr > td:nth-child(3), #Body > table > tbody > tr > td:nth-child(4)",
	"  {",
	"    display: none;",
	"  }",
	"",
	"  #GamesPageLeftColumn",
	"  {",
	"    width: auto;",
	"    margin-right: 10px !important;",
	"    margin-left: 10px !important;",
	"  }",
	"",
	"  #GamesListsContainer > div",
	"  {",
	"    background-color: transparent !important;",
	"    width: 100% !important;",
	"  }",
	"",
	"  #navigation",
	"  {",
	"    background-color: #fffc;",
	"  }",
	"",
	"  .rbx-btn-primary-lg",
	"  {",
	"    background-color: rgba(255, 255, 255, .5);",
	"  }",
	"",
	"  .rbx-btn-primary-lg:hover, .rbx-btn-primary-lg:focus",
	"  {",
	"    background-color: rgba(255, 255, 255, .5);",
	"  }",
	"",
	"  .avatar-back",
	"  {",
	"    background-image: url(https://wallpaperaccess.com/full/636016.png);",
	"  }",
	".notification-blue {",
	"    background-color: #fff;",
	"    }",
	"body {",
	"    color: #fff;",
	"}",
	".gotham-font, .gotham-font .h1, .gotham-font .h2, .gotham-font .h3, .gotham-font .h4, .gotham-font .h5, .gotham-font .h6, .gotham-font h1, .gotham-font h2, .gotham-font h3, .gotham-font h4, .gotham-font h5, .gotham-font h6 {",
	"    font-family: cursive;",
	"    }",
	".gotham-font .btn-to-link, .gotham-font .btn-to-link:active, .gotham-font .btn-to-link:hover, .gotham-font .btn-to-link:link, .gotham-font .btn-to-link:visited, .gotham-font .refresh-link, .gotham-font .refresh-link-icon, .gotham-font .refresh-link-icon:active, .gotham-font .refresh-link-icon:hover, .gotham-font .refresh-link-icon:link, .gotham-font .refresh-link-icon:visited, .gotham-font .refresh-link:active, .gotham-font .refresh-link:hover, .gotham-font .refresh-link:link, .gotham-font .refresh-link:visited, .gotham-font .see-all-link, .gotham-font .see-all-link-icon, .gotham-font .see-all-link-icon:active, .gotham-font .see-all-link-icon:hover, .gotham-font .see-all-link-icon:link, .gotham-font .see-all-link-icon:visited, .gotham-font .see-all-link:active, .gotham-font .see-all-link:hover, .gotham-font .see-all-link:link, .gotham-font .see-all-link:visited, .gotham-font .touch .btn-to-link, .gotham-font .touch .btn-to-link:active, .gotham-font .touch .btn-to-link:hover, .gotham-font .touch .btn-to-link:link, .gotham-font .touch .btn-to-link:visited, .gotham-font .touch .refresh-link, .gotham-font .touch .refresh-link-icon, .gotham-font .touch .refresh-link-icon:active, .gotham-font .touch .refresh-link-icon:hover, .gotham-font .touch .refresh-link-icon:link, .gotham-font .touch .refresh-link-icon:visited, .gotham-font .touch .refresh-link:active, .gotham-font .touch .refresh-link:hover, .gotham-font .touch .refresh-link:link, .gotham-font .touch .refresh-link:visited, .gotham-font .touch .see-all-link, .gotham-font .touch .see-all-link-icon, .gotham-font .touch .see-all-link-icon:active, .gotham-font .touch .see-all-link-icon:hover, .gotham-font .touch .see-all-link-icon:link, .gotham-font .touch .see-all-link-icon:visited, .gotham-font .touch .see-all-link:active, .gotham-font .touch .see-all-link:hover, .gotham-font .touch .see-all-link:link, .gotham-font .touch .see-all-link:visited {",
	"    color: #fff;",
	"}",
	".text-link, .text-link:active, .text-link:hover, .text-link:link, .text-link:visited, .vlist .list-item .list-body .list-content a, .vlist .list-item .list-body .list-content a:active, .vlist .list-item .list-body .list-content a:hover, .vlist .list-item .list-body .list-content a:link, .vlist .list-item .list-body .list-content a:visited {",
	"    color: #fff;",
	"}",
	".text-secondary {",
	"    color: #fff;",
	"}",
	".dialog-container .dialog-header {",
	"    background-color: #b9baff;",
	"}",
	".container-footer {",
	"    background-color: #fff;",
	"}",
	".avatar {",
	"    background-color: #ffffff99;",
	"}",
	".section-content {",
	"    background-color: #ffffff99;",
	"}",
	".gotham-font .font-caption-header, .gotham-font .font-caption-header:active, .gotham-font .font-caption-header:focus, .gotham-font .font-caption-header:hover, .gotham-font .font-caption-header:link, .gotham-font .font-caption-header:visited, .gotham-font .small.font-caption-header, .gotham-font .small.font-caption-header:active, .gotham-font .small.font-caption-header:focus, .gotham-font .small.font-caption-header:hover, .gotham-font .small.font-caption-header:link, .gotham-font .small.font-caption-header:visited, .gotham-font .small.text-error, .gotham-font .small.text-error:active, .gotham-font .small.text-error:focus, .gotham-font .small.text-error:hover, .gotham-font .small.text-error:link, .gotham-font .small.text-error:visited, .gotham-font .small.text-pastname, .gotham-font .small.text-pastname:active, .gotham-font .small.text-pastname:focus, .gotham-font .small.text-pastname:hover, .gotham-font .small.text-pastname:link, .gotham-font .small.text-pastname:visited, .gotham-font .small.text-report, .gotham-font .small.text-report-ads, .gotham-font .small.text-report-ads:active, .gotham-font .small.text-report-ads:focus, .gotham-font .small.text-report-ads:hover, .gotham-font .small.text-report-ads:link, .gotham-font .small.text-report-ads:visited, .gotham-font .small.text-report:active, .gotham-font .small.text-report:focus, .gotham-font .small.text-report:hover, .gotham-font .small.text-report:link, .gotham-font .small.text-report:visited, .gotham-font .text-error, .gotham-font .text-error:active, .gotham-font .text-error:focus, .gotham-font .text-error:hover, .gotham-font .text-error:link, .gotham-font .text-error:visited, .gotham-font .text-pastname, .gotham-font .text-pastname:active, .gotham-font .text-pastname:focus, .gotham-font .text-pastname:hover, .gotham-font .text-pastname:link, .gotham-font .text-pastname:visited, .gotham-font .text-report, .gotham-font .text-report-ads, .gotham-font .text-report-ads:active, .gotham-font .text-report-ads:focus, .gotham-font .text-report-ads:hover, .gotham-font .text-report-ads:link, .gotham-font .text-report-ads:visited, .gotham-font .text-report:active, .gotham-font .text-report:focus, .gotham-font .text-report:hover, .gotham-font .text-report:link, .gotham-font .text-report:visited {",
	"    font-size: 12px;",
	"    font-weight: 500;",
	"    color: #fff;",
	"}",
	".game-card-container {",
	"    background-color: #ffffff99;",
	"}",
	".item-card-container {",
	"    background-color: #ffffff99;",
	"}",
	".menu-vertical .menu-option.active, .menu-vertical .menu-option:focus, .menu-vertical .menu-option:hover {",
	"    box-shadow: inset 4px 0 0 0 #fff;",
	"}",
	".menu-vertical .menu-option.active, .menu-vertical .menu-option:active, .menu-vertical .menu-option:focus, .menu-vertical .menu-option:hover {",
	"    box-shadow: inset 4px 0 0 0 #fff;",
	"}",
	".rbx-tabs-vertical .category-tabs .menu-vertical {",
	"    background-color: #ffffff99;",
	"}",
	".tab-horizontal-submenu li.active, .tab-horizontal-submenu li:hover {",
	"    color: #fff;",
	"    background-color: #fff;",
	"}",
	".text, .text-nav {",
	"    color: #fff;",
	"}",
	".text-link, .text-link:active, .text-link:hover, .text-link:link, .text-link:visited, .vlist .list-item .list-body .list-content a, .vlist .list-item .list-body .list-content a:active, .vlist .list-item .list-body .list-content a:hover, .vlist .list-item .list-body .list-content a:link, .vlist .list-item .list-body .list-content a:visited {",
	"    color: #fff;",
	"}",
	".avatar-card-fullbody .avatar-card-link, .avatar .avatar-card-link {",
	"    background-color: #ffffff00;",
	"    display: block;",
	"    text-align: center;",
	"}",
	"body {",
	"    color: #fff;",
	"}",
	".rbx-header .age-bracket-label {",
	"    color: #fff;",
	"}",
	".text-label {",
	"    color: #fff;",
	"    font-weight: 400;",
	"}",
	".notification-red {",
	"    background-color: #000;",
	"    padding: 1px 6px;",
	"    min-width: 18px;",
	"}"
].join("\n");
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var node = document.createElement("style");
	node.type = "text/css";
	node.appendChild(document.createTextNode(css));
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		heads[0].appendChild(node);
	} else {
		// no head yet, stick it whereever
		document.documentElement.appendChild(node);
	}
}
})();