http://echo.opera.com click here
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getClientOSVersion(){ | |
const os = getClientOS(); | |
var osVersion = "11.6.3"; | |
if(os.indexOf("Win") != -1) | |
{ | |
osVersion = getWindowsOSVersion(osVersion); | |
if (osVersion.match(/11\.0/)) { | |
osInfo = "Windows 11"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select url, accept_ch_value | |
from ( | |
select distinct NET.REG_DOMAIN(url) as url, | |
# {"name":"Accept-CH","value":" | |
REGEXP_EXTRACT(payload, r'(?i)Accept\-CH","value":"(.+?)"') as accept_ch_value | |
from | |
`httparchive.latest.requests_desktop` | |
where | |
JSON_EXTRACT(payload, '$._headers.response') LIKE '%CH-%' | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.NREUM || (NREUM = {}); | |
NREUM.info = { | |
beacon: "bam-cell.nr-data.net", | |
errorBeacon: "bam-cell.nr-data.net", | |
licenseKey: "2d3ab7f8d6", | |
applicationID: "1341859", | |
transactionName: "blFbbUQEWEBZUkRcClcbdG91Sn5cVVRzWgtNRlZVWgBEHHFfVFAd", | |
queueTime: 0, | |
applicationTime: 146, | |
agent: "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************************** | |
* Copyright (C) 2020, Bitmovin, Inc., All Rights Reserved | |
* | |
* This source code and its use and distribution, is subject to the terms | |
* and conditions of the applicable license agreement. | |
* | |
* Bitmovin Player Version 8.26.0 | |
* | |
****************************************************************************/ | |
(function() { |
Bug | Cause | Outcome |
---|---|---|
bz-1486494 | no idea - debugging is messy, unable to find the right event handler to debug further… :( | Pinged tom. |
bz-1490459 | fullscreen API seems to focus the | opened bz-1502093 |
https://webcompat.com/issues/20347 | moved to bugzilla 1502233 | Google chrome ignore the padding on select elements. It seems to be a regression for the twitter case. |
https://webcompat.com/issues/20344 | duplicate of bugzilla 1489914 | The current UA override is bogus and we get a desktop site instead of a mobile site. |
https://webcompat.com/issues/20338 | not sure what to do here | Flash related issue. |
https://webcompat.com/issues/20312 | worksforme | Focus + blocking cookies break the CSS but that's expected. |
https://webcompat.com/issues/20306 | needscontact | server side sniffing. It doesn't send the mobile version. |
https://webcompat.com/issues/20298 | duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1498257 or https://w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ctools-modal-content select { | |
-webkit-appearance: menulist-textfield; | |
-moz-appearance: menulist-textfield; | |
appearance: menulist-textfield | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fancyselect { | |
background: url(_gfx/arrow04.gif) right 4px no-repeat #fff; | |
color: #0098cd; | |
padding-right: 12px; | |
-webkit-appearance: none; | |
-moz-appearance: menulist-textfield; | |
-ms-appearance: none; | |
border: 0 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://s3-us-west-2.amazonaws.com/support-portal-assets/static/js/main.js | |
.quick-actions-dropdown{-webkit-appearance:menulist-button;-moz-appearance:menulist-textfield;appearance:menulist-button} | |
(repeated in 3 different places) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://owners.hyundaiusa.com/etc/designs/ownercommon/us/clientlib-hyundai-all.min.ACSHASH38387dacd0dd8fb621fa3d02d70944c1.css | |
.interior-image-wrapper .slick-arrow { | |
-webkit-appearance: menulist-textfield; | |
background: url(clientlib-hyundai-site/css/clientlib-hyundai-site/images/arrows-sprite.png) #fff !important; | |
background-repeat: no-repeat !important; | |
background-size: auto !important; | |
background-position: 0 0; | |
padding-top: 3px; | |
padding-left: 0; |
NewerOlder