Voxiom Name Changer UserScript
Description
The Voxiom Name Changer UserScript is a script that allows you to customize and change specific text values on the Voxiom website (https://voxiom.io/). It replaces certain text occurrences with a custom username of your choice.
Usage
Installation:
- Install a UserScript manager in your browser. For example, you can use Tampermonkey (for Chrome) or Greasemonkey (for Firefox).
- Create a new UserScript within your chosen UserScript manager.
- Copy and paste the contents of the provided script into the UserScript editor.
Configuration:
- In the UserScript, locate the line that says
const customUsername = "NameChanger";
. Replace "NameChanger"
with the desired custom username you want to use.
Saving Changes:
- Save the UserScript after making the necessary modifications.
Activation:
- Make sure you're on the Voxiom website (https://voxiom.io/).
- The UserScript will automatically activate when the page loads.
- The script will search for specific text occurrences and replace them with your custom username.
Features
- Customizable: You can set your own custom username to replace specific text occurrences.
- Dynamic Replacement: The script uses a MutationObserver to dynamically replace text as the page updates.
Notes
- This script is designed specifically for the Voxiom website (https://voxiom.io/) and may not work correctly on other websites.
- This script does not require any special permissions or access to your personal information.
- Use the script responsibly and consider the website's terms of use.
Author
- Author: Jaguar
- Version: 1.0
- License: MIT