Skip to content

Instantly share code, notes, and snippets.

View simoroshka's full-sized avatar

Anna Kruglaia simoroshka

View GitHub Profile
@simoroshka
simoroshka / gist:8342a97613c1bb67582d1c7f5d4a2625
Created June 17, 2019 18:38
change video playback speed
document.getElementsByTagName("video")[0].playbackRate=1.5
@simoroshka
simoroshka / chrome-web-security.sh
Created January 10, 2019 15:42 — forked from ricca509/chrome-web-security.sh
Chrome: Disable web security [OSX]
// OSX
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev"