Description from extension meta
Replace text patterns using regular expressions within specific HTML tags or their attributes.
Image from store
Description from store
Text Replacer allows you to customize web pages by replacing specific text patterns within selected HTML elements. Define replacements based on tags, regex patterns, and domains to create a personalized browsing experience.
Usage:
For target page source:
<center><a NAME="introduction"></a><b><font size=+2>Introduction</font></b></center>
Tag: center Tag
Find text: .duc(ti)
Replace with: $1
'$1' can be used to block of '()' of find text
Additional Usage:
Property value of certain tag can be matched by specified sequence with ';'
ex) a;NAME will match the tag of '<a NAME="introduction">'