this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Properly handle fail scenario in exporter when clipboard access permission is not given

uwx 58e84d25 91f2a7d7

+8 -1
+1
public/exporter.js
··· 253 253 if (status.state !== 'granted') { 254 254 // FAIL SCENARIO 255 255 noCopyFallback(); 256 + return; 256 257 } 257 258 258 259 // @ts-ignore
+7 -1
public/index.html
··· 396 396 * Dullahan / Detachable head ? The fantasy of having a detachable head that can be removed and put back on without hurting the character. 397 397 * Detachable body parts (not head) ? The fantasy of having detachable body parts that can function despite being detached, and can be removed without dismemberment. 398 398 399 - #Fantasy / Consensual non-con ? Consensual non-con, sometimes known as rapeplay, is a type of sexual roleplay where an aggressor pretends to "forcibly" have sex with the other participant. This interaction is fully consensual and both parties are willing and aware of what's going on. 399 + #Fantasy / Non-con ? Consensual non-con, sometimes known as rapeplay, is a type of sexual roleplay where an aggressor pretends to "forcibly" have sex with the other participant. This interaction is fully consensual and both parties are willing and aware of what's going on. 400 400 (Aggressor, Target) 401 401 * Non-con / rape 402 402 * Mindbreak ? A furthering of non-con where a target participant no longer exhibits thought or logical thinking after being induced to repeated or intense sex. ··· 516 516 <div class="modal-content"> 517 517 <div class="box content"> 518 518 <h1>Changelog</h2> 519 + 520 + <h2>Version 11 - June 17th 2021</h2> 521 + <ul> 522 + <li>Properly handle fail scenario in exporter when clipboard access permission is not given</li> 523 + <li>Rename "Fantasy / Consensual non-con" back to "Fantasy / Non-con" because it didn't fit in the image (oops)</li> 524 + </ul> 519 525 520 526 <h2>Version 10 - June 15th 2021</h2> 521 527 <ul>