Woundorf / foxreplace

Replace text in webpages
https://addons.mozilla.org/firefox/addon/foxreplace/
GNU General Public License v3.0
90 stars 22 forks source link

#214 feature/implement replace js function #351

Closed 0styx0 closed 1 year ago

0styx0 commented 1 year ago

Summary

Feature implemented: Users can replace using JS functions. The provided input will run as the return statement to string.replace and can use the same variables mentioned in MDN

Example:

UI changes:

This PR addresses issue #214

0styx0 commented 1 year ago

@Woundorf thanks for your feedback! addressed all comments