Skip to content

Instantly share code, notes, and snippets.

@Constellation
Constellation / dashboard_plus_tombloo.user.js
Created August 12, 2008 04:23
userscript : Dashboard + Tombloo
// ==UserScript==
// @name Dashboard + Tombloo
// @namespace http://d.hatena.ne.jp/Constellation/
// @description register reblog command by Tombloo
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show*
// @include http://www.tumblr.com/iphone*
// ==/UserScript==
//
// Detail : Pinned-node Reblog
// ==UserScript==
// @name MDC relink
// @namespace http://d.hatena.ne.jp/Constellation/
// @description relink MDC
// @include http://developer.mozilla.org/*
// ==/UserScript==
(/http:\/\/developer\.mozilla\.org\/(.+)\/(ja|en)$/i.test(document.location.href)) && (document.location.href = 'http://developer.mozilla.org/'+RegExp.$2+'/'+RegExp.$1);
@Constellation
Constellation / placefilter.uc.js
Created December 7, 2008 15:10
userChrome.js: filter on adding bookmark
// ==UserScript==
// @name place filters
// @include main
// @include chrome://browser/content/browser.xul
// ==/UserScript==
(function(){
// folderのcurrentはBookmarkMenuFolder
var PSB_filters = [
// {
// ==UserScript==
// @name LDR filters
// @namespace http://d.hatena.ne.jp/Constellation/
// @description replace image URL, and so on.
// @include http://fastladder.com/reader/
// @include http://reader.livedoor.com/reader/
// ==/UserScript==
(function(win){
var image_check = /(?:\.jpg|\.png|\.bmp)$/
// ==UserScript==
// @name nicovideo - view without login.
// @namespace http://d.hatena.ne.jp/miya2000/
// @author miya2000
// @version 1.1.0
// @include http://www.nicovideo.jp/watch/*
// @exclude http://*http*
// a little modified for Firefox.
// ==/UserScript==
(function(win){
// ==UserScript==
// @name LDR Pin Feed
// @namespace http://d.hatena.ne.jp/Constellation/
// @description show pin items as feed
// @author Constellation
// @include http://fastladder.com/reader/*
// @include http://reader.livedoor.com/reader/*
// ==/UserScript==
(function(win){
//Configuration
#!/usr/bin/env ruby -Ku
require 'rubygems'
require 'json'
require 'mechanize'
agent = WWW::Mechanize.new
#sample iview
url = "http://209.85.173.132/search?hl=ja&q=cache%3Awedata.net%2Fdatabases%2Fiview%2Fitems"
page = agent.get(url);
resource_url = 'http://wedata.net' + page.root.search('#content div ul.links li a')[0]['href']
#!/usr/bin/env ruby -Ku
require 'rubygems'
require 'nokogiri'
require 'net/http'
require 'uri'
# こんな感じ?
class Veoh
@@client = ''
@@version = '3.0.0'
// FTP Upload for Tombloo
//
(function(){
var ProxyService = getService("/network/protocol-proxy-service;1", Ci.nsIProtocolProxyService);
var DNSService = getService("/network/dns-service;1", Ci.nsIDNSService);
var SocketService = getService("/network/socket-transport-service;1", Ci.nsISocketTransportService);
var ServerSocket = createConstructor("/network/server-socket;1", "nsIServerSocket", "init");
tomblooに取り込まれてるかも.
そしたらひつようないです.