Recent bookmarks
-
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
- Part 1 of Scripts for Ao3
Bookmarked by penniesilver
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}();
