Adds a button at the bottom right of all kemono, coomer & nekohouse supported creator websites that redirects to the corresponding page.
If the button is black, it's a problem related to nekohouse servers. I can't really fix that.
having 2 buttons possible? like one for kemono and another is for coomer and neko, and make the button a lil bit smaller
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!
}
nekohouse not working?