This file contains 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'] = function echoHttp (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); |
This file contains 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/ |
This file contains 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
let INFO = <> | |
<plugin name="GooglePlusPoster" version="0.1" | |
summary="Post to Google+" | |
lang="en-US" | |
xmlns="http://vimperator.org/namespaces/liberator"> | |
<author email="[email protected]">teramako</author> | |
<license>MPL 1.1</license> | |
<project name="Vimperator" minVersion="3.0"/> | |
<item> | |
<tags>:googleplus-setup</tags> |
This file contains 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== | |
var re = /(4sq.com|htn.to|tou.ch|shindanmaker.com)/ | |
// var re = /(4sq.com|#example)/ | |
filter(document) |
This file contains 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/' |
This file contains 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' | |
def main | |
# e.g. http://youpy.jottit.com/dajare | |
url = ARGV.shift | |
a = WWW::Mechanize.new { |agent| | |
agent.user_agent_alias = 'Mac FireFox' | |
} |
This file contains 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/ |
This file contains 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