Skip Navigation

Posts
54
Comments
289
Joined
1 yr. ago

  • Sorry. I overlooked the situation. It's finally fixed.

    Concept Board

    🛠️ Fix

    Critical: Resolved major backup issues caused by mixed file and note types. Backups now fully support all media formats with correct save and restore behavior.

    ✨ New

    • Page Management: Rename pages or delete a page directly from the dropdown menu.
    • Item Control: Easily move items between pages from a dropdown menu too.
    • Backup & Restore: Save or load your entire collection or individual pages safely.
  • That could be tricky. Moving the ban list out as a plugin seems could prevent it.

  • Just use Gemini/ChatGPT.... It's X10 speed different

  • oh yeah you should tell that earlier. AI based gen cannot use iframe outside of Perchance - AI text or AI image

  • And they will even use popular gen's cover art and switched to a dedicated description with irrelevant gen content

  • Most "Banned Word" lists are set to "whole word" by default to prevent mistakes.(This is most likely and I never really tested or know anything haha)

    band word types: muse

    The system actually runs: /\bmuse\b/ (It automatically adds word boundaries).

    Result: This ban FAILS to block https://motionmuse.ai/ because it only looks for the whole word "muse" surrounded by spaces or punctuation.

    In this case, you should ban /motionmuse/i instead of just muse

    🧠 Full Regex Guide for Prompt Filtering and Banning (I don't know if this is true or not anyway...)

    • /i → case-insensitive flag. Matches letters regardless of case. Example: /ahegao/i → matches 'Ahegao', 'AHEGAO', etc.
    • \b → word boundary. Ensures the match is a whole word, not part of a longer word. Example: /\bvore\b/ → matches "vore", but NOT "carnivore"

    ✅ Combine /i + \b for safe, accurate filters: /\b(vore|gore|nudity)\b/i → blocks keywords regardless of case, avoids substring errors.

    • .* → greedy match: matches as much as possible. Example: /cute.*girl/ on "cute baby girl and cute big girl" → matches from first "cute" to last "girl"
    • .*? → non-greedy match: matches as little as possible. Example: /cute.*?girl/ → matches "cute baby girl" only

    ⚠️ In short prompts with only one girl, .* and .*? behave the same. Difference matters only when multiple targets exist in the same string.

    • s? → optional "s", allows singular or plural forms. Example: /\bcubs?\b/ → matches "cub" and "cubs" /thongs?/ → matches both "thong" and "thongs"

    🧩 Common Patterns: /\b(term1|term2|term3)\b/i → safe multi-keyword match ; Matches: term1 OR term2 OR term3 /keyword1.*?keyword2/i → non-greedy span between phrases ; Matches: keyword1... AND... keyword2 /\bsomeword\b.*ContentLabel/i → flag word only when paired with OUR CUSTOM 18+ label /cute.*(boy|girl).*ContentLabel/i → complex combo with fallback grouping ; Matches: "cute innocent girl... ContentLabel"

  • It's me breaking something 🐯

  • 8 trees

  • I think it's great. Dividing is for clutter and cram, but it seems there's not enough activity in both places.

  • Refresh webpage

  • Perchance - Create a Random Text Generator @lemmy.world

    adblock false trigger in Private Gallery and emoji lightbox

  • Multiple players - realtime database, like a game server, can counts score, render map, etc

    Database - just like gallery

    They are just like comment plugin or gallery plugin but more versatile, you can use them to vote, play game, create forum, IDK all the above is my guess.

  • Perchance - Create a Random Text Generator @lemmy.world

    image gen - remember social features

  • anything is possible. since you are the only one complained... and ours has much modified from the "original official" version, but the basic logic should be the same

  • it might not help much but if you use this https://perchance.org/furry-concept-board or fork this (click show demo gallery) You can use "another" concept board for experiment, so it won't ruin your original

  • Perchance - Create a Random Text Generator @lemmy.world

    uploading offline

    Perchance - Create a Random Text Generator @lemmy.world

    [💾error]

    Perchance - Create a Random Text Generator @lemmy.world

    drag to refresh was just disabled

    Perchance - Create a Random Text Generator @lemmy.world

    shadow ban vs obvious indicator

    Perchance - Create a Random Text Generator @lemmy.world

    the chat moderation is ruined

    Perchance - Create a Random Text Generator @lemmy.world

    undefined/cloudflare verification freeze

    Perchance - Create a Random Text Generator @lemmy.world

    How it works on tabbed comment with Username-Permissioned Channels on Comments Plugin??

    Perchance - Create a Random Text Generator @lemmy.world

    Reaffirming the Importance of Gallery Image Removal Requests

    Perchance - Create a Random Text Generator @lemmy.world

    Ban via report flag 🚩 does not fully block user

    Perchance - Create a Random Text Generator @lemmy.world

    Cross-IP ban?

    Perchance - Create a Random Text Generator @lemmy.world

    iframe comment plugin setting embed

    Perchance - Create a Random Text Generator @lemmy.world

    how do we enable mouse gesture?

    Perchance - Create a Random Text Generator @lemmy.world

    Mobile Reply Chains Covering Submit Button – UX Issue & Feedback

    Perchance - Create a Random Text Generator @lemmy.world

    allow clipboard 📋 won't work through iframe

    Perchance - Create a Random Text Generator @lemmy.world

    How do we ban imageID or why we still can't ban it?

    Perchance - Create a Random Text Generator @lemmy.world

    private gallery download on Android Opera GX

    Perchance - Create a Random Text Generator @lemmy.world

    gallery comment conflict

    Perchance - Create a Random Text Generator @lemmy.world

    Submit Button in Chat Acting Buggy?