Kongregate Dark Chat

Makes the Kongregate chat dark.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name        Kongregate Dark Chat
// @namespace   https://greasyfork.org/en/scripts/19552-kongregate-dark-chat
// @description Makes the Kongregate chat dark.
// @include     http://www.kongregate.com/games/*
// @version     1.71
// @grant       GM_addStyle
// ==/UserScript==
GM_addStyle("#kong_game_ui .chat_message_window { background-color:#000; } #kong_game_ui .chat_message_window .even { background-color:#0F0F0F; } #kong_game_ui .chat_message_window .chat_message_window_username { color: #4A77AB; } #kong_game_ui .chat_message_window p .timestamp { color: #808080; } #kong_game_ui .room_name_container .room_name { color: #c8c8c8; } #kong_game_ui .tabpane { background-color:#000; } #kong_game_ui .h6_alt, #kong_game_ui .h6_alt:link, #kong_game_ui .h6_alt:visited { color: #808080; } #kong_game_ui .chat_room_tab a { background-color: #000; } #kong_game_ui .chat_room_tab.active a { background-color: #0F0F0F; } #kong_game_ui .users_in_room { background-color: #000; } #kong_game_ui .user_row .username { color: #c8c8c8; } #kong_game_ui .btn, #kong_game_ui body.adjusted .btn { background: linear-gradient(to bottom, #444444,#000000); border: 1px solid #717171; color: #c8c8c8 !important; } #kong_game_ui ul.main_tabs li.tab a.active { background-color: #000; color: #c8c8c8; } #kong_game_ui ul.main_tabs li.tab a { background-color:#0F0F0F; } #kong_game_ui .guest_chat_controls { background-color: #000; border-top: 1px solid #717171; border-bottom: 1px solid #717171; } #kong_game_ui a:link, #kong_game_ui a:visited { color: #BD3636; } #kong_game_ui .cntrToggle { background-color:#0F0F0F; } #game_info .creatorinfo p a { color: #c8c8c8; } #high_scores_container table { background-color: #000; } #high_scores_container table td.username a { color: #c8c8c8; } #high_scores_container ul.high_score_tabs { border-bottom: 1px solid #717171; } #high_scores_container ul.high_score_tabs li.high_score_panel_tab a.active { background-color: #000; } #high_scores_container ul.high_score_tabs li.high_score_panel_tab a { color: #c8c8c8; background-color:#0F0F0F; } #high_scores_container .pagination { background-color: #000; color: #c8c8c8; } #high_scores_container .bucket { background-color:#0F0F0F; } #signin_tab_pane #new_session_form { background-color: #000; } #kong_game_ui .tabpane .contents_inner { background-color: #000; } #kong_game_ui .room_info_users .room_info_user_list { background-color: #000; } #kong_game_ui .chat_message_window { background-color: #000; } #kong_game_ui .chat_controls .chat_input { color: #c8c8c8; } #kong_game_ui .default_tab_pane_content { background-color: #000; } #kong_game_ui .chat_controls .chat_input { background-color: #000; color: #c8c8c8; border: 1px solid #717171; } #kong_game_ui .chat_message_window .whisper { background-color: rgb(23, 36, 60) !important; } #kong_game_ui .chat_message_window .is_self, #kong_game_ui .chat_message_window .sent_whisper span.username { color: #BD3636; } #kong_game_ui .chat_actions_container .chat_actions_list { background-color: #000; border: solid 1px #717171; } #kong_game_ui .chat_actions_container .chat_actions_list li { color: #c8c8c8; } #kong_game_ui .chat_actions_container .chat_actions_list li:hover { background-color:#0F0F0F; } #kong_game_ui #chat_room_chooser .rooms .room.even { background-color: #000; } #kong_game_ui #chat_room_chooser .rooms .room .name { color: #BD3636; } #kong_game_ui #chat_room_chooser .rooms_list { background-color: #000; } #kong_game_ui .panel_handle a { color: #c8c8c8; } #kong_game_ui #chat_room_chooser .room_list_header { background-color:#0F0F0F; } #kong_game_ui { color: #c8c8c8; } #user_mini_profile_contents #user_info ul{ color: #c8c8c8; } #high_scores_container table tr.myscore td { background-color: #0F0F0F; } #kong_game_ui .reward_tasks{ color:rgb(34, 34, 34); } #kong_game_ui ul.accomplishment_vtabs li.vtab a.active{background-color:black;border-color:rgb(15,15,15);} #kong_game_ui ul.accomplishment_vtabs li.vtab a{background-color:rgb(15,15,15)} #kong_game_ui .accomplishment_vtabpane_content {background-color:black;border-color:black;} #kong_game_ui .chat_promotion{background-color:black;} #kong_game_ui .achievement_progress{background-color:rgb(15,15,15);} #kong_game_ui ul.accomplishment_vtabs li.vtab a.active{color:rgb(200,200,200);} #kong_game_ui .chat_message_window .error_msg{background-color: rgb(120, 0, 0);} .chat_char_countdown{background-color: #000;} ");