Kemono Browser

Adds a button at the bottom right of all kemono, coomer & nekohouse supported creator websites that redirects to the corresponding page.

< Feedback on Kemono Browser

Question/comment

§
Posted: 09 Desember 2024

nekohouse not working?

zWolfrostPembuat
§
Posted: 09 Desember 2024

If the button is black, it's a problem related to nekohouse servers. I can't really fix that.

§
Posted: 11 Desember 2024

having 2 buttons possible? like one for kemono and another is for coomer and neko, and make the button a lil bit smaller

zWolfrostPembuat
§
Posted: 11 Desember 2024

You can add every button by setting them all to "true" in the script, like this (line 44):

const BUTTONS = {
KEMONO: true,
COOMER: true,
NEKOHOUSE: true
}

And you can make the buttons a little smaller by setting a CSS rule in the settings, like this (line 71):

#_kemono-browser-container {
display: block !important;
position: fixed !important;

z-index: 999999 !important;
right: 0 !important;
bottom: 0 !important;
transform: scale(0.9); <-- add & edit this value as needed!
}

Post reply

Sign in to post a reply.