Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.
Go to file
Jean Viscogliosi-Pate eb660f3a3d Fixing using variables before initialization in popup script 2025-02-22 17:27:55 -08:00
src Fixing using variables before initialization in popup script 2025-02-22 17:27:55 -08:00
third-party-licenses Updating README, license disclosures 2025-01-26 18:57:51 -08:00
.gitignore Adding Google Chrome support 2025-02-22 15:37:26 -08:00
LICENSE Oops forgot a file x2 2024-12-20 00:27:17 -08:00
README.md Adding extension description details to README 2025-01-27 12:38:11 -05:00
flake.lock Organizing repository 2024-12-19 01:26:24 -08:00
flake.nix Updating README, license disclosures 2025-01-26 18:57:51 -08:00
package-lock.json Adding Google Chrome support 2025-02-22 15:37:26 -08:00
package.json Fixing second-person verb misconjugation due to missing breaks in switch statement 2025-02-22 17:21:01 -08:00
rollup.config.js Adding Google Chrome support 2025-02-22 15:37:26 -08:00

README.md

MetamorPOV

When enabled for a website, this extension will look for markers (such as Y/n, pov/s, and vrb/do/present/) used to replace specific pronouns. If found, it will replace those markers with your pronouns. You can also choose what point-of-view you want to read in: first, second, or third-person perspective.

  • Your choice of name
  • Your choice of pronouns, including neopronouns
  • Your choice of point-of-view
  • Your choice of what else to replace
  • Dark and light theme supported
  • Desktop and mobile supported

Want to test your configuration? Here is a demo of the markers in use!

Development

MetamorPOV includes Node packages for verb conjugation. You'll need Node installed globally. As an alternative, install Nix and type nix develop with the experimental flakes feature enabled. After that, from the extension's root directory:

# Install project dependencies
npm install

# Generate a .zip that can be loaded in a browser
npm run build

Testing

When running the extension with the test script, it will be updated automatically as source files are modified. To appear while testing, modifications to replace-words.js must be manually bundled into content-script.js.

# Open a browser instance with the extension installed
npm run test

# Manually bundle replace-words.js into content-script.js
npx rollup -c
  • Portions of MetamorPOV are derived from InteractiveFics, licensed under MIT, copyrighted 2015-2023 by Mariam Maarouf.
  • MetamorPOV supports verb conjugation with RosaeNLG, licensed under Apache-2.0, copyrighted 2019-2024 by Ludan Stoecklé, 2015 by Forbes Lindesay, and 2009-2014 by TJ Holowaychuk.
  • MetamorPOV is themed with Primary, licensed under GPL-3.0, copyrighted 2021-2024 by Cecilia May.
  • Icons, excepting the butterfly, are redistributed from Luicide, licensed under ISC, copyrighted 2022-2025 by Lucide Contributors. Luicide contains portions of Feather, licensed under MIT, copyrighted 2013-2022 by Cole Bemis.
  • All other portions of MetamorPOV are licensed under GPL-3.0-or-later, copyrighted 2024-2025 by Jean Viscogliosi-Pate.