FindAndReplaceOnWeb

0/5

扩展简介

### Introduction:
– Using this tool, you can replace an "A" with a "B" or append a "B" after an "A" on a page.
– When searching for "A", you can find a fixed value, you can find a type of value based on a regular expression, or you can find a type of value through a css path.
– When replacing with "B" or adding "B", HTML code can be written, and the original content of "A" can be brought into.

### Application scenarios:
– If you don't like a certain politician, you can replace his name with a nickname to reduce the frequency of seeing him;
– You can change the mailbox displayed on the web page into a style that can be sent directly by clicking (add the href attribute of "mailto");
– You can change the phone number displayed on the web page into a style that can be dialed directly (after adding the href attribute of "tel", you can use Facetime dialing on Mac);
– You can add translation after some unfamiliar words, especially some specific terms;


### 简介:
– 通过使用这个工具,你可以在网页上将「A」替换为「B」,或在「A」后面追加一个「B」。
– 在查找「A」时,可以查找一个固定值、可以依据正则表达式查找一类值,也可以通过css路径查找一类值。
– 在替换为「B」或追加「B」时,可以写HTML代码,可以将查找的「A」原内容带入。

### 应用场景:
– 如果你不喜欢某个政治人物,可以将他的名字替换为一个昵称,减少看到他的频率;
– 你可以把网页上显示的邮箱,都变为直接点击可发送的样式(增加mailto的href属性);
– 你可以把网页上显示的电话,都变为可直接点击拨号的样式(增加tel的href属性后,在Mac可以使用Facetime拨号);
– 你可以在一些不熟悉的词汇后,增加翻译,尤其是一些特定的术语;

安装

发表评论