File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function get_element_keys(METRIC) {
98
98
if ( ( data . reduce ( ( a , c ) => a + aExpected . includes ( c ) , 0 ) ) < aExpected . length ) { isLies = true }
99
99
if ( isTB ) {
100
100
if ( 'android' == isOS ) {
101
- // still awaiting android isTB
101
+ if ( '7766b529' == hash ) { notation = tb_green }
102
102
} else {
103
103
// desktop
104
104
if ( 'eb81553d' == hash ) { notation = tb_green }
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ function get_navigator_keys(METRIC) {
527
527
if ( '17ad3a75' == hash ) { notation = tb_green } // 14 42
528
528
} else {
529
529
if ( 'android' == isOS ) {
530
- // awaiting isTB android fix
530
+ if ( 'adc88f1f' == hash ) { notation = tb_green } // 14 42
531
531
} else {
532
532
if ( 'b9ee3d3d' == hash ) { notation = tb_green } // 14 40
533
533
}
@@ -721,13 +721,12 @@ function get_window_props(METRIC) {
721
721
// on touch devices: 0 (all false) 1 or 2 (all true)
722
722
723
723
if ( isMullvad ) {
724
- // this is with webRTC: windows can just fail until it's added back in: diff 20x RTC*
725
724
//if ('3240d823' == hash || 'ce268b01' == hash) {notation = tb_green} // MB14: 840 standard | 839 safer
726
725
if ( 'e3d2df78' == hash || '2c04db16' == hash ) { notation = tb_green } // MB14: #42767 offScreenCanvas disabled
727
726
728
727
} else {
729
728
if ( isOS == 'android' ) {
730
- // ToDo: we can't detect isTB on android
729
+ if ( '8835233b' == hash || '16ca79d9' == hash ) { notation = tb_green } // TB14: #42767 offScreenCanvas disabled
731
730
} else {
732
731
//if ('5dc788bc' == hash || '9d354b5a' == hash) {notation = tb_green} // TB14: 817 standard | 816 safer
733
732
if ( 'e0f2c491' == hash || 'beeaafef' == hash ) { notation = tb_green } // TB14: #42767 offScreenCanvas disabled
You can’t perform that action at this time.
0 commit comments