You'd probably have a better chance of creating an imageboard for real porn from scratch than fixing this site. It's easier to build something than to try to patch the archaic software this site relies on. It certainly wouldn't be that big but it would certainly be more user-friendly as I see that the bug with the default low volume of videos has still not been fixed
Honestly they reject ALL my good art they once deleted one of my reposts that was good quality and called it bad quality like dude?? Yall blind or someth8ng
Igubbh said:
Honestly they reject ALL my good art they once deleted one of my reposts that was good quality and called it bad quality like dude?? Yall blind or someth8ng
Honestly they reject ALL my good art they once deleted one of my reposts that was good quality and called it bad quality like dude?? Yall blind or someth8ng
That sites an A.I. generated trash can anyway.
I see you Booru
As long as people tag their Ai slop properly I don't care
Let me block the tag and no longer have to see anything
Let me block the tag and no longer have to see anything
To summarize my opinion “Oh boy two cakes!”
AdrYuu said:
As long as people tag their Ai slop properly I don't care
Let me block the tag and no longer have to see anything
As long as people tag their Ai slop properly I don't care
Let me block the tag and no longer have to see anything
They allow AI Slop on the site yet somehow still enforce quality standards even though there's more AI Slop that is shit than there are mediocre blender renders of clothed Xbox Avatars showing their asses
I like it here because of my preference of real porn as opposed to porn art. Also I'm not losing my erection browsing through the posts because half of them are furry/scat/piss/blood/gore/vore.
PornAddictedHimbo said:
I like it here because of my preference of real porn as opposed to porn art. Also I'm not losing my erection browsing through the posts because half of them are furry/scat/piss/blood/gore/vore.
I like it here because of my preference of real porn as opposed to porn art. Also I'm not losing my erection browsing through the posts because half of them are furry/scat/piss/blood/gore/vore.
I echo your first sentence, fictional/cartoon porn is OK, but I much prefer real porn. :)
As much as real porn is much more effective (idk what else to call it) than drawn/animated/etc, but there's a LOT of things you can do with art than with real life. also the tagging is 900x better on r34 than here...
MushroomCockhead said:
Now Im afraid this sites turning into a a.i. wasteland
Now Im afraid this sites turning into a a.i. wasteland
not sure when you last used the site, but there's a decently good feature under the search bar that automatically filters out the 'ai_generated' tag (obviously, you can block it in options anyways but still good for brand new members)
savemytags said:
not sure when you last used the site, but there's a decently good feature under the search bar that automatically filters out the 'ai_generated' tag (obviously, you can block it in options anyways but still good for brand new members)
MushroomCockhead said:
Now Im afraid this sites turning into a a.i. wasteland
Now Im afraid this sites turning into a a.i. wasteland
not sure when you last used the site, but there's a decently good feature under the search bar that automatically filters out the 'ai_generated' tag (obviously, you can block it in options anyways but still good for brand new members)
AI slop gets removed when it's reported here, and chuds don't make fifty million tags to bypass that AI Filter
Real life is an understatement
Booru_Feed said:
[...] I see that the bug with the default low volume of videos has still not been fixed
[...] I see that the bug with the default low volume of videos has still not been fixed
It's not a bug, it's a feature. You can clearly see in the website source code that right under the video there's a JS script setting the volume to 5%... (they did it on purpose)
If you want it to be set to 100% (or any other) you can inject this script to the realbooru site:
let videoPlayer = document.getElementById('gelcomVideoPlayer');
if (videoPlayer) {
videoPlayer.volume = 0.5;
}
I am using "Code Injector" add-on for my browser which allows me to inject any scripts to any site I want.
So, in this script above there is this number 0.5 - it means volume will be set to 50% by default. You can set it to 1, then the volume will be 100%.
It’s not really a feature if you have to tweak it using extensions and external scripts. Normally the video player would save the volume level between videos/pages but because of that one line of code it basically forces the volume to the lowest setting every time you want to play a video. It’s fucking annoying. I don't see any practical reason why this should be enforced for the average website visitor
