how to switch characters to suit your fantasies

Description

Prompt: In Story X, Person A is this, Person B is that. Person A's role is more suited for Person B and vice-versa.

  • Example: Why the hell is Person A a b*tt*m in here?

Another prompt: I want to change the current ship to my desired ship because.... ugh just because.

 

Your Options: 

  1. Ask author for your desired version. Ask nicely.
  2. Don't read it, duh.
  3. Tweak the story with magic.

Option 3 in more detail:

  1.  Press Ctrl + Shift + I to open the console
  2. Take note of keywords like full names, nicknames, and/or things you want to change
  3. Think of radom texts or names to change these names to. You can use anything as long as this certain name doesn't exist in the story
    • Examples
      Bae Joohyun YourMom
      Kang Seulgi Pikachu
      Joohyun YourSis
      Seulgi Noobmaster69
  4. Paste the following to the console and replace the names according to your fantasies, if you're set, hit Enter.

    • Examples using the names from above

      • document.body.innerHTML = document.body.innerHTML.replace(/Bae Joohyun/g, "YourMom")

      • document.body.innerHTML = document.body.innerHTML.replace(/Kang Seulgi/g, "Pikachu")

      • document.body.innerHTML = document.body.innerHTML.replace(/Joohyun/g, "YourSis")

      • document.body.innerHTML = document.body.innerHTML.replace(/Seulgi/g, "Noobmaster69")
    • Continue for all names you wish to change

  5. Now that all names have been replaced, you can now change those replaced names to the character you wish

    • Example

      • document.body.innerHTML = document.body.innerHTML.replace(/YourMom/g, "Kang Seulgi")

      • document.body.innerHTML = document.body.innerHTML.replace(/Pikachu/g, "Bae Joohyun")

      • document.body.innerHTML = document.body.innerHTML.replace(/YourSis/g, "Seulgi")

      • document.body.innerHTML = document.body.innerHTML.replace(/Noobmaster69/g, "Joohyun")
    • And so on and so forth

  6. Now you have successfully changed all instances of Bae Joohyun and Joohyun to Kang Seulgi and Seulgi respectively and vice-versa

Comments

You must be logged in to comment
No comments yet