Skip to content

Instantly share code, notes, and snippets.

View negipo's full-sized avatar
😇
corpse

Yoshiteru Negishi negipo

😇
corpse
  • Tokyo
View GitHub Profile
// ==UserScript==
// @name JinruiHokanButton
// @namespace http://polog.org/
// @include http*://*
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// using $X http://gist.github.com/3242 by os0x
GM_addStyle('div.gm_po_icon{position: fixed; top: 3px; color: #CCC;width: 10px; height:10px;z-index: 255;}' +
'div.gm_po_content{position: fixed; top: -300px; color: black;width: 120px; height: 200px; overflow-y: scroll;border: 1px solid black; background-color: white;font-size: 10px; color: #000;text-align:left;font-weight:normal;line-height:120%;font-family:verdana; z-index: 256; padding: 0px;}' +
// ==UserScript==
// @name ThroughOneclip
// @namespace http://polog.org/
// @include http://oneclip.jp/*
// ==/UserScript==
location.href = document.getElementById('close').getElementsByTagName('a')[0].href;
// ==UserScript==
// @name kudanize
// @namespace http://polog.org/
// @include http://twitter.com/*
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// using $X http://gist.github.com/3242 by os0x
const API_URL = 'http://api.face.com/faces/detect.format';
const API_KEY = '';
// ==UserScript==
// @name WhichIsCrazy
// @namespace http://polog.org/
// @include http://twitter.com/*
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// using $X http://gist.github.com/3242 by os0x
GM_addStyle(
[
// ==UserScript==
// @name vanish from nicovideo ranking
// @namespace http://polog.org/
// @include http://www.nicovideo.jp/ranking/*/cooking
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// using $X http://gist.github.com/3242 by os0x
var deny_words = [
'ハイポーション',
// ==UserScript==
// @name FavotterUncensored
// @namespace http://polog.org/
// @include http://favotter.matope.com/*
// @require http://gist.github.com/3242.txt
// @require http://dl.getdropbox.com/u/275354/lib/favotter_denied_keywords.js
// ==/UserScript==
var denied_keywords = favotter_denied_keywords();
var denied_keywords_length = denied_keywords.length;
// ==UserScript==
// @name FavotterizeViratterTree
// @namespace http://polog.org/
// @include http://viratter.jp/t/*
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// using $X http://gist.github.com/3242 by os0x
GM_addStyle(
[
// ==UserScript==
// @name Twitter Text Converter
// @namespace http://buycheapviagraonlinenow.com/
// @include http://twitter.com/home*
// @include http://twitter.com/replies
// @include https://twitter.com/home*
// @include https://twitter.com/replies
// ==/UserScript==
(function() {
#!/opt/local/bin/ruby
require 'webrick'
require 'rubygems'
require 'rbosa'
s = WEBrick::HTTPServer.new(
:Port => 8080
)
itunes = OSA.app('iTunes')