Darkmode for Omegle, also removed some visual junk I didn't like. Should look alright for a while unless they change the classnames/IDs ¯\_(ツ)_/¯
Probably should look nice on video chat too, but haven't tried it.
Authornotsagyo
LicenseNo License
Categoryomegle
Created
Updated
Size3.7 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Darkmode for Omegle, also removed some visual junk I didn't like. Should look alright for a while unless they change the classnames/IDs ¯\_(ツ)_/¯
Probably should look nice on video chat too, but haven't tried it.
/* ==UserStyle==
@name Omegle DarkMode
@version 20220412.19.01
@namespace userstyles.world/user/notsagyo
@description Darkmode for Omegle, also removed some visual junk I didn't like. Should look alright for a while unless they change the classnames/IDs ¯\_(ツ)_/¯
Probably should look nice on on video chat too, but haven't tried it.
@author notsagyo
@license No License
==/UserStyle== */
@-moz-document domain("omegle.com") {
* {
border: none !important;
color: #DEE2E6;
}
a {
color: #C1C2C5;
}
body {
background-color: #1A1B1E;
}
#header {
position: absolute;
top: 20px;
right: 12px;
z-index: 1;
height: 16px !important;
padding: 0;
border-radius: 0 0 4px 4px;
background: #25262B;
box-shadow: none;
}
#header #sharebuttons>a,
#header h1,
#header h2,
#header #onlinecount {
display: none;
}
#sharebuttons {
position: relative;
margin: 0;
padding: 0;
top: 0;
left: 0;
}
.goog-te-gadget-simple {
background: none !important;
}
.goog-te-gadget-simple img {
display: none;
}
/* HOME */
#intro * {
color: #1A1B1E;
}
label {
color: #1A1B1E;
}
label a {
color: #212529;
}
label strong {
color: #1A1B1E;
}
p input {
color: #1A1B1E;
}
/* CHAT WINDOW */
.logwrapper {
top: 8px !important;
border: none;
background-color: #25262B;
border-radius: 4px;
}
.statuslog {
color: #909296;
}
.newchatbtnwrapper,
img {
border-radius: 5px;
}
.strangermsg .msgsource {
color: #F03E3E;
}
.youmsg .msgsource {
color: #1C7ED6;
}
/* CHAT BAR */
.chatmsgwrapper {
background-color: #25262B;
border-radius: 4px;
}
.chatmsg {
background-color: #25262B;
}
.disconnectbtnwrapper {
border-radius: 4px;
background-color: transparent;
}
.disconnectbtnwrapper:not(.newbtn) .disconnectbtn {
background-color: #373A40 !important;
}
.sendbtn {
border-radius: 4px;
background-color: #373A40;
}
.btnkbshortcut {
color: #74C0FC !important;
font-weight: 600;
}
/* CHAT END */
.conversationgreat {
color: #101113 !important;
font-weight: 500;
}
.logsavelinks {
color: #909296;
font-weight: 500;
}
/* TOPIC */
.logtopicsettings label {
color: #CED4DA;
}
.topictageditor {
background-color: #1A1B1E;
border-radius: 4px;
}
.logtopicsettings div div:last-of-type a {
background-color: #1A1B1E !important;
color: #C1C2C5 !important;
border-radius: 4px !important;
margin-right: 8px !important;
}
.logtopicsettings div div:last-of-type a strong {
margin-left: 16px;
}
/* LANGUAGE */
iframe {
box-shadow: none !important;
border-radius: 4px;
}
#\:1\.menuBody {
background-color: #1A1B1E !important;
}
#\:1\.menuBody table a div {
border-radius: 4px;
background-color: #1A1B1E !important;
}
#\:1\.menuBody table a div:hover {
background-color: #25262B !important;
}
/* NSFW BUTTONS */
.lowersexybtncell,
.lowergaybtncell,
[alt="Sexy"],
[alt="Gay"],
tr:has([src*="porn"]) {
display: none !important;
}
}