Text Replacer

Description

The Text Replacer tool is a simple tool for replacing one or more values in a provided text string.

Values to replace from/to are provided via a JSON array of from/to key/value pairs and then all instances of the provided 'from' values are replaced with the provided 'to' values.

The JSON entered in the 'Json' panel is saved to the URL as base64 encoded query params, so that the configuration can be shared or re-used again later.

Tech

NodeJS
HTML
CSS
JavaScript