-
paste chat_filters.json into the import box for chat filters
-
paste css.css into the css box
-
hooray you did it
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-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; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -= Tabs for customer support sucks =- | |
| ================================================================================== | |
| Guitar Help | |
| ================================================================================== | |
| o = Open | |
| m = Palm-Muted | |
| x = Harmonics |
$ 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document domain("forums.somethingawful.com") { | |
| blockquote { | |
| max-height: 10em; | |
| overflow: auto; | |
| } | |
| div#content { | |
| max-width: 65em; | |
| margin: 0 auto; | |
| } |
