Skip to content

Instantly share code, notes, and snippets.

View tony13tv's full-sized avatar

Cristian Torres tony13tv

View GitHub Profile
@vitorpiovezam
vitorpiovezam / setPlayback.js
Created March 12, 2019 22:41
Alter playback rate on yt or other sites videos
// Vanilla JS
document.getElementsByTagName('video').playbackRate = 5;
@tony13tv
tony13tv / config.php
Created August 5, 2016 23:52
Rocketeer Minimal Configuration
<?php
return [
'application_name' => '<application_name>',
'default' => ['development'],
'connections' => [
'production' => [
'host' => '<production_ip_or_domain>',
'username' => '<username>'
],
'development' => [