Skip to content

Instantly share code, notes, and snippets.

View AndreiMotinga's full-sized avatar

Andrei Motinga AndreiMotinga

View GitHub Profile
@AndreiMotinga
AndreiMotinga / open in archive
Created October 30, 2020 21:20
open_in_archive.js
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))
document.querySelectorAll('video').forEach((video)=>video.playbackRate = 2.0);
document.querySelectorAll('audio').forEach((video)=>video.playbackRate = 1.6);