This topic created in 4334 days ago, the information mentioned may be changed or developed.
把
*://*.googleapis.com.*/*
换成
.*://.*[^(translate)]\.googleapis\.com/.*
并且把对应条目的匹配模式由“通配符”切换成“正则表达式”
这个方法好像无效啊
扩展程序方式不考虑,因为已经装了~。~
11 replies • 2014-09-04 11:22:22 +08:00
 |
|
1
zts1993 Aug 10, 2014 1
*://*google*/* 我一般用这个
|
 |
|
3
ytzong Aug 10, 2014 via iPhone
即使网络通畅,也要点一次重试才能翻译成功
|
 |
|
7
xifangczy Aug 10, 2014
*://*.googleapis.com/*
|
 |
|
8
xifangczy Aug 10, 2014 1
.*://.*[^(translate)]\.googleapis\.com/.* 当然不行...打回重学正则
|
 |
|
10
kiah Aug 11, 2014
我也想知道
|
 |
|
11
huage Sep 4, 2014
@ xifangczy 在switchysharp上,这样的规则*://*google*/*,是没有问题的
|