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

URL replacements do not work anymore after the latest update #355

Closed Woundorf closed 1 year ago

Woundorf commented 1 year ago

Reported by a reviewer in addons.mozilla.org.

After minor testing the problem is in replace.js function replaceText, where the variable valueNodesXpath was changed from var to const and thus cannot be modified later. Other consts must be reviewed.