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

प्रश्न/टिप्पणी

§
पोस्ट केले: 2024-12-09

nekohouse not working?

zWolfrostलेखक
§
पोस्ट केले: 2024-12-09

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

§
पोस्ट केले: 2024-12-11

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

zWolfrostलेखक
§
पोस्ट केले: 2024-12-11

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!
}

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.