Skip to content

Instantly share code, notes, and snippets.

@idoo
idoo / hosts-yt-ads
Created January 3, 2019 18:50 — forked from ewpratten/hosts-yt-ads
youtube ads hosts file
0.0.0.0 ads.doubleclick.net
0.0.0.0 s.ytimg.com
0.0.0.0 ad.youtube.com
0.0.0.0 ads.youtube.com
0.0.0.0 www.gstatic.com
0.0.0.0 gstatic.com
0.0.0.0 clients1.google.com
0.0.0.0 dts.innovid.com
0.0.0.0 googleads.g.doubleclick.net
0.0.0.0 googleads4.g.doubleclick.net
@idoo
idoo / svim settings.vim
Created February 14, 2018 16:08
My settngs for sVim extension: https://github.com/flipxfx/sVim
let scrollstep = 120
" Unmap defaults
unmap "z i"
unmap "z o"
unmap "z 0"
unmap "g r"
" Neat shortcuts
map "v" goToInput
@idoo
idoo / svim settings.vim
Created February 14, 2018 16:07
My settngs for sVim extension: https://github.com/flipxfx/sVim
let scrollstep = 120
" Unmap defaults
unmap "z i"
unmap "z o"
unmap "z 0"
unmap "g r"
" Neat shortcuts
map "v" goToInput
@idoo
idoo / 0_reuse_code.js
Created April 7, 2016 04:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console