泷涯

Results 88 comments of 泷涯

我没有弄懂Privacy Badger怎么添加自定义域名

Please provide rule content and test address

You can try this rule, It worked fine in my test. * Match rule: `https?://click.icptrack.com/icp/(.*?)&destination=(.*?)` * Redirect to: `$2` ![image](https://user-images.githubusercontent.com/5326684/49298024-4f56fb00-f4f7-11e8-9742-b7ae8a66600f.png)

In addition, UBO may also attempt to redirect to this address, which will cause the redirect not work

Please put the rules between \` and \`, such as: ``` `Your rule` ``` This is the syntax of Markdown. If you don't do this, I won't be able to...

Try this rule: Match rule: `https?://(.*?).amazon-adsystem.com/(.*?)http(.*?)dp/(.*?)\?(.*)` Redirect to: `http$3$4` Or: Match rule: `https?://(.*?).amazon-adsystem.com/(\w+)/(\w+)/(\w+)/(.*?)\?(.*)` Redirect to: `$5`

1.会加上的。 2.这个功能不是核心功能,大部分用户估计用不上。但是对性能有一定影响,不管有没有编写相应的规则,只要开启了就会有影响。所以默认是关闭的。 3.是

> > 2.这个功能不是核心功能,大部分用户估计用不上。但是对性能有一定影响,不管有没有编写相应的规则,只要开启了就会有影响。所以默认是关闭的。 > > 我觉得性能影响没那么大,uBO的html fillters在FF也是默认打开的,几乎没有什么性能影响。 > https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#html-filters > html fillters工作流程:解析编码 -> stream转化为字符串 -> 通过DOMParser解析成dom -> 应用 css selector 匹配dom节点 -> 移除节点 -> 将修改后dom转化成字符串 -> 将字符串按编码转回stream > 这个一般流程可比现在的HE复杂多了。虽然自定义函数的代码可以写的比这个更复杂。 手动开启又不麻烦。能节省一点是一点。...

> > > > 2.这个功能不是核心功能,大部分用户估计用不上。但是对性能有一定影响,不管有没有编写相应的规则,只要开启了就会有影响。所以默认是关闭的。 > > > > > > > > > 我觉得性能影响没那么大,uBO的html fillters在FF也是默认打开的,几乎没有什么性能影响。 > > > https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#html-filters > > > html fillters工作流程:解析编码 -> stream转化为字符串 -> 通过DOMParser解析成dom ->...