AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Remove rules from unsupported platforms #71

Closed AdamWr closed 4 years ago

AdamWr commented 4 years ago

It seems that rules with $mp4, $app and $replace modifiers are added to list for iOS - https://filters.adtidy.org/ios/filters/2_optimized.txt For example this rule: ||audio-ak*-spotify-com.akamaized.net/audio/$media,mp4,app=Spotify.exe

Screenshot ![image](https://user-images.githubusercontent.com/29142494/75627870-4eb68400-5bd4-11ea-991b-a2e3beaa9532.png)

Similar for Chrome ($app and $replace modifer) - https://filters.adtidy.org/extension/chromium/filters/2.txt Example: ||cambro.tv^$~script,~stylesheet,~xmlhttprequest,replace=/popunder_url/popunder_url_/

Screenshot ![image](https://user-images.githubusercontent.com/29142494/75627884-6261ea80-5bd4-11ea-80e1-b1f9033e6646.png)