4.40 star(s) 19 Votes

Deleted member 4087206

Active Member
Aug 21, 2021
668
1,666
267
Yes it's working on newest joiplay version. The third icon at the top right of the screen is the horizontal/vertical switch function.

View attachment 5213518

Get the latest version here :
Thanks Bro, I already had the latest version, I just didn't bother to check that button since I only used it for cheats on rpgms. Kinda of stupid me I guess. Thx anyway.
 

alekve

Newbie
Feb 23, 2019
39
52
206
I wish you could block certain tags, like sissification. I dont want to see a femboys dick.
Agree, baffling the developer didn't add the option.

Courtesy of GPT-5, it works but I haven't verified how sound the solution is.
Just copy it inside a <script></script> block inside the body of the html.
JavaScript:
// Remove sissy content
(() => {
  const CONTAINER_SELECTOR = '.smash-video';
  const HASHTAG_SELECTOR = '.hashtag';

  function processContainer(container) {
    if (!container.querySelector('video')) return;

    const tags = container.querySelectorAll(HASHTAG_SELECTOR);
    for (const tag of tags) {
      const text = (tag.textContent || '').trim().toLowerCase();
      if (text === '#sissified') {
        container.remove();
        return;
      }
    }
  }

  function initialScan() {
    document.querySelectorAll(CONTAINER_SELECTOR).forEach(processContainer);
  }

  function observeDynamic() {
    const mo = new MutationObserver(mutations => {
      const toProcess = new Set();

      for (const m of mutations) {
        for (const node of m.addedNodes) {
          if (node.nodeType !== 1) continue;
          const el = node;

          if (el.matches?.(CONTAINER_SELECTOR)) toProcess.add(el);
          el.querySelectorAll?.(CONTAINER_SELECTOR).forEach(c => toProcess.add(c));

          const ancestor = el.closest?.(CONTAINER_SELECTOR);
          if (ancestor) toProcess.add(ancestor);
        }
      }

      toProcess.forEach(processContainer);
    });

    mo.observe(document.body || document.documentElement, { childList: true, subtree: true });
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', () => {
      initialScan();
      observeDynamic();
    });
  } else {
    initialScan();
    observeDynamic();
  }
})();
 
Last edited:
  • Like
Reactions: Jay12146

cypherbilly324

New Member
Oct 29, 2023
12
3
21
kind of lame the bleached content isnt actual bleached would be much better if it was based around raceplay like the blacked stuff and not incest for some reason
 
  • Like
Reactions: janny122

cypherbilly324

New Member
Oct 29, 2023
12
3
21
i guess bleached just sounds better than vanilla.
yep, shame too. not too many bleached games out there the only good one got canceled so when i saw bleached in the description i was hyped. especially since there is a whole thing around bleached, queen of hearts, that could be used like the queen of spades but for some reasons is not.
 
Last edited:

Kryptonyte

Newbie
Jul 30, 2023
65
102
95
he's already added too many characters, but if he stays focussed this could be a significant upgrade to a wifes phone. So much less grindy.
 

quiboune

Well-Known Member
Sep 2, 2018
1,222
1,401
252
yep, shame too. not too many bleached games out there the only good one got canceled so when i saw bleached in the description i was hyped. especially since there is a whole thing around bleached, queen of hearts, that could be used like the queen of spades but for some reasons is not.
I guess it's because white guy porn is still seen as the default. Not much of a fetish when it's just "normal". Reminds me of the differences between racism, structural racism, racial discrimination, etc.

I do think the dev should just drop Bleached, as to not create any expectations, and just go for, I dunno, Incest. Wouldn't fit very well with some of the porn currently tagged as Bleached in the game (just a woman stripping, etc) but it's closer to the rest.
 

Groomtinger

Newbie
Aug 9, 2017
76
267
200
Genuinely one of the more impressive releases, lately. Love the engine. Everything is very fluid and actually phone-like. The implementation is right up there with gems like E-Thots.

Can't wait to see where this goes! <3
 

Sh77mo

Newbie
Jul 9, 2022
60
61
61
Every single thing works perfectly i am really interested in the future updates and also W dev for being innovative and not using AI
 
  • Like
Reactions: quiboune

Themcabel

Newbie
Jan 5, 2022
66
265
177
I Want to try the new update but not before installing a sandbox.
The fact that the update got flagged on VirusTotal doesn't make me very confident that it's safe…
Even more with all the game that got infected recently that seemed safe.
 

Grumpybum

Member
May 9, 2025
305
404
82
I Want to try the new update but not before installing a sandbox.
The fact that the update got flagged on VirusTotal doesn't make me very confident that it's safe…
Even more with all the game that got infected recently that seemed safe.
The dev explains why this happens 1 or 2 pages ago
 
  • Wow
Reactions: Themcabel

peepingbob

Member
Dec 1, 2023
130
168
176
I played the online version and that was not at all how it worked. Those points didn't increase when my character came, I think they increased as the number of likes for the sissy tag passed certain values. Also, as you can see on the images, my character's top tag is blacked - it was like that from the beginning - if you were right blacked addiction would have gotten the most points (which would be just 1 if we consider just the times I manually had the MC masturbate).
Very strange because i just tested with a save at a point where the game tells me i cant sleep before i cum. In my ''favorite hashtags'' i have blacked 8 and bleached 7. I cum on picture, i get 1 blacked addiction. I reload, like 2 #bleached video so i'm at blacked 8 and bleached 9, i cum on a picture, i get 1 bleached addiction. I dont play online version but would be strange it works different. Can someone else get in this discussion and say how it works for them ?
 
  • Like
Reactions: quiboune
4.40 star(s) 19 Votes