Semprot Dark Mode + Remove Cosmetics

beautify

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name         Semprot Dark Mode + Remove Cosmetics
// @description  beautify
// @match        https://www.semprot.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=semprot.com
// @grant        GM_addStyle
// @version 1.2.7
// @namespace https://greasyfork.org/users/1558525
// ==/UserScript==
(function() {
    'use strict';
    const css = `
.thread_donatur {
    background: #003b00;
}
.thread_donatur .structItem-title a {
    color: #9b9bf3;
}
.menu-row.menu-row--clickable:hover {
    color: #000000;
    background: #b4b4b4;
}
.popup-x82789 {
display :none;
}
.f_floating_div_row {
    display: none;
    flex-direction: row;
}
    .listPlain {
    color: #9d9d9d;
    background: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
}
  .alert.is-unread {
    color: #9d9d9d;
    background: #003704;
}
 .bbCodeBlock-expandLink {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    cursor: pointer;
    z-index: 100;
    background: transparent;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #696969 50%);
}
 .button, a.button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    font-size: 13px;
    border-radius: 4px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: center;
    color: #f2f6f8;
    background: #000000;
    border-color: #ffffff;
}
 .bbTable>table>thead>tr>td, .bbTable>table>tbody>tr>td {
    background: #323232;
    border: 1px solid #d6d6d6;
    padding: 3px;
}
 .block.block--articles.block--messages.block--previews{
 display : none;
 }
.block[data-widget-key="semprot_hot_thread"]>.block-container {
    background-color: #3c1515;
}
 .block[data-widget-key="semprot_new_thread_igo"]>.block-container {
    background-color: #183118;
}
    .node-description {
    font-size: 13px;
    color: #c1c1c1;
}
.message-responseRow {
    margin-top: -1px;
    background: #000000;
    border: 1px solid #e0e0e0;
    padding: 6px;
}
.hide {
display: none;
}
/* side bar menu home */
.p-body-sidebar .block-container {
    display: flex;
    flex-direction: column;
    height: auto;
}
   /* svg */
   svg {
    fill: rgb(255 255 255);
}
    /* footer */
div#semprotnenenmontok_f {
  display: none;
}
.warning {
  display: none;
}
.p-footer {
  background: #00000;
}
.p-footer {
  font-size: 13px;
  color: #ffffff;
  background: #0b4065;
}
/* reaction */
.reactionsBar {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease, -xf-opacity 0.25s ease;
  transition: all 0.25s ease, -xf-opacity 0.25s ease;
  overflow-y: hidden;
  height: 0;
  -webkit-transition-property: all, -xf-height;
  transition-property: all, -xf-height;
  align-items: center;
  background: #050505;
  border: 1px solid #e0e0e0;
  border-left: 2px solid #6c6d6e;
  padding: 6px;
  font-size: 12px;
  margin-top: 6px;
}
/* gradient expand reply */
.bbCodeBlock-expandLink {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  cursor: pointer;
  z-index: 100;
  background: transparent;
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    #000000 50%
  );
}
/* button post */
.bbWrapper a.link {
  color: #818181;
}
/* bg */
.p-pageWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #4c4b4b;
}
/* bg post */
.myLiTS {
  background: #1a1a19;
}
/* font post */
.block--messages .message,
.block--messages .block-row {
  color: #ffffff;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #d6d6d6;
  border-bottom-color: #ccc;
  border-left-color: #d6d6d6;
  border-radius: 4px;
}
/* user-info */
.message-cell.message-cell--user,
.message-cell.message-cell--action {
  position: relative;
  background: #000000;
  border-right: 1px solid #ffffff;
  min-width: 0;
}
/* tag-item */
.tagItem {
  display: inline-block;
  max-width: 100%;
  padding: 0 6px 1px;
  margin: 0 0 2px;
  border-radius: 4px;
  font-size: 12px;
  color: #e4e4e4;
  background: #000000;
  border: 1px solid #d6d6d6;
}
/* nav paging */
.pageNav-page {
  display: table-cell;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #d6d6d6;
  border-bottom-color: #ccc;
  border-left-color: #d6d6d6;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background: #0a0a0a;
}
/* selected nav */
.pageNav-page.pageNav-page--current {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
}
/* title post */
html {
  font: 15px / 1.4 sans-serif;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu,
    Cantarell, "Fira Sans", "Droid Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  background-color: #fd0000;
  --js-display: block;
}
/* path text */
a,
.block-minorHeader,
.block-minorHeader a {
  color: #ffffff;
}
/* next */
.pageNav-jump {
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #d6d6d6;
  border-bottom-color: #ccc;
  border-left-color: #d6d6d6;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  border-radius: 2px;
  padding: 5px 8px;
}
.pageNav-jump:hover,
.pageNav-jump:active {
  background: #ffffff;
  color: #0f0f0f;
  text-decoration: none;
}
/* reply bg */
.block--messages .message,
.block--messages .block-row {
  color: #fff4f4;
  background: #1a1a19;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #d6d6d6;
  border-bottom-color: #ccc;
  border-left-color: #d6d6d6;
  border-radius: 4px;
}
/* reply quoted name */
.bbCodeBlock-title {
  padding: 6px 10px;
  font-size: 13px;
  color: #ffffff;
  background: #000000;
}
/* bb reply msg */
.bbCodeBlock {
  display: flow-root;
  margin: 0.5em 0;
  background: #1a1a19;
  border: 1px solid #ffffff;
  border-left: 3px solid #ffffff;
}
/* reply container bottom */
.block-container {
  color: #ffffff;
  background: #1a1a19;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #d6d6d6;
  border-bottom-color: #ccc;
  border-left-color: #d6d6d6;
  border-radius: 4px;
}
/* nav */
.p-nav {
  background: #000000;
}
/* remove ads */
.notices {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* remove padding top */
.semprotnenenmontok_adalah_pujaan_hatiku {
  display: none;
}
/* remove iklan contact */
element.style {
  display: none;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 0.7em;
  margin-bottom: 0.3em;
  padding: 0.2em;
  text-align: center;
}
/* header liner */
.p-header {
  background: #000000;
}
/* topsection */
.p-sectionLinks {
  font-size: 13px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  color: #000000;
}
`
    GM_addStyle(css);

    var ug_block =  document
})();