Make Kongregate look like it did before Web3!
Old Kongregate by fancy2209
Details
Authorfancy2209
LicenseNo License
Categorywww.kongregate.com
Created
Updated
Size3.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If Kongregate Flash Games don't launch, try this: https://greasyfork.org/en/scripts/438325-kongregate-flash-games-fixer
Source code
/* ==UserStyle==
@name Old Kongregate
@version 20231019.20.38
@namespace userstyles.world/user/fancy2209
@description This makes Kongregate look like it did before the NFTs!
@author fancy2209
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Old Kongregate
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Restores Kongregates glory days
@author winghongchan, Fancy2209
==/UserStyle== */
@-moz-document domain("www.kongregate.com") {
:root {
/* Use a darker header colour */
--k-color-kong: #900;
--k-color-gray-900: #222;
}
#icons .css-isk7hg efqbscn2 > svg{
visibility: hidden;
}
.bg-kong {
background-color: #DDD;
}
#kong_header_link:not(.spritesite) {
/* Revert to the old logo */
background: transparent url(https://raw.githubusercontent.com/Fancy2209/Old-Kongregate-Assets/main/Kong_Sitewide_Spritesheet.webp) no-repeat 0 0;
display: inline-block;
height: 30px;
}
#kong_header_link:not(.spritesite) > svg {
/* Hide the new logo */
visibility: hidden;
}
#header #header_logo {
bottom: -3.5px;
}
#header_logo:not(.spritesite)::before {
/* Fake stats counter */
color: #FC9;
content: " online playing free games!";
display: inline;
font: 10px/15px Verdana, Arial, sans-serif;
letter-spacing: 0.12em;
text-transform: uppercase;
}
#header_logo::after {
/* Bold numbers */
bottom: 33.546px;
color: #FC9;
content: "19,826 128,692";
display: inline;
font: 10px/15px Verdana, Arial, sans-serif;
letter-spacing: 0.12em;
font-weight: bold;
text-transform: uppercase;
position: absolute;
}
#guest_user_welcome_content {
background-color: #a84343;
}
#welcome ~ .main_navigation > .main_nav_item {
margin-left: 1px;
padding-bottom: 0;
}
#welcome ~ .main_navigation > .main_nav_item > a.main_nav_top_item {
background-color: #710000;
border-radius: 0;
}
#welcome ~ .main_navigation > .main_nav_item > a::after {
color: #bc9a99;
content: '\25BE';
display: inline;
font-family: sans-serif;
margin-left: 8px;
position: relative;
top: -1px;
}
#welcome ~ .main_navigation > #search_bar {
margin-left: 1px;
}
#welcome ~ .main_navigation > #search_bar form#search {
background-color: #900;
}
#global {
width: 0;
height: 0;
visibility: hidden;
}
#home.new_home #primarywrap {
background-color: #f5f5f5;
}
#home.new_home #home_pods {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
margin: -61px auto 0;
padding: 31px 20px;
}
#home_pods .latest-games__header {
border-bottom: 1px dotted #b9b9b9;
margin-bottom: 18px;
padding-bottom: 8px;
}
#home_pods .latest-games__title {
font: 600 18px/20px 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
text-transform: uppercase;
}
#ot-sdk-btn-floating {
visibility: hidden;
}
.css-1y788ow *{
visibility: hidden;
}
.bg-kong-brand {
background-color: #ccc;
}
.main_nav_menu {
background: #423f3e;
}
.footer--global__logo-tag:not(.spritesite) {
/* Revert to the old logo */
background: url(https://raw.githubusercontent.com/Fancy2209/Old-Kongregate-Assets/main/Kong_Sitewide_Spritesheet.webp) no-repeat 0 0;
display: inline-block;
height: 26px;
background-position: 0 -1616px;
}
}