Thursday, October 13, 2022

hack: speed up Vimeo video 2x, 3x

this works! 

make sure to first open video in a separate tab, to skip iframe

How can I speed up Vimeo videos to 2x-3x? - Quora

Easiest way to do this, without adding browser extensions, is to use the dev tools. For example, in chrome, you can press “Control + Shift + J”. Go to the console tab, and copy/paste the following and press enter.

  1. document.querySelector('video').playbackRate = 2.0 

This will speed up the video 2x


The Immunity Solution


https://player.vimeo.com/video/758907978

Dr. David Perlmutter





web components: Chess

web components are now natively supported by all current web browsers
and are usable directly or with any JavaScript library or framework.

Still, the number of available usable components is quite limited. 

Example: chess 

sandy98/chess-board: ChessBoard as a web component, meant to be used with any framework (Vue, React, Angular, even none). Compiled with Stencil.js. See demo at:


laat/chess-board - webcomponents.org

A Web Component for displaying chess positions

laat/chess-board: A Web Component for displaying chess positions @GitHub





standalone JavaScript Chess Board.




React:




not even close to "pro" app like Lichess


Lichess @GitHub