Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@youpy
youpy /echoHttpRequest.js
Last activeAugust 29, 2015 14:08— forked fromMarak/echoHttpRequest.js
Echo HTTP requests
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);
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
youpy /google-plus.js
CreatedJuly 18, 2011 17:28— forked fromteramako/google-plus-imageuploader.js
[Vimperator-plugin]Google+ Poster
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>
// ==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
youpy /banner.rb
CreatedMay 24, 2010 19:40— forked fromucnv/rt.rb
# http://github.com/youpy/pimento/blob/master/examples/banner.rb
// ==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)
#!/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
youpy /spam.rb
CreatedDecember 15, 2009 19:09— forked fromucnv/spam.rb
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'
}
// ==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
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
// ==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

[8]ページ先頭

©2009-2025 Movatter.jp