Skip to content

Instantly share code, notes, and snippets.

// No More Scripts 設定ファイル
var nms_trusted = [
"google.com"
, "reader.livedoor.com"
, "fastladder.com"
, "nicovideo.jp"
, "rememberthemilk.com"
, "youtube.jp"
, "youtube.com"
@szsk
szsk / sbmcomments.rb
Created August 5, 2008 05:51
sbmcomments
# 以下のスクリプトを元に作成しています
# SBM - コメントを取得 | Diaspar Journal
# http://diaspar.jp/node/145
require 'net/http'
require 'open-uri'
require 'rubygems'
require 'json/pure'
require 'digest/md5'
require 'simple-rss'
@szsk
szsk / opelish.rb
Created August 5, 2008 01:22
opelish
require "yaml"
# exerb用
# カレントディレクトリを実行ファイルと同じディレクトリにする
Dir.chdir( ExerbRuntime.filepath.sub( /[\\\/][^\\\/]*?$/, "" ) ) if $Exerb
def pause
exec( "pause" ) if $Exerb
end
@szsk
szsk / nico2assist.user.js
Created August 5, 2008 01:16
niconico assist
// ==UserScript==
// @name niconico assist
// @namespace http://bmky.net/diary/log/1566.html
// @include http://www.nicovideo.jp/watch/*
// @version 1.2
// ==/UserScript==
//wrapper を使っているなら true
var flvplayer_wrapper = true;
//フルスクリーン拡大用倍率。 2.2 は 1280*1024 用
@szsk
szsk / mime.yaml
Created August 5, 2008 01:09
D&D Base64 encode/decode
---
application/octet-stream: exe
vide/mpeg: mpg
video/x-ms-asf: asf
application/exe: exe
audio/x-pn-realaudio: rm
text/plain: txt
application/pdf: pdf
text/html: html
video/x-mpeg: mpg
// ==UserScript==
// @name SBM Comments Viewer
// @namespace http://white.s151.xrea.com/wiki/index.php?script/SBMCommentsViewer
// @description Show social bookmark's comments at the bottom of your browser.
// @include *
// ==/UserScript==
/*
Last Modified: 2007.11.01