Skip to content

Commit

Permalink
Updated for JS-MTL 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-c committed Sep 8, 2011
1 parent cb86cf0 commit 7c55cd5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

24 changes: 24 additions & 0 deletions data/meetups.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,5 +452,29 @@
]
}
]
},{
"num": 14,
"title":"JS-MONTREAL #14",
"on":"20110913",
"blurb": "",
"speakers":[
{
"title" : "Userscripts: smoothing the creases of the web",
"email" : "mathiasbaert@gmail.com",
"name" : "Mathias Baert",
"url" : "https://twitter.com/mathiasbaert",
"synopsis" : "What to do when a website you frequent has these irksome little annoyances that drive you crazy? What to do when your browsing experience is repeatedly interupted by something that could be so much better if only they would fix it? Do you send the website owner an email asking to adapt his site to your tastes? No, you whip out greasemonkey and fix it with a userscript of course! Userscripts are old news. Still, I bet you're not using them quite enough. (Presentation in English)",
"links" : [
{
"url":"http://userscripts.org/",
"title":"Userscripts.org"
},
{
"url":"https://github.com/greasemonkey/greasemonkey",
"title":"Greasemonkey (on Github)"
}
]
}
]
}
]

0 comments on commit 7c55cd5

Please sign in to comment.