Greasy Fork is available in English.

MEMES

Turn your Roblox into a MEMES

  1. // ==UserScript==
  2. // @name MEMES
  3. // @namespace http://userstyles.org
  4. // @description Turn your Roblox into a MEMES
  5. // @author DrPyroPro
  6. // @include http://roblox.com/*
  7. // @include https://roblox.com/*
  8. // @include http://*.roblox.com/*
  9. // @include https://*.roblox.com/*
  10. // @run-at document-start
  11. // @version 0.20190712012154
  12. // ==/UserScript==
  13. (function() {var css = [
  14. "/* i really want this to be global */",
  15. " .ad, .ad *, .img_ad, .ad-annotations, #google_image_div, #aw0, #AdvertisingLeaderboard",
  16. " {",
  17. " display: none !important;",
  18. " }",
  19. "",
  20. " .ad, .ad *, .img_ad, .ad-annotations, #google_image_div, #aw0, #AdvertisingLeaderboard",
  21. " {",
  22. " display: none !important;",
  23. " }",
  24. " /*Ad removal */",
  25. " #header",
  26. " {",
  27. " background-color: #b9baff;",
  28. " }",
  29. "",
  30. " .navigation .notification-icon, .rbx-highlight",
  31. " {",
  32. " background: #000;",
  33. " }",
  34. "",
  35. " #chat-header",
  36. " {",
  37. " background: #b9baff;",
  38. " /*Party header*/",
  39. " ;",
  40. " }",
  41. "",
  42. " .slide-item-container-left, .profile-avatar-right",
  43. " {",
  44. " background: #b9baff;",
  45. " }",
  46. "",
  47. " .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",
  48. " {",
  49. " box-shadow: 0 -4px 0 .6 #b9baff inset;",
  50. " }",
  51. "",
  52. " .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",
  53. " {",
  54. " background: #b9baff !important;",
  55. " /*Forum colors and messaging underline color*/",
  56. " ;",
  57. " }",
  58. "",
  59. " .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",
  60. " {",
  61. " background-color: #b9baff !important;",
  62. " border-color: #b9baff;",
  63. " /*Updrade button*/",
  64. " ;",
  65. " }",
  66. "",
  67. " .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",
  68. " {",
  69. " background: #b9baff !important;",
  70. " border-color: #b9baff;",
  71. " }",
  72. "",
  73. " #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",
  74. " {",
  75. " display: none !important;",
  76. " }",
  77. "",
  78. " #navbar-search-input, #navbar-search-btn",
  79. " {",
  80. " border: 1px solid #b9baff;",
  81. " /*Search border color*/",
  82. " ;",
  83. " }",
  84. "",
  85. " body",
  86. " {",
  87. " background: transparent !important;",
  88. " }",
  89. "",
  90. " .content",
  91. " {",
  92. " background: transparent !important;",
  93. " }",
  94. "",
  95. " #fb-root",
  96. " {",
  97. " width: 100% !important;",
  98. " height: 100% !important;",
  99. " position: fixed !important;",
  100. " background-image: url(https://i.kym-cdn.com/photos/images/original/000/768/602/ee3.gif) !important;",
  101. " /* Background */",
  102. " background-size: cover !important;",
  103. " background-attachment: fixed !important;",
  104. " }",
  105. "",
  106. " #party_none_title, div.friend_dock_chatbox_titlebar.chat-header-blink-off",
  107. " {",
  108. " background: linear-gradient(to bottom, #b9baff, #b9baff);",
  109. " }",
  110. "",
  111. " #ctl00_cphRoblox_RightColumn, #Body > table > tbody > tr > td:nth-child(3), #Body > table > tbody > tr > td:nth-child(4)",
  112. " {",
  113. " display: none;",
  114. " }",
  115. "",
  116. " #GamesPageLeftColumn",
  117. " {",
  118. " width: auto;",
  119. " margin-right: 10px !important;",
  120. " margin-left: 10px !important;",
  121. " }",
  122. "",
  123. " #GamesListsContainer > div",
  124. " {",
  125. " background-color: transparent !important;",
  126. " width: 100% !important;",
  127. " }",
  128. "",
  129. " #navigation",
  130. " {",
  131. " background-color: #fffc;",
  132. " }",
  133. "",
  134. " .rbx-btn-primary-lg",
  135. " {",
  136. " background-color: rgba(255, 255, 255, .5);",
  137. " }",
  138. "",
  139. " .rbx-btn-primary-lg:hover, .rbx-btn-primary-lg:focus",
  140. " {",
  141. " background-color: rgba(255, 255, 255, .5);",
  142. " }",
  143. "",
  144. " .avatar-back",
  145. " {",
  146. " background-image: url(https://wallpaperaccess.com/full/636016.png);",
  147. " }",
  148. ".notification-blue {",
  149. " background-color: #fff;",
  150. " }",
  151. "body {",
  152. " color: #fff;",
  153. "}",
  154. ".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 {",
  155. " font-family: cursive;",
  156. " }",
  157. ".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 {",
  158. " color: #fff;",
  159. "}",
  160. ".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 {",
  161. " color: #fff;",
  162. "}",
  163. ".text-secondary {",
  164. " color: #fff;",
  165. "}",
  166. ".dialog-container .dialog-header {",
  167. " background-color: #b9baff;",
  168. "}",
  169. ".container-footer {",
  170. " background-color: #fff;",
  171. "}",
  172. ".avatar {",
  173. " background-color: #ffffff99;",
  174. "}",
  175. ".section-content {",
  176. " background-color: #ffffff99;",
  177. "}",
  178. ".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 {",
  179. " font-size: 12px;",
  180. " font-weight: 500;",
  181. " color: #fff;",
  182. "}",
  183. ".game-card-container {",
  184. " background-color: #ffffff99;",
  185. "}",
  186. ".item-card-container {",
  187. " background-color: #ffffff99;",
  188. "}",
  189. ".menu-vertical .menu-option.active, .menu-vertical .menu-option:focus, .menu-vertical .menu-option:hover {",
  190. " box-shadow: inset 4px 0 0 0 #fff;",
  191. "}",
  192. ".menu-vertical .menu-option.active, .menu-vertical .menu-option:active, .menu-vertical .menu-option:focus, .menu-vertical .menu-option:hover {",
  193. " box-shadow: inset 4px 0 0 0 #fff;",
  194. "}",
  195. ".rbx-tabs-vertical .category-tabs .menu-vertical {",
  196. " background-color: #ffffff99;",
  197. "}",
  198. ".tab-horizontal-submenu li.active, .tab-horizontal-submenu li:hover {",
  199. " color: #fff;",
  200. " background-color: #fff;",
  201. "}",
  202. ".text, .text-nav {",
  203. " color: #fff;",
  204. "}",
  205. ".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 {",
  206. " color: #fff;",
  207. "}",
  208. ".avatar-card-fullbody .avatar-card-link, .avatar .avatar-card-link {",
  209. " background-color: #ffffff00;",
  210. " display: block;",
  211. " text-align: center;",
  212. "}",
  213. "body {",
  214. " color: #fff;",
  215. "}",
  216. ".rbx-header .age-bracket-label {",
  217. " color: #fff;",
  218. "}",
  219. ".text-label {",
  220. " color: #fff;",
  221. " font-weight: 400;",
  222. "}",
  223. ".notification-red {",
  224. " background-color: #000;",
  225. " padding: 1px 6px;",
  226. " min-width: 18px;",
  227. "}"
  228. ].join("\n");
  229. if (typeof GM_addStyle != "undefined") {
  230. GM_addStyle(css);
  231. } else if (typeof PRO_addStyle != "undefined") {
  232. PRO_addStyle(css);
  233. } else if (typeof addStyle != "undefined") {
  234. addStyle(css);
  235. } else {
  236. var node = document.createElement("style");
  237. node.type = "text/css";
  238. node.appendChild(document.createTextNode(css));
  239. var heads = document.getElementsByTagName("head");
  240. if (heads.length > 0) {
  241. heads[0].appendChild(node);
  242. } else {
  243. // no head yet, stick it whereever
  244. document.documentElement.appendChild(node);
  245. }
  246. }
  247. })();