Improve Your KF Experience With This One Simple Trick

  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Status
Not open for further replies.

Cryonic Haunted Bullets

Cuckfinder General
kiwifarms.net
Joined
Jul 14, 2019
CSS:
.reactionsBar {
    display: none !important;
}

.message-cell--user {
    display: none !important;
}

.message-cell {
    padding: 16px !important;
}

.bookmarkLink {
    display: none !important;
}

.fa-share-alt {
    display: none !important;
}

a.bbCodeBlock-sourceJump {
    visibility: hidden;
}

a.bbCodeBlock-sourceJump::after {
    visibility: hidden;
}

a.bbCodeBlock-sourceJump:before {
    font-family: 'font awesome 5 pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0aa";
    width: 1em;
    display: inline-block;
    visibility: visible;
}

.actionBar-action--report {
    display: none !important;
}

.actionBar {
    border-top: none !important;
}

.message-lastEdit {
    display: none !important;
}
KF is now an imageboard. Circumcise your e-peens.
 
Last edited:
new style

CSS:
.reactionsBar {
    display: none !important;
}

.message-cell {
    padding: 16px !important;
}

/*
.message-cell--user {
    display: none !important;
}
*/

.message-inner {
    display: block !important;
}

.message-name {
    text-align: left;
}

.message-userTitle {
    display: none !important;
}

.message-newIndicator {
    display: none;
}

.message-newIndicator.hb-react-highlightIndicator {
    display: inline-block;
}

.userBanner {
    display: none !important;
}

.bookmarkLink {
    display: none !important;
}

.fa-share-alt {
    display: none !important;
}

/*
a.bbCodeBlock-sourceJump {
    visibility: hidden;
}

a.bbCodeBlock-sourceJump::after {
    visibility: hidden;
}


a.bbCodeBlock-sourceJump:before {
    font-family: 'font awesome 5 pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0aa";
    width: 1em;
    display: inline-block;
    visibility: visible;
}
*/

.actionBar-action--report {
    display: none !important;
}

.actionBar {
    border-top: none !important;
}

.message-lastEdit {
    display: none !important;
}

.message-avatar-wrapper {
    display: none !important;
}
 
Status
Not open for further replies.
Back
Top Bottom