Skip to content

Instantly share code, notes, and snippets.

View foolip's full-sized avatar

Philip Jägenstedt foolip

View GitHub Profile
2020/05/15 13:07:46:641 HTTPServer: POST http://127.0.0.1:52898/session
2020/05/15 13:07:46:641 HTTPServer: {"capabilities": {"alwaysMatch": {}}}
2020/05/15 13:07:47:252 AutomationProtocol: SEND {"method":"Automation.createBrowsingContext","params":{"presentationHint":"Window"},"id":1}
2020/05/15 13:07:47:339 AutomationProtocol: RECV {"result":{"handle":"page-F4F0C261-6CFE-43EC-AFD2-288E138E5A8D","presentation":"Window"},"id":1}
2020/05/15 13:07:47:339 AutomationProtocol: SEND {"method":"Automation.switchToBrowsingContext","params":{"browsingContextHandle":"page-F4F0C261-6CFE-43EC-AFD2-288E138E5A8D","frameHandle":""},"id":2}
2020/05/15 13:07:47:443 AutomationProtocol: RECV {"result":{},"id":2}
2020/05/15 13:07:47:443 HTTPServer: --> HTTP 200
2020/05/15 13:07:47:443 HTTPServer: --> {"value":{"sessionId":"FF8D8566-E70D-4A94-8111-89D4944584F5","capabilities":{"safari:platformVersion":"10.15.4","safari:automaticInspection":false,"webkit:WebRTC":{"DisableICECandidateFiltering":false,"DisableInsecureMediaCa
const { Octokit } = require('@octokit/rest');
const { throttling } = require('@octokit/plugin-throttling');
const MyOctokit = Octokit.plugin(throttling);
const octokit = new MyOctokit({
auth: process.env.GH_TOKEN,
throttle: {
onRateLimit: (retryAfter, options) => {
console.warn(`Request quota exhausted for request ${options.method} ${options.url}, retrying after ${retryAfter} seconds`);
return true;
'use strict';
const assert = require('assert');
const {resolve, Resolver} = require('dns').promises;
const {readFile} = require('fs').promises;
// Delete bits of records <https://nodejs.org/api/dns.html#dns_dns_resolveany_hostname_callback>
// to keep only the important bits for comparing equivalence.
function normalize(records) {
const set = new Set();
2020/01/23 08:00:15:370 HTTPServer: POST http://127.0.0.1:50349/session
2020/01/23 08:00:15:370 HTTPServer: {"capabilities": {"alwaysMatch": {"pageLoadStrategy": "eager"}}}
2020/01/23 08:00:15:811 AutomationProtocol: SEND {"method":"Automation.createBrowsingContext","params":{"presentationHint":"Window"},"id":1}
2020/01/23 08:00:15:869 AutomationProtocol: RECV {"result":{"handle":"page-24F45886-686B-454F-9280-B2327743E39A","presentation":"Window"},"id":1}
2020/01/23 08:00:15:869 AutomationProtocol: SEND {"method":"Automation.switchToBrowsingContext","params":{"browsingContextHandle":"page-24F45886-686B-454F-9280-B2327743E39A","frameHandle":""},"id":2}
2020/01/23 08:00:15:888 AutomationProtocol: RECV {"result":{},"id":2}
2020/01/23 08:00:15:888 HTTPServer: --> HTTP 200
2020/01/23 08:00:15:888 HTTPServer: --> {"value":{"sessionId":"CDAB9266-F3A7-4ED1-885F-22A0CABE911F","capabilities":{"safari:platformVersion":"10.14.6","safari:automaticInspection":false,"webkit:WebRTC":{"DisableICECandidateFiltering":fa
url imgtag
https://www.discoverkeesler.com/ <img src="/templates/yootheme/cache/Golf_FridayNight2-6d826a26.webp"
https://milfmovies.site/ <img src="/thumbs/183/896_baise_21.webp"
https://androidflash.ru/ <img src="wp-content/uploads/avast-1.webp"
https://www.enoty.eu/ <img src="/files/thumbs/d/2/9/d2989c53abf8ecf03b2b62f831fa7143/200x200-0.webp"
https://www.geschmacksbefreier.de/ <img src="/templates/yootheme/cache/logo_neu-3fc264a3.webp"
https://bigpeople.com.ua/ <img src="catalog/language/ru-ru/ru-ru.webp"
https://sklep.wisla.krakow.pl/ <img src="wp-content/webp-express/webp-images/doc-root/wp-content/themes/wislasklep/assets/img/logo.png.webp"
https://www.synonyma.se/ <img src="/pic/s/synonymer.webp"
https://childrenshoes.com.ua/ <img src="/upload/ammina.optimizer/png-webp/q80/upload/adidas.webp"

@othermaciej asked:

Dear lazyweb, is anyone ware of websites with any webp-only image content (i.e. not available in other formats)? Even if it's just a portion of their content? (Please provide URL if so.)

HTTPArchive query

This query looks for pages that in their main document have an <img src="something.webp"> but don't use <picture>.

SELECT * FROM (
  SELECT
{
"data": {
"repository": {
"pullRequest": {
"permalink": "https://github.com/web-platform-tests/wpt/pull/20659",
"participants": {
"nodes": [
{
"login": "annevk"
},
{
repository(owner: "web-platform-tests", name: "wpt") {
pullRequest(number: 20659) {
permalink
participants(first: 100) {
nodes {
login
}
}
}
SAFARIDRIVER(1) BSD General Commands Manual SAFARIDRIVER(1)
NAME
safaridriver -- Safari WebDriver REST API service
SYNOPSIS
safaridriver -p port [-h | --help] [--version] [--enable] [--diagnose]
DESCRIPTION
The safaridriver utility is used to launch an HTTP server that implements the Selenium WebDriver