Skip to content

Instantly share code, notes, and snippets.

i love porn
// ==UserScript==
// @name techon - read article without register
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://techon.nikkeibp.co.jp/article/*
// @require http://gist.github.com/raw/2040/577979fb1e473146cc7a9ca9942b18e2aa90166c
// ==/UserScript==
(function() {
$X('//div[@id="nocookie"]')[0].style.display = 'none';
})();
// ==UserScript==
// @name pretty printed grdii
// @namespace http://d.hatena.ne.jp/koyachi/
// @description
// @include http://youpy.jottit.com/grd*
// @require http://gist.github.com/raw/2040/ae6c51aa5fb11eeab8e4a970102077333f5a3d06
// ==/UserScript==
//
// 2008-07-23 t.koyachi
// inspired by http://twitter.com/hysysk/statuses/866034698
// ==UserScript==
// @name gist - ubiquity
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://gist.github.com/*
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46
// ==/UserScript==
(function() {
var data = $X('id("gist_data")');
if(!data)
0 * * * * cat /mnt/usb/1up.wav > /dev/audio
// ==UserScript==
// @name disable youpy tumblr sound
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://youpy.tumblr.com/*
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46
// ==/UserScript==
$X('//embed').forEach(function(e) {
e.parentNode.removeChild(e);
});
config
@youpy
youpy / gist_link_user_js.user.js
Created November 19, 2008 10:52 — forked from hotchpotch/gist_link_user_js.user.js
gist.user.js with fixed script URL
// wedata utility for Greasemonkey
// usage
/*
// ==UserScript==
// @name foo bar
// @namespace http://baz.com
// @require http://gist.github.com/raw/34615/04333b7e307eb029462680e4f4cf961f72f4324c
// ==/UserScript==
@youpy
youpy / gist:35472
Created December 13, 2008 14:06
userContent.css for Motsu Tabetai
img.motsu {
max-width: 2em !important;
max-height: 2em !important;
}