http://echo.opera.com click here
View sadness.js
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"; |
View gist:4b07867c9ab563b4aa380d1627ae5d23
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-%' | |
) |
View gist:8c525fb45526554a24369f312210b90d
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: "", |
View bitmovinplayer-polyfill.js
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() { |
View week-1.md
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 |
View gist:31fb0ffe9bd47b5896cfb0ca862512cd
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 | |
} |
View gist:a22197e331c4ea6a30c73f066b817fda
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 | |
} |
View gist:e618f4db4ecd83b775131d73b3bf1d76
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) |
View gist:6a443e2f4113b3ee26bf8e772ae44d4d
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