All ratings on knockout.chat turned into Miiverse-like ratings. Recreated by hand.
Knockout.Chat Ratings to Miiverse-like Ratings by CommieIce
Details
AuthorCommieIce
Licensehttps://creativecommons.org/public-domain/cc0/
Categoryknockout.chat
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
As is.Change to knockout.chat's ratings. If you want Only agree and Disagree ratings miified go to https://userstyles.world/style/17115/miiverse-yeah-boo-for-knockout-chat
Source code
/* ==UserStyle==
@name Knockout.Chat Ratings to Miiverse-like Ratings
@version 20240711.17.56
@namespace https://userstyles.world/user/CommieIce
@description All ratings on knockout.chat turned into Miiverse-like ratings. Recreated by hand.
@author CommieIce
@license https://creativecommons.org/public-domain/cc0/
==/UserStyle== */
@-moz-document domain("knockout.chat") {
/* Agree to Yeah!*/
img[alt="Agree"]{content:url(https://cdn.knockout.chat/image/53-7d2669e2-08fc-4b6b-8862-1c187c2b15f6.png) ;}
/*Disagree to Boo!*/
img[alt="Disagree"]{content:url(https://cdn.knockout.chat/image/53-b88414f5-b9b6-40d3-9a65-ec65aec90130.png) ;}
/* Funny to ...!*/
img[alt="Funny"]{content:url(https://cdn.knockout.chat/image/53-2f1fa08f-3b60-4673-80b2-7059b579f95a.png) ;}
/*Friendly to ...!*/
img[alt="Friendly"]{ content:url(https://cdn.knockout.chat/image/53-be3afb25-8dcd-4a33-9376-c822b1345121.png) ;}
/*Rude to ...!*/
img[alt="Rude"]{ content:url(https://cdn.knockout.chat/image/53-411f5053-a1fe-45a3-90a3-4677084e1759.png) ;}
/* Cute to ...!*/
img[alt="Kawaii"]{ content:url(https://cdn.knockout.chat/image/53-b04e701d-cd30-4b0d-9279-c05e4000978c.png) ;}
/* Optimistic to ...!*/
img[alt="Optimistic"]{ content:url(https://cdn.knockout.chat/image/53-92dc106f-690b-422c-91b9-86d868d70e86.png) ;}
/* Sad to ...!*/
img[alt="Sad"]{ content:url(https://cdn.knockout.chat/image/53-84646f49-ed4f-4555-920a-b74071cdc3cd.png) ;}
/* Creative to ...!*/
img[alt="Creative"]{ content:url(https://cdn.knockout.chat/image/53-50bc04cc-0288-4067-8309-d9990f6f9994.png) ;}
/* Informative to ...!*/
img[alt="Informative"]{ content:url(https://cdn.knockout.chat/image/53-42f1adde-0fc5-40bf-bc8a-b5f5b101589e.png) ;}
/* Confusing to ...!*/
img[alt="Confusing"]{ content:url(https://cdn.knockout.chat/image/53-5e7b7ec0-0fd1-4ad8-9d07-4707cf807d28.png) ;}
/* Idea to ...!*/
img[alt="Idea"]{ content:url(https://cdn.knockout.chat/image/53-dfe4b810-078c-40c0-840e-81f478d035f4.png) ;}
/* Zing to ...!*/
img[alt="Zing"]{ content:url(https://cdn.knockout.chat/image/53-6d944bad-e1f3-4646-8fad-4f870933738b.png) ;}
/* Winner to ...!*/
img[alt="Winner"]{ content:url(https://cdn.knockout.chat/image/53-c49813e0-e7bd-441e-b504-5ccbf89082f6.png) ;}
/* Citation Needed to ...!*/
img[alt="Citation Needed"]{ content:url(https://cdn.knockout.chat/image/53-b9d358cc-d887-497a-a598-1688c9f14b52.png) ;}
/* Bad Reading to ...!*/
/*img[alt="Bad Reading"]{ content:url(https://cdn.knockout.chat/image/53-637cfe4d-fc05-4bab-b98b-d2bc312c4a14.png) ;}*/
img[alt="Bad Reading"]{ content:url(https://cdn.knockout.chat/image/53-24f89d7c-2c11-4922-82ce-84e1bc72c04e.png) ;}
/* Late to ...!*/
img[alt="Late"]{ content:url(https://cdn.knockout.chat/image/53-21c427ad-a9ce-473a-8ae2-62c669688e11.png) ;}
}