Woundorf / foxreplace

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

Option to only replace inside the <body> tag? #366

Open kazerniel opened 6 months ago

kazerniel commented 6 months ago

My main use is wrapping regex matches in <span> tags that I can then format with Stylus. But unfortunately this breaks the site titles displayed in the browser window if they happen to match an input phrase.

Could you add an option for FoxReplace to only perform replacements inside the <body> tag?

Woundorf commented 6 months ago

It's a good point. It would also be solved if #56 is implemented.