Instantly share code, notes, and snippets.
youpy /echoHttpRequest.js
Last activeAugust 29, 2015 14:08 — forked fromMarak/echoHttpRequest.js
Echo HTTP requests 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
module['exports']=functionechoHttp(hook){ | |
hook.debug("Debug messages are sent to the debug console"); | |
hook.debug(hook.params); | |
hook.debug(hook.req.path); | |
hook.debug(hook.req.method); |
youpy /OptimizeGoogle BlockDomain
CreatedSeptember 22, 2011 12:03 — forked frommapi/OptimizeGoogle BlockDomain
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
http://itpro.nikkeibp.co.jp/word/ | |
http://ceron.jp/ | |
http://tweetbuzz.jp/ | |
http://wadaino.jp/ | |
http://eimg.jp/ | |
http://d.hatena.ne.jp/keyword/ | |
http://clip.livedoor.com/site/ | |
http://b.hatena.ne.jp/entry/ | |
http://friendfeed.com/ | |
http://e-words.jp/ |
youpy /google-plus.js
CreatedJuly 18, 2011 17:28 — forked fromteramako/google-plus-imageuploader.js
[Vimperator-plugin]Google+ Poster 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
letINFO=<> | |
<pluginname="GooglePlusPoster"version="0.1" | |
summary="Post to Google+" | |
lang="en-US" | |
xmlns="http://vimperator.org/namespaces/liberator"> | |
<authoremail="teramako@gmail.com">teramako</author> | |
<license>MPL 1.1</license> | |
<projectname="Vimperator"minVersion="3.0"/> | |
<item> | |
<tags>:googleplus-setup</tags> |
youpy /kill_ustream_socialstream.user.js
CreatedJune 6, 2011 17:26 — forked fromucnv/kill_ustream_socialstream.user.js
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
// ==UserScript== | |
//@name Kill Ustream Socialstream | |
//@namespace http://aspietribe.com/ | |
//@include http://www.ustream.tv/channel/* | |
// ==/UserScript== | |
var$=unsafeWindow.jQuery,f=($('iframe.socialstream').length ?$('iframe.socialstream')[0] :$('#twitter iframe').length ?$('#twitter iframe')[0] :{}); | |
f.src=''; |
youpy /banner.rb
CreatedMay 24, 2010 19:40 — forked fromucnv/rt.rb
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
# http://github.com/youpy/pimento/blob/master/examples/banner.rb |
youpy /tweets_filter.user.js
CreatedApril 13, 2010 02:44 — forked fromswdyh/tweets_filter.user.js
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
// ==UserScript== | |
//@name tweets_filter | |
//@namespace http://www.relucks.org/ | |
//@include http://twitter.com/ | |
// ==/UserScript== | |
varre=/(4sq.com|htn.to|tou.ch|shindanmaker.com)/ | |
// var re = /(4sq.com|#example)/ | |
filter(document) |
youpy /translator.rb
CreatedMarch 12, 2010 14:06 — forked fromucnv/translator.rb
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
#!/usr/bin/env ruby | |
# Usage: ./translator.rb -t yi あれ、今日日食? | |
require'ubygems' | |
require'grope' | |
require'optparse' | |
@env=Grope::Env.new | |
@env.load'http://translate.google.com/' |
youpy /spam.rb
CreatedDecember 15, 2009 19:09 — forked fromucnv/spam.rb
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
require'rubygems' | |
require'mechanize' | |
defmain | |
# e.g. http://youpy.jottit.com/dajare | |
url=ARGV.shift | |
a=WWW::Mechanize.new{ |agent| | |
agent.user_agent_alias='Mac FireFox' | |
} |
youpy /wescript_show_twitter_icon.user.js
CreatedMarch 31, 2009 08:04 — forked fromtaizooo/wescript_show_twitter_icon.user.js
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
// ==UserScript== | |
//@name wescript show twitter icon | |
//@namespace http://taizooo.tumblr.com/ | |
//@description show twitter icon on wescript | |
//@include http://wescript.net/* | |
//@require http://gist.github.com/raw/3242/9dc0cdee5e975d275c7ab71f581d272eb316674f/dollarX.js | |
// ==/UserScript== | |
// respect http://beta.wescript.net/scripts/3124 | |
// thx!!! mattn (http://mattn.kaoriya.net/) | |
// icon from http://usericons.relucks.org/ |
youpy /gist_link_user_js.user.js
CreatedNovember 19, 2008 10:52 — forked fromhotchpotch/gist_link_user_js.user.js
gist.user.js with fixed script URL 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
// ==UserScript== | |
//@name gist.user.js | |
//@namespace http://github.com/hotchpotch | |
//@description install greasemonkey (user.js) | |
//@include http://gist.github.com/* | |
//@include https://gist.github.com/* | |
//@require http://gist.github.com/3242.txt | |
// ==/UserScript== | |
(function(){ |
NewerOlder