David Peng
David Peng
@hashashin1191 uBO 的 filter 不是已經有了嗎? @danny0838 我覺得提供 hosts 檔雖然要放棄掉 RegExp 等規則,但對於沒辦法支援 uBO filter 的環境,我覺得這是必要的一個取捨,只是該不該由這個 repo 來提供我覺得可以再考慮,內容農場越來越多的情況下,維護 list 可能會比維護程式本身要來的複雜
雖然說是有點久的 issue 了,不過我這邊把我以前寫的自己用的轉換成 uBO 規則的程式開源出來了,也弄了個會每天自動更新的 Github Action ,目前會無視 regex 的規則,只轉換 host 的部份 https://github.com/DanSnow/convert-content-farm-list
加了個簡單的操作說明了
主要是因為 uBO 的主要規則並不是 regex ,而是有另外一種 syntax ,雖然 regex 的規則也是支援的,但可能會有效能問題,加上 uBO 是對所有的 request 執行規則的,目前是在打算要不要針對現有的 regex 各別寫專門的轉換規則,把 regex 轉成 uBO 的 filter
https://github.com/danny0838/content-farm-terminator/blob/test-abp-dist/files/dist/blocklist/abp-content-farms.txt#L3075 這個應該寫成底下這樣可能會比較好 ```plain www.ettoday.net/dalemon$document ```
Thanks for the explanation. My colleague told me that `collection` exists and it works here. So I thought it is just a mistake in the type defination. Our use case...
Just search across issues and found this. We have a similar use case. ## Context Our landing page and application are on different domains. And we want to track across...
Thanks for the `dockerfilelint`. I just write a extension to lint Dockerfile with this project. This is my first vscode extension, so I'll appreciate if someone can give me any...
Please try to manual trigger it as `vue-recaptcha` doesn't support disable
It only work if you also set `loadRecaptchaScript` to `true`