Skip to content

Instantly share code, notes, and snippets.

View codl's full-sized avatar
🎧
Now Playing: They Might Be Giants - Nothing's Gonna Change My Clothes

codl codl

🎧
Now Playing: They Might Be Giants - Nothing's Gonna Change My Clothes
View GitHub Profile
@codl
codl / 0_README.md
Created June 2, 2016 19:46
cytube garbageo
  • paste chat_filters.json into the import box for chat filters

  • paste css.css into the css box

  • hooray you did it

I'm codl

codl's css disaster: the cheat sheet

;:spin

:;spin the other way

comic sans

#brands

it is drawpile time come draw garbage with us

  • get drawpile at https://drawpile.net/
  • Session > Join
  • host address is ana.codl.fr
  • keep it safe and have fun
  • no jeffys allowed. if your name is jeffy you have to leave
@-moz-document domain("www.youtube.com") {
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);
body {
font-family: "Roboto Slab", serif;
}
}
@codl
codl / customer-support-sucks.txt
Created August 4, 2016 20:25
the coolest song ever in the world
-= Tabs for customer support sucks =-
==================================================================================
Guitar Help
==================================================================================
o = Open
m = Palm-Muted
x = Harmonics
@codl
codl / README.md
Last active September 24, 2016 08:17
$ git im codl
you're codl
$ git init demo
$ cd demo
$ git commit --allow-empty -m "test"
$ git log -1
commit 02e55035e152b410790d590f78c429a8c183c19d
Author: codl <codl@codl.fr>
Date: Sat Sep 24 10:15:31 2016 +0200
@codl
codl / maybe
Created October 12, 2016 19:30
#!/bin/bash
trap true EXIT
while true; do
if [[ $[$RANDOM % 2] == 0 ]]; then
echo n
else
echo y
fi

this script will tell u which of your twitter followers are verified

put your credentials in the TWITTER_TOKEN, TWITTER_SECRET, TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET environment variables. or in the code if you are a fool

it will definitely break if you have more than 3000 followers because of twitter's rate limits

bye

@codl
codl / awful.user.css
Created November 9, 2016 08:51
this truly is something awful!!
@-moz-document domain("forums.somethingawful.com") {
blockquote {
max-height: 10em;
overflow: auto;
}
div#content {
max-width: 65em;
margin: 0 auto;
}