penniesilver



Recent bookmarks

  1. Public Bookmark *

    Tags
    Summary

    Automatic bookmarklet to transform all Y/N in a fanfic to a word/name of your choosing.

    it works on mobile too.

    Series
    Language:
    English
    Words:
    470
    Chapters:
    1/1
    Comments:
    75
    Kudos:
    618
    Bookmarks:
    421
    Hits:
    59,234

    06 Aug 2026

    Bookmarker's Notes

    Javascript:void function(){let b=RegExp(/[\[\(]?Y\/N(?!\/n)[\]\)]?/,"ig"),c=prompt("Modify with:",""),a=document.getElementById("workskin").innerHTML;a=a.replaceAll(b,c);document.getElementById("workskin").innerHTML=a}();