mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
Adblock Browser: clarification (#916)
This commit is contained in:
parent
954ed6457c
commit
9c7961ff6b
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ namespace Bit.Droid.Accessibility
|
|||
new Browser("com.yandex.browser", "bro_omnibar_address_title_text,bro_omnibox_collapsed_title",
|
||||
(s) => s.Split(new char[]{' ', ' '}).FirstOrDefault()), // 0 = Regular Space, 1 = No-break space (00A0)
|
||||
new Browser("mark.via.gp", "aw"),
|
||||
new Browser("org.adblockplus.browser", "url_bar,url_bar_title"),
|
||||
new Browser("org.adblockplus.browser.beta", "url_bar,url_bar_title"),
|
||||
new Browser("org.adblockplus.browser", "url_bar,url_bar_title"), // 2nd = Legacy (before v2)
|
||||
new Browser("org.adblockplus.browser.beta", "url_bar,url_bar_title"), // 2nd = Legacy (before v2)
|
||||
new Browser("org.bromite.bromite", "url_bar"),
|
||||
new Browser("org.chromium.chrome", "url_bar"),
|
||||
new Browser("org.codeaurora.swe.browser", "url_bar"),
|
||||
|
|
Loading…
Reference in a new issue