Skip to content

yeahlike by Uberoverlord

Details

AuthorUberoverlord

LicenseNo License

Categorycohost.org

Created

Updated

Size648 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

replace liking on cohost with yeahing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         yeahlike
@version      20230425.14.05
@namespace    ?
==/UserStyle== */

@-moz-document domain("cohost.org") {
button[title~="like"][title~="post"]::before {
    content: url("https://cohost.org/static/5cf84d596a2c422967de.png");
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
}
button[title~="like"][title~="post"] > svg {
    visibility: hidden;
}

button[title~="unlike"][title~="post"]::before {
    content: url("https://cohost.org/static/014b0a8cc35206ef151d.png");
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
}
button[title~="unlike"][title~="post"] > svg {
    visibility: hidden;
}
}

Reviews

No reviews yet.